* reminder: receive BYE and send OK Change-Id: I0c1cc9d9ed8cee95a73f9cd2e9cedd2257d68814changes/95/8895/1
parent
5fcc29f42d
commit
cb5bc41eaa
@ -0,0 +1,21 @@
|
||||
flow:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- start|ROUTE_NET_INFO:
|
||||
- return|ROUTE_NET_INFO:
|
||||
- start|ROUTE_PRX_REQUEST:
|
||||
- start|ROUTE_INITVARS:
|
||||
- return|ROUTE_INITVARS:
|
||||
- start|ROUTE_LOCAL:
|
||||
- return|ROUTE_LOCAL:
|
||||
sip_in:
|
||||
- 'ACK sip:testuser1003@'
|
||||
- 'From: \"431100222\" <sip:testuser1002@spce.test>;tag='
|
||||
- 'To: <sip:testuser1003@spce.test>;tag='
|
||||
- 'Max-Forwards: 69'
|
||||
- 'Content-Length: 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: []
|
||||
@ -0,0 +1,22 @@
|
||||
flow:
|
||||
- start|DEFAULT_ROUTE:
|
||||
- start|ROUTE_NET_INFO:
|
||||
- return|ROUTE_NET_INFO:
|
||||
- start|ROUTE_PRX_REQUEST:
|
||||
- start|ROUTE_INITVARS:
|
||||
- return|ROUTE_INITVARS:
|
||||
- start|ROUTE_LOCAL:
|
||||
- return|ROUTE_LOCAL:
|
||||
sip_in:
|
||||
- 'ACK sip:testuser1004@'
|
||||
- 'From: <sip:testuser1001@spce.test>;tag='
|
||||
- 'To: <sip:testuser1004@spce.test>;tag='
|
||||
- 'CSeq: 2 ACK'
|
||||
- 'Max-Forwards: 69'
|
||||
- 'Content-Length: 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: []
|
||||
@ -0,0 +1,18 @@
|
||||
flow:
|
||||
- start|REPLY_ROUTE_NAT:
|
||||
- exit|REPLY_ROUTE_NAT:
|
||||
sip_in:
|
||||
- '^SIP/2.0 200 OK'
|
||||
- 'From: <sip:\*55\*1420@spce.test>;tag='
|
||||
- 'To: <sip:testuser1001@spce.test>;tag='
|
||||
- 'CSeq: 10 BYE'
|
||||
- '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'
|
||||
sip_out:
|
||||
- [
|
||||
'^SIP/2.0 200 OK',
|
||||
'CSeq: 10 BYE'
|
||||
]
|
||||
Loading…
Reference in new issue