Change-Id: I4fad8ef1dde532d2487ff79b99172ce4f4f03bb8mr9.4
parent
64d95bf72f
commit
bfc3922901
@ -1,97 +0,0 @@
|
||||
flow:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- start|ROUTE_ENTRY:
|
||||
- return|ROUTE_ENTRY:
|
||||
- start|ROUTE_NET_INFO:
|
||||
- return|ROUTE_NET_INFO:
|
||||
- start|ROUTE_CHECK_TEL_URI:
|
||||
- return|ROUTE_CHECK_TEL_URI:
|
||||
- start|ROUTE_PRX_REQUEST:
|
||||
- start|ROUTE_INITVARS:
|
||||
- return|ROUTE_INITVARS:
|
||||
- start|dialog:end:
|
||||
- return|dialog:end:
|
||||
- return|dialog:end:
|
||||
- start|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- return|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- start|ROUTE_STOP_RTPPROXY:
|
||||
- start|ROUTE_RESTORE_CLUSTERSET:
|
||||
- return|ROUTE_RESTORE_CLUSTERSET:
|
||||
- return|ROUTE_STOP_RTPPROXY:
|
||||
- start|ROUTE_SCA_UPDATE:
|
||||
- return|ROUTE_SCA_UPDATE:
|
||||
- start|ROUTE_PREPARE_UA:
|
||||
- return|ROUTE_PREPARE_UA:
|
||||
- start|ROUTE_OUTBOUND:
|
||||
- start|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- exit|ROUTE_EXIT:
|
||||
sip_in:
|
||||
- '^BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
|
||||
- 'From: <sip:testuser1003@spce.test>;tag='
|
||||
- 'To: <sip:1002@spce.test>;tag='
|
||||
- 'Call-Info: <sip:spce\.test>;appearance-index=1'
|
||||
- 'CSeq: 3 BYE'
|
||||
- 'Contact: sip:testuser1003@127.126.0.3:\d+'
|
||||
- 'Max-Forwards: 69'
|
||||
- 'Content-Length: 0'
|
||||
- 'P-NGCP-Src-Ip: 127.126.0.3'
|
||||
- 'P-NGCP-Src-Port: 51602'
|
||||
- 'P-NGCP-Src-Proto: udp'
|
||||
- 'P-NGCP-Src-Af: 4'
|
||||
- 'P-Sock-Info: udp:127.0.0.1:5060'
|
||||
sip_out:
|
||||
- [
|
||||
'^SIP/2.0 100 Trying',
|
||||
'From: <sip:testuser1003@spce.test>;tag=',
|
||||
'To: <sip:1002@spce.test>;tag=',
|
||||
'CSeq: 3 BYE',
|
||||
'P-Out-Socket: udp:127.0.0.1:5060',
|
||||
'P-NGCP-Auth-IP: 127.126.0.3',
|
||||
'P-NGCP-Auth-UA: <null>',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
- [
|
||||
'^PUBLISH sip:testuser1003@spce.test SIP/2.0',
|
||||
'From: <sip:testuser1003@spce.test>',
|
||||
'To: <sip:testuser1003@spce.test>',
|
||||
'Event: dialog',
|
||||
'Content-Type: application/dialog-info\+xml',
|
||||
]
|
||||
- [
|
||||
'^NOTIFY sip:testuser1002@127.1.0.2:\d+ SIP/2.0',
|
||||
'To: <sip:testuser1002@spce.test>;tag=',
|
||||
'From: <sip:testuser1002@spce.test>;tag=',
|
||||
'CSeq: 3 NOTIFY',
|
||||
'Max-Forwards: 70',
|
||||
'Content-Length: 0',
|
||||
'Contact: sip:127.0.0.1:5062',
|
||||
'Call-Info: <sip:spce\.test>;appearance-index=\*;appearance-state=idle',
|
||||
'Event: call-info',
|
||||
'Subscription-State: active;expires=\d+',
|
||||
]
|
||||
- [
|
||||
'^NOTIFY sip:testuser1002@127.1.0.1:\d+ SIP/2.0',
|
||||
'To: <sip:testuser1002@spce.test>;tag=',
|
||||
'From: <sip:testuser1002@spce.test>;tag=',
|
||||
'CSeq: 3 NOTIFY',
|
||||
'Max-Forwards: 70',
|
||||
'Content-Length: 0',
|
||||
'Contact: sip:127.0.0.1:5062',
|
||||
'Call-Info: <sip:spce\.test>;appearance-index=\*;appearance-state=idle',
|
||||
'Event: call-info',
|
||||
'Subscription-State: active;expires=\d+',
|
||||
]
|
||||
- [
|
||||
'^BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
|
||||
'From: <sip:testuser1003@spce.test>;tag=',
|
||||
'To: <sip:1002@spce.test>;tag=',
|
||||
'CSeq: 3 BYE',
|
||||
'Contact: sip:testuser1003@127.126.0.3:\d+',
|
||||
'Max-Forwards: 68',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
@ -0,0 +1,58 @@
|
||||
flow:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- start|ROUTE_ENTRY:
|
||||
- return|ROUTE_ENTRY:
|
||||
- start|ROUTE_NET_INFO:
|
||||
- return|ROUTE_NET_INFO:
|
||||
- start|ROUTE_CHECK_TEL_URI:
|
||||
- return|ROUTE_CHECK_TEL_URI:
|
||||
- start|ROUTE_PRX_REQUEST:
|
||||
- start|ROUTE_INITVARS:
|
||||
- return|ROUTE_INITVARS:
|
||||
- start|dialog:end:
|
||||
- return|dialog:end:
|
||||
- return|dialog:end:
|
||||
- start|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- return|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- start|ROUTE_STOP_RTPPROXY:
|
||||
- return|ROUTE_STOP_RTPPROXY:
|
||||
- start|ROUTE_PREPARE_UA:
|
||||
- return|ROUTE_PREPARE_UA:
|
||||
- start|ROUTE_OUTBOUND:
|
||||
- start|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- exit|ROUTE_EXIT:
|
||||
sip_in:
|
||||
- '^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
|
||||
- 'From: <sip:testuser1003@spce.test>;tag='
|
||||
- 'To: <sip:1002@spce.test>;tag='
|
||||
- 'CSeq: \d+ BYE'
|
||||
- 'Max-Forwards: 70'
|
||||
- 'Content-Length: 0'
|
||||
sip_out:
|
||||
- [
|
||||
'^SIP/2.0 100 Trying',
|
||||
'From: <sip:testuser1003@spce.test>;tag=',
|
||||
'To: <sip:1002@spce.test>;tag=',
|
||||
'CSeq: \d+ BYE',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
- [
|
||||
'^PUBLISH sip:testuser1002@spce.test SIP/2.0',
|
||||
'From: <sip:testuser1002@spce.test>',
|
||||
'To: <sip:testuser1002@spce.test>',
|
||||
'Event: dialog',
|
||||
'Content-Type: application/dialog-info\+xml',
|
||||
]
|
||||
- [
|
||||
'^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
|
||||
'From: <sip:43110021003@spce.test>;tag=',
|
||||
'To: <sip:1002@spce.test>;tag=',
|
||||
'CSeq: \d+ BYE',
|
||||
'Max-Forwards: 69',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
Loading…
Reference in new issue