smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

call: Fix typo in the selector name

This commit is contained in:
Holger Hans Peter Freyther 2014-06-20 14:35:35 +02:00
parent e2d1145639
commit 4bf83bb523
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ will simply ignore everything but the first dialog.'>
]
SIPCall class >> fromIdenity: aUser identity: anIdentity host: aHost port: aPort to: aTo on: aUseragent [
"Remove in a year! 20150620"
^self fromIdentity: aUser identity: anIdentity host: aHost port: aPort to: aTo on: aUseragent
]
SIPCall class >> fromIdentity: aUser identity: anIdentity host: aHost port: aPort to: aTo on: aUseragent [
^ self
on: ((SIPDialog fromUser: aUser host: aHost port: aPort)
to: aTo; identity: anIdentity; yourself) useragent: aUseragent