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.
kamailio-config-tests/scenarios_pbx/invite_shared_line/0023_test.yml.tt2

33 lines
831 B

flow:
- start|REPLY_ROUTE_NAT:
- start|ROUTE_ENTRY:
- return|ROUTE_ENTRY:
- start|REPLY_ROUTE_RTPENGINE:
- return|REPLY_ROUTE_RTPENGINE:
- start|ROUTE_EXIT:
- start|ROUTE_RUNTIME:
- return|ROUTE_RUNTIME:
- start|dialog:start:
- return|dialog:start:
$avp(lua_dlg_profile): [
"local",
"total"
]
- return|dialog:start:
sip_in:
- '^SIP/2.0 200 OK'
- 'From: <sip:4311002@spce.test>;tag='
- 'To: <sip:1003@spce.test>;tag='
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:testuser1003@127.0.0.1:5080>'
- 'Content-Type: application/sdp'
sip_out:
- [
'^SIP/2.0 200 OK',
'From: <sip:testuser1002@spce.test>;tag=',
'To: <sip:1003@spce.test>;tag=',
'CSeq: \d+ INVITE',
'Contact: <sip:testuser1003@127.0.0.1:5080>',
'Content-Type: application/sdp'
]