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.
84 lines
2.5 KiB
84 lines
2.5 KiB
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:
|
|
$avp(lua_dlg_profile): None
|
|
- 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:508[5|8];prxroute=1 SIP/2.0'
|
|
- 'From: <sip:testuser1002@spce.test>;tag='
|
|
- 'To: <sip:1003@spce.test>;tag='
|
|
- 'Call-Info: <sip:spce.test>;appearance-index=1'
|
|
- 'CSeq: 3 BYE'
|
|
- 'Contact: sip:testuser1002@127.126.0.1:\d+'
|
|
- 'Content-Length:\s+0'
|
|
- 'P-NGCP-Src-Ip: 127.126.0.1'
|
|
- 'P-NGCP-Src-Port: \d+'
|
|
- '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:testuser1002@spce.test>;tag=',
|
|
'To: <sip:1003@spce.test>;tag=',
|
|
'CSeq: 3 BYE',
|
|
'P-Out-Socket: udp:127.0.0.1:5060',
|
|
'P-NGCP-Auth-IP: 127.126.0.1',
|
|
'P-NGCP-Auth-UA: <null>',
|
|
'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',
|
|
]
|
|
- [
|
|
'^NOTIFY sip:testuser1002@127.1.0.1:\d+ SIP/2.0',
|
|
'To: <sip:testuser1002@spce.test>;tag=',
|
|
'From: <sip:testuser1002@spce.test>;tag=',
|
|
'CSeq: 6 NOTIFY',
|
|
'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:508[5|8];prxroute=1 SIP/2.0',
|
|
'From: <sip:testuser1002@spce.test>;tag=',
|
|
'To: <sip:1003@spce.test>;tag=',
|
|
'CSeq: 3 BYE',
|
|
'Contact: sip:testuser1002@127.126.0.1:\d+',
|
|
'Content-Length: 0',
|
|
]
|