|
|
|
|
@ -87,7 +87,7 @@ flow:
|
|
|
|
|
- exit|REPLY_ROUTE_NAT:
|
|
|
|
|
sip_in:
|
|
|
|
|
- '^INVITE sip:4311003@'
|
|
|
|
|
- 'Contact: <sip:127.0.0.1:5080>'
|
|
|
|
|
- 'Contact: <sip:127.0.0.1:5080'
|
|
|
|
|
- 'CSeq: 10 INVITE'
|
|
|
|
|
- 'Content-Type: application/sdp'
|
|
|
|
|
- 'P-Caller-UUID: \w+'
|
|
|
|
|
@ -109,7 +109,7 @@ sip_out:
|
|
|
|
|
'^INVITE sip:testuser1003@',
|
|
|
|
|
'CSeq: 10 INVITE',
|
|
|
|
|
'From: <sip:4311002@',
|
|
|
|
|
'Contact: <sip:127.0.0.1:5080>',
|
|
|
|
|
'Contact: <sip:127.0.0.1:5080(;transport=udp)>',
|
|
|
|
|
'To: <sip:testuser1001@',
|
|
|
|
|
'Content-Type: application/sdp',
|
|
|
|
|
'P-Callee-UUID: \w+',
|
|
|
|
|
@ -124,21 +124,21 @@ sip_out:
|
|
|
|
|
'CSeq: 10 INVITE',
|
|
|
|
|
'From: <sip:testuser1002@',
|
|
|
|
|
'To: <sip:testuser1001@',
|
|
|
|
|
'Contact: <sip:testuser1003@'
|
|
|
|
|
'Contact: <sip:(testuser1003@)?127.0.0.1:5080(;transport=udp)>',
|
|
|
|
|
]
|
|
|
|
|
- [
|
|
|
|
|
'^SIP/2.0 180 Ringing',
|
|
|
|
|
'CSeq: 2 INVITE',
|
|
|
|
|
'From: <sip:testuser1002@',
|
|
|
|
|
'To: <sip:testuser1001@',
|
|
|
|
|
'Contact: <sip:4311003@'
|
|
|
|
|
'Contact: <sip:(4311003@)?127.0.0.1:5080(;transport=udp)>',
|
|
|
|
|
]
|
|
|
|
|
- [
|
|
|
|
|
'^SIP/2.0 200 OK',
|
|
|
|
|
'CSeq: 10 INVITE',
|
|
|
|
|
'From: <sip:testuser1002@',
|
|
|
|
|
'To: <sip:testuser1001@',
|
|
|
|
|
'Contact: <sip:testuser1003@',
|
|
|
|
|
'Contact: <sip:(testuser1003@)?127.0.0.1:5080(;transport=udp)>',
|
|
|
|
|
'Content-Type: application/sdp'
|
|
|
|
|
]
|
|
|
|
|
- [
|
|
|
|
|
@ -146,6 +146,6 @@ sip_out:
|
|
|
|
|
'CSeq: 2 INVITE',
|
|
|
|
|
'From: <sip:testuser1002@',
|
|
|
|
|
'To: <sip:testuser1001@',
|
|
|
|
|
'Contact: <sip:4311003@',
|
|
|
|
|
'Contact: <sip:(4311003@)?127.0.0.1:5080(;transport=udp)>',
|
|
|
|
|
'Content-Type: application/sdp'
|
|
|
|
|
]
|
|
|
|
|
|