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

identity: Fix the identity string for the from

This commit is contained in:
Holger Hans Peter Freyther 2014-04-22 14:39:11 +02:00
parent 0c609b9975
commit e89ddfa07a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ TestCase subclass: SIPCallAgentTest [
testSimpleInvite [
| call msg |
call := SIPCall fromUser: 'sip@test' host: '127.0.0.1' port: 5060 to: 'sip:127.0.0.1' on: agent.
call := SIPCall fromUser: 'sip:sip@test' host: '127.0.0.1' port: 5060 to: 'sip:127.0.0.1' on: agent.
call createCall: 'dummy-sdp'.
self assert: call state equals: SIPCall stateInvite.
self assert: sent size equals: 1.