This reverts commit 76e4ef2367.
Change-Id: Iefb89461f4a775f2a82d4851e0d64c5762074454
changes/86/42186/1
parent
7af0ea1e88
commit
e123b0bad0
@ -1,11 +1,50 @@
|
||||
flow:
|
||||
- start|DEFAULT_ONREPLY:
|
||||
- return|DEFAULT_ONREPLY:
|
||||
- start|REPLY_ROUTE_NAT:
|
||||
- start|ROUTE_ENTRY:
|
||||
- return|ROUTE_ENTRY:
|
||||
- start|ROUTE_APPLY_HEADER_RULES:
|
||||
- return|ROUTE_APPLY_HEADER_RULES:
|
||||
- start|REPLY_SCA_UPDATE:
|
||||
- return|REPLY_SCA_UPDATE:
|
||||
- start|ROUTE_PREPARE_UA:
|
||||
- return|ROUTE_PREPARE_UA:
|
||||
- start|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- return|ROUTE_FIX_PBX_STOP_RECORDS:
|
||||
- start|REPLY_ROUTE_RTPENGINE:
|
||||
- return|REPLY_ROUTE_RTPENGINE:
|
||||
- start|REPLY_ROUTE_NAT_CONTINUE:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- start|dialog:start:
|
||||
- return|dialog:start:
|
||||
- return|dialog:start:
|
||||
sip_in:
|
||||
- 'SIP/2.0 200 OK'
|
||||
- 'From: <sip:43110021003@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:1002@spce.test>;tag=[\w-]+'
|
||||
- 'CSeq: \d+ CANCEL'
|
||||
- 'Server: Sipwise NGCP Application'
|
||||
- 'Content-Length: 0'
|
||||
sip_out: []
|
||||
- '^SIP/2.0 200 OK'
|
||||
- 'From: <sip:testuser1003@spce.test>;tag='
|
||||
- 'To: <sip:1002@spce.test>;tag='
|
||||
- 'CSeq: 2 INVITE'
|
||||
- 'Call-Info: <sip:spce\.test>;appearance-index=1'
|
||||
- 'Contact: <sip:127.0.0.1:508[5|8];transport=udp>'
|
||||
- 'Content-Type: application/sdp'
|
||||
- 'Content-Length: \d+'
|
||||
sip_out:
|
||||
- [
|
||||
'^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',
|
||||
]
|
||||
- [
|
||||
'^SIP/2.0 200 OK',
|
||||
'From: <sip:testuser1003@spce.test>;tag=',
|
||||
'To: <sip:1002@spce.test>;tag=',
|
||||
'CSeq: 2 INVITE',
|
||||
'Contact: <sip:127.0.0.1:508[5|8];transport=udp>',
|
||||
'Content-Type: application/sdp',
|
||||
'Content-Length: \d+',
|
||||
'P-COLP-Identity: \"1002\" <sip:1002@spce.test>',
|
||||
'P-Out-Socket: udp:127.0.0.1:5060',
|
||||
]
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
flow:
|
||||
- start|DEFAULT_ONREPLY:
|
||||
- start|REPLY_ROUTE_NAT:
|
||||
- start|ROUTE_ENTRY:
|
||||
- return|ROUTE_ENTRY:
|
||||
- start|ROUTE_APPLY_HEADER_RULES:
|
||||
- return|ROUTE_APPLY_HEADER_RULES:
|
||||
- start|ROUTE_PREPARE_UA:
|
||||
- return|ROUTE_PREPARE_UA:
|
||||
- start|REPLY_ROUTE_NAT_CONTINUE:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- exit|ROUTE_EXIT:
|
||||
sip_in:
|
||||
- 'SIP/2.0 487 Request terminated'
|
||||
- 'From: <sip:43110021003@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:1002@spce.test>;tag=[\w-]+'
|
||||
- 'CSeq: \d+ INVITE'
|
||||
- 'Server: Sipwise NGCP Application'
|
||||
- 'Content-Length: 0'
|
||||
sip_out:
|
||||
- [
|
||||
'ACK sip:testuser1002@127.1.0.3:\d+ SIP/2.0',
|
||||
'From: <sip:43110021003@spce.test>;tag=[\w-]+',
|
||||
'To: <sip:1002@spce.test>;tag=[\w-]+',
|
||||
'CSeq: \d+ ACK',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
Loading…
Reference in new issue