MT#6243 update test for emergency call with multipart body

mr3.6
Victor Seva 12 years ago
parent 79e9cd9fd8
commit 9a419f8ed5

@ -4,6 +4,8 @@ flow:
- start|ROUTE_NET_INFO:
- end|ROUTE_NET_INFO:
- start|ROUTE_PRX_REQUEST:
- start|ROUTE_INITVARS:
- end|ROUTE_INITVARS:
- start|ROUTE_INVITE:
- start|ROUTE_LOAD_CALLEE_DOMAIN_PREF:
- start|ROUTE_CLEAR_CALLEE_DOMAIN_PREF:

@ -4,6 +4,8 @@ flow:
- start|ROUTE_NET_INFO:
- end|ROUTE_NET_INFO:
- start|ROUTE_PRX_REQUEST:
- start|ROUTE_INITVARS:
- end|ROUTE_INITVARS:
- start|ROUTE_INVITE:
- start|ROUTE_LOAD_CALLEE_DOMAIN_PREF:
- start|ROUTE_CLEAR_CALLEE_DOMAIN_PREF:
@ -36,24 +38,13 @@ flow:
- return|ROUTE_APPLY_REWRITE_RULE:
- start|ROUTE_CLIR:
- end|ROUTE_CLIR:
- start|ROUTE_CLEAR_CALLEE_PREF:
- end|ROUTE_CLEAR_CALLEE_PREF:
- start|ROUTE_NCOS:
- end|ROUTE_NCOS:
- start|ROUTE_NCOS:
- end|ROUTE_NCOS:
- start|ROUTE_NCOS:
- end|ROUTE_NCOS:
- start|ROUTE_NCOS:
- end|ROUTE_NCOS:
- start|ROUTE_BLOCK_OUT:
- end|ROUTE_BLOCK_OUT:
- start|ROUTE_CHECK_PBX:
- return|ROUTE_CHECK_PBX:
- start|ROUTE_SET_CALLER_DIALOG:
- end|ROUTE_SET_CALLER_DIALOG:
- start|ROUTE_INVITE_TO_EXT:
- start|ROUTE_EMERGENCY:
$xavp(caller_real_prefs[0]=>reject_emergency): None
$xavp(caller_real_prefs[0]=>emergency_location_object): '7e 19 00 0d 64 30 90 11 f4 31 ff ff 43 68 65 6d 6e 69 74 7a 74 61 6c 73'
- start|ROUTE_PSTN:
$avp(em_call): [1]
- start|ROUTE_CLEAR_PEER_OUT_PREF:
- end|ROUTE_CLEAR_PEER_OUT_PREF:
- start|ROUTE_LOAD_PEER_OUT_PREF:
@ -63,11 +54,11 @@ flow:
- end|ROUTE_ACC_CALLER:
- start|ROUTE_ACC_CALLEE:
- end|ROUTE_ACC_CALLEE:
- start|ROUTE_SET_CALLER_DIALOG:
- end|ROUTE_SET_CALLER_DIALOG:
- start|BRANCH_ROUTE_SBC:
- start|ROUTE_BRANCH_ACC_RTP:
- end|ROUTE_BRANCH_ACC_RTP:
- start|ROUTE_SET_RUSER:
- end|ROUTE_SET_RUSER:
- start|ROUTE_PREPARE_SST:
- end|ROUTE_PREPARE_SST:
- start|ROUTE_PREPARE_MOH:
@ -98,13 +89,10 @@ flow:
- end|ROUTE_ADD_CALLINFO:
- end|BRANCH_ROUTE_SBC:
- exit|ROUTE_OUTBOUND:
# 101 Connecting
- start|REPLY_ROUTE_NAT:
- exit|REPLY_ROUTE_NAT:
# 180 Ringing
- start|REPLY_ROUTE_NAT:
- exit|REPLY_ROUTE_NAT:
# 200 OK
- start|REPLY_ROUTE_NAT:
- exit|REPLY_ROUTE_NAT:
sip_in:
@ -138,7 +126,13 @@ sip_out:
'P-Asserted-Identity: <sip:4311002@',
'P-Called-Party-ID: <sip:112@',
'P-App-Param: ;aleg_sst_enable=no;sst_enable=no',
'P-App-Name: sbc'
'P-App-Name: sbc',
'P-NGCP-Callee-Info: <sip:emergency_112@',
'--unique-boundary-1',
'Content-Type: application/sdp',
'Content-Type: application/vnd.cirpack.isdn-ext',
'7e 19 00 0d 64 30 90 11 f4 31 ff ff 43 68 65 6d 6e 69 74 7a 74 61 6c 73',
'--unique-boundary-1--',
]
- [
'^SIP/2.0 180 Ringing',

@ -4,6 +4,8 @@ flow:
- start|ROUTE_NET_INFO:
- end|ROUTE_NET_INFO:
- start|ROUTE_PRX_REQUEST:
- start|ROUTE_INITVARS:
- end|ROUTE_INITVARS:
- start|ROUTE_OUTBOUND:
sip_in:
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'

@ -4,11 +4,12 @@ flow:
- start|ROUTE_NET_INFO:
- end|ROUTE_NET_INFO:
- start|ROUTE_PRX_REQUEST:
- start|ROUTE_INITVARS:
- end|ROUTE_INITVARS:
- start|ROUTE_STOP_RTPPROXY:
- end|ROUTE_STOP_RTPPROXY:
- start|ROUTE_OUTBOUND:
- exit|ROUTE_OUTBOUND:
# 200 OK
- start|REPLY_ROUTE_NAT:
- exit|REPLY_ROUTE_NAT:
sip_in:
@ -34,7 +35,7 @@ sip_out:
'CSeq: 3 BYE',
'Max-Forwards: 68',
'Content-Length: 0',
'From: <sip:4311002@',
'From: <sip:testuser1002@',
'To: <sip:112@'
]
- [

Loading…
Cancel
Save