You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
flow:
|
|
- start|MAIN:
|
|
- start|ROUTE_NET_INFO:
|
|
- end|ROUTE_NET_INFO:
|
|
- start|ROUTE_PRX_REQUEST:
|
|
- start|ROUTE_OUTBOUND:
|
|
- exit|ROUTE_OUTBOUND:
|
|
- start|REPLY_ROUTE_NAT:
|
|
- exit|REPLY_ROUTE_NAT:
|
|
- start|REPLY_ROUTE_NAT:
|
|
- exit|REPLY_ROUTE_NAT:
|
|
sip_in:
|
|
- '^INVITE'
|
|
- 'Contact: sip:testuser1002@'
|
|
- 'CSeq: 3 INVITE'
|
|
- 'Max-Forwards: 15'
|
|
- 'Content-Type: application/sdp'
|
|
- 'Proxy-Authorization: Digest username="testuser1002"'
|
|
- 'a=sendonly'
|
|
sip_out:
|
|
- [
|
|
'^SIP/2.0 100 Trying',
|
|
'CSeq: 3 INVITE',
|
|
'From: <sip:testuser1002@',
|
|
'To: <sip:004321001@'
|
|
]
|
|
- [
|
|
'^INVITE',
|
|
'CSeq: 3 INVITE',
|
|
'From: <sip:4311002@',
|
|
'To: <sip:004321001@',
|
|
'Content-Type: application/sdp',
|
|
'Proxy-Authorization: Digest username="testuser1002"',
|
|
'Max-Forwards: 14',
|
|
'Content-Type: application/sdp',
|
|
'a=sendonly'
|
|
]
|
|
- [
|
|
'^SIP/2.0 200 OK',
|
|
'CSeq: 3 INVITE',
|
|
'From: <sip:testuser1002@',
|
|
'To: <sip:004321001@',
|
|
'Content-Type: application/sdp',
|
|
'a=recvonly'
|
|
]
|