Change-Id: I37d59c433c0112dcd5449a8afdab5499fec894e9mr9.1.1
parent
32d0e51721
commit
bcfb522af6
@ -1,52 +0,0 @@
|
||||
flow:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- start|ROUTE_ENTRY:
|
||||
- return|ROUTE_ENTRY:
|
||||
- start|ROUTE_LEG_B:
|
||||
- start|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- exit|ROUTE_EXIT:
|
||||
sip_in:
|
||||
- 'INVITE sip:004321001@127.0.2.1:\d+;transport=udp SIP/2.0'
|
||||
- 'From: <sip:4311002@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:004321001@127.0.2.1>'
|
||||
- 'CSeq: \d+ INVITE'
|
||||
- 'P-LB-Uptime: \d+'
|
||||
- 'P-Asserted-Identity: <sip:4311002@spce.test>'
|
||||
- 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]'
|
||||
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002'
|
||||
- 'P-NGCP-Callee-Info: <sip:004321001@spce.test>;ip=127.0.2.1;port=\d+'
|
||||
- 'P-D-Uri: sip:127.0.0.1:5060;received=sip:127.0.2.1:\d+%3blr%3btransport%3dudp'
|
||||
- 'Content-Type: application/sdp'
|
||||
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
|
||||
- 'Content-Length:\s+\d+'
|
||||
- 'a=rtpmap:8 PCMA/8000'
|
||||
sip_out:
|
||||
- [
|
||||
'SIP/2.0 100 Trying',
|
||||
'From: <sip:4311002@spce.test>;tag=[\w-]+',
|
||||
'To: <sip:004321001@127.0.2.1>',
|
||||
'CSeq: \d+ INVITE',
|
||||
'Server: Sipwise NGCP Proxy',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
- [
|
||||
'INVITE sip:004321001@127.0.2.1:\d+;transport=udp SIP/2.0',
|
||||
'From: <sip:4311002@spce.test>;tag=[\w-]+',
|
||||
'To: <sip:004321001@127.0.2.1>',
|
||||
'CSeq: \d+ INVITE',
|
||||
'P-LB-Uptime: \d+',
|
||||
'P-Asserted-Identity: <sip:4311002@spce.test>',
|
||||
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
|
||||
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002',
|
||||
'P-NGCP-Callee-Info: <sip:004321001@spce.test>;ip=127.0.2.1;port=\d+',
|
||||
'P-D-Uri: sip:127.0.0.1:5060;received=sip:127.0.2.1:\d+%3blr%3btransport%3dudp',
|
||||
'Content-Type: application/sdp',
|
||||
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
|
||||
'Content-Length:\s+\d+',
|
||||
'a=rtpmap:8 PCMA/8000',
|
||||
]
|
||||
@ -1,22 +1,52 @@
|
||||
flow:
|
||||
- start|DEFAULT_ONREPLY:
|
||||
- start|REPLY_ROUTE_NAT:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- 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_LEG_B:
|
||||
- start|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- exit|DEFAULT_SEND:
|
||||
- start|ROUTE_EXIT:
|
||||
- start|ROUTE_RUNTIME:
|
||||
- return|ROUTE_RUNTIME:
|
||||
- exit|ROUTE_EXIT:
|
||||
sip_in:
|
||||
- 'SIP/2.0 100 Connecting'
|
||||
- 'INVITE sip:004321001@127.0.2.1:\d+;transport=udp SIP/2.0'
|
||||
- 'From: <sip:4311002@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:004321001@spce.test>'
|
||||
- 'To: <sip:004321001@127.0.2.1>'
|
||||
- 'CSeq: \d+ INVITE'
|
||||
- 'Server: Sipwise NGCP Application'
|
||||
- 'Content-Length: 0'
|
||||
sip_out: []
|
||||
- 'P-LB-Uptime: \d+'
|
||||
- 'P-Asserted-Identity: <sip:4311002@spce.test>'
|
||||
- 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]'
|
||||
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002'
|
||||
- 'P-NGCP-Callee-Info: <sip:004321001@spce.test>;ip=127.0.2.1;port=\d+'
|
||||
- 'P-D-Uri: sip:127.0.0.1:5060;received=sip:127.0.2.1:\d+%3blr%3btransport%3dudp'
|
||||
- 'Content-Type: application/sdp'
|
||||
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
|
||||
- 'Content-Length:\s+\d+'
|
||||
- 'a=rtpmap:8 PCMA/8000'
|
||||
sip_out:
|
||||
- [
|
||||
'SIP/2.0 100 Trying',
|
||||
'From: <sip:4311002@spce.test>;tag=[\w-]+',
|
||||
'To: <sip:004321001@127.0.2.1>',
|
||||
'CSeq: \d+ INVITE',
|
||||
'Server: Sipwise NGCP Proxy',
|
||||
'Content-Length: 0',
|
||||
]
|
||||
- [
|
||||
'INVITE sip:004321001@127.0.2.1:\d+;transport=udp SIP/2.0',
|
||||
'From: <sip:4311002@spce.test>;tag=[\w-]+',
|
||||
'To: <sip:004321001@127.0.2.1>',
|
||||
'CSeq: \d+ INVITE',
|
||||
'P-LB-Uptime: \d+',
|
||||
'P-Asserted-Identity: <sip:4311002@spce.test>',
|
||||
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
|
||||
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002',
|
||||
'P-NGCP-Callee-Info: <sip:004321001@spce.test>;ip=127.0.2.1;port=\d+',
|
||||
'P-D-Uri: sip:127.0.0.1:5060;received=sip:127.0.2.1:\d+%3blr%3btransport%3dudp',
|
||||
'Content-Type: application/sdp',
|
||||
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
|
||||
'Content-Length:\s+\d+',
|
||||
'a=rtpmap:8 PCMA/8000',
|
||||
]
|
||||
|
||||
@ -1,22 +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 100 Connecting'
|
||||
- 'From: <sip:4311002@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:004321001@spce.test>'
|
||||
- 'CSeq: \d+ INVITE'
|
||||
- 'Server: Sipwise NGCP Application'
|
||||
- 'Content-Length: 0'
|
||||
sip_out: []
|
||||
@ -1,22 +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 100 Connecting'
|
||||
- 'From: <sip:004321001@spce.test>;tag=[\w-]+'
|
||||
- 'To: <sip:testuser1001@spce.test>'
|
||||
- 'CSeq: \d+ INVITE'
|
||||
- 'Server: Sipwise NGCP Application'
|
||||
- 'Content-Length: 0'
|
||||
sip_out: []
|
||||
Loading…
Reference in new issue