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.
41 lines
1.6 KiB
41 lines
1.6 KiB
flow:
|
|
- start|DEFAULT_ONREPLY:
|
|
- start|REPLY_ROUTE_LEG_B:
|
|
- start|ROUTE_ENTRY:
|
|
- return|ROUTE_ENTRY:
|
|
- start|ROUTE_EXIT:
|
|
- start|ROUTE_RUNTIME:
|
|
- return|ROUTE_RUNTIME:
|
|
- start|dialog:start:
|
|
- return|dialog:start:
|
|
sip_in:
|
|
- 'SIP/2.0 200 OK'
|
|
- 'From: <sip:[% scenarios.0.username %]@invite-reinvite-transcoding.scenarios.test>;tag=[\w-]+'
|
|
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite-reinvite-transcoding.scenarios.test>;tag=[\w-]+'
|
|
- 'CSeq: \d+ INVITE'
|
|
- 'Contact: <sip:[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %];transport=UDP>'
|
|
- 'Content-Type: application/sdp'
|
|
- 'Content-Length:\s+\d+'
|
|
- 'P-NGCP-Src-Ip: [% scenarios.0.responders.0.ip %]'
|
|
- 'P-NGCP-Src-Port: [% scenarios.0.responders.0.port %]'
|
|
- 'P-NGCP-Src-Proto: udp'
|
|
- 'P-NGCP-Src-Af: 4'
|
|
- 'a=rtpmap:8 PCMA/8000'
|
|
- '_:NOT:_a=rtpmap:\d+ PCMU/8000'
|
|
sip_out:
|
|
- [
|
|
'SIP/2.0 200 OK',
|
|
'From: <sip:[% scenarios.0.username %]@invite-reinvite-transcoding.scenarios.test>;tag=[\w-]+',
|
|
'To: <sip:[% scenarios.0.responders.0.username %]@invite-reinvite-transcoding.scenarios.test>;tag=[\w-]+',
|
|
'CSeq: \d+ INVITE',
|
|
'Contact: <sip:[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %];transport=UDP>',
|
|
'Content-Type: application/sdp',
|
|
'Content-Length:\s+\d+',
|
|
'P-NGCP-Src-Ip: [% scenarios.0.responders.0.ip %]',
|
|
'P-NGCP-Src-Port: [% scenarios.0.responders.0.port %]',
|
|
'P-NGCP-Src-Proto: udp',
|
|
'P-NGCP-Src-Af: 4',
|
|
'a=rtpmap:8 PCMA/8000',
|
|
'_:NOT:_a=rtpmap:\d+ PCMU/8000',
|
|
]
|