diff --git a/scenarios/invite_conference_update/0001_test.yml.tt2 b/scenarios/invite_conference_update/0001_test.yml.tt2 index ba2f38e2..37bc4726 100644 --- a/scenarios/invite_conference_update/0001_test.yml.tt2 +++ b/scenarios/invite_conference_update/0001_test.yml.tt2 @@ -22,7 +22,7 @@ flow: - exit|ROUTE_EXIT: sip_in: - '^INVITE sip:testuser1001@' - - 'Contact: sip:testuser1002@' + - 'Contact: ]+)?>' - 'To: ]+)?>' - 'CSeq: 2 INVITE' - 'Max-Forwards: 69' - 'Content-Type: application/sdp' diff --git a/scenarios/invite_conference_update/0008_test.yml.tt2 b/scenarios/invite_conference_update/0008_test.yml.tt2 index 4f9463e4..7c551e7e 100644 --- a/scenarios/invite_conference_update/0008_test.yml.tt2 +++ b/scenarios/invite_conference_update/0008_test.yml.tt2 @@ -21,7 +21,7 @@ flow: - exit|ROUTE_EXIT: sip_in: - '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0' - - 'Contact: sip:testuser1002@' + - 'Contact: ]+)?>' - 'CSeq: 2 ACK' - 'Max-Forwards: 69' - 'Content-Length: 0' @@ -30,7 +30,7 @@ sip_in: sip_out: - [ '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0', - 'Contact: sip:testuser1002@', + 'Contact: ]+)?>', 'CSeq: 2 ACK', 'Max-Forwards: 68', 'Content-Length: 0', diff --git a/scenarios/invite_conference_update/0010_test.yml.tt2 b/scenarios/invite_conference_update/0010_test.yml.tt2 index d10b6092..a3fe8ac5 100644 --- a/scenarios/invite_conference_update/0010_test.yml.tt2 +++ b/scenarios/invite_conference_update/0010_test.yml.tt2 @@ -21,7 +21,7 @@ flow: - exit|ROUTE_EXIT: sip_in: - '^UPDATE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0' - - 'Contact: sip:testuser1002@' + - 'Contact: ]+)?>' - 'CSeq: 3 UPDATE' - 'Max-Forwards: 69' - 'Content-Length: 0' @@ -38,7 +38,7 @@ sip_out: ] - [ '^UPDATE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0', - 'Contact: sip:testuser1002@', + 'Contact: ]+)?>', 'CSeq: 3 UPDATE', 'Max-Forwards: 68', 'Content-Length: 0', diff --git a/scenarios/invite_conference_update/0013_test.yml.tt2 b/scenarios/invite_conference_update/0013_test.yml.tt2 index 16122c2d..2d26a4a4 100644 --- a/scenarios/invite_conference_update/0013_test.yml.tt2 +++ b/scenarios/invite_conference_update/0013_test.yml.tt2 @@ -27,7 +27,7 @@ flow: - exit|ROUTE_EXIT: sip_in: - '^BYE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0' - - 'Contact: sip:testuser1002@' + - 'Contact: ]+)?>' - 'CSeq: 4 BYE' - 'Max-Forwards: 69' - 'Content-Length: 0' @@ -44,7 +44,7 @@ sip_out: ] - [ '^BYE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0', - 'Contact: sip:testuser1002@', + 'Contact: ]+)?>', 'CSeq: 4 BYE', 'Max-Forwards: 68', 'Content-Length: 0', diff --git a/scenarios/invite_conference_update/prefs.json.tt2 b/scenarios/invite_conference_update/prefs.json.tt2 index 8185db4b..3f122319 100644 --- a/scenarios/invite_conference_update/prefs.json.tt2 +++ b/scenarios/invite_conference_update/prefs.json.tt2 @@ -1,5 +1,5 @@ { "@invite-conference-update.scenarios.test": { - "sound_set": "default_soundset" + "sound_set": "invite_conference_update" } } diff --git a/scenarios/invite_conference_update/sipp_scenario00.xml b/scenarios/invite_conference_update/sipp_scenario00.xml index 762a04a0..e92f3313 100644 --- a/scenarios/invite_conference_update/sipp_scenario00.xml +++ b/scenarios/invite_conference_update/sipp_scenario00.xml @@ -10,7 +10,7 @@ To: Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] CSeq: 1 INVITE - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: Max-Forwards: 70 Content-Type: application/sdp Content-Length: [len] @@ -41,7 +41,7 @@ To: [peer_tag_param] Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] CSeq: 1 ACK - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: Max-Forwards: 70 Content-Length: 0 @@ -59,7 +59,7 @@ To: Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] CSeq: 2 INVITE - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: Max-Forwards: 70 [field1 file="caller.csv"] Content-Type: application/sdp @@ -102,7 +102,7 @@ Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] [routes] CSeq: 2 ACK - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: Max-Forwards: 70 Content-Length: 0 @@ -127,7 +127,7 @@ To: [peer_tag_param] Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] CSeq: 3 UPDATE - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: [routes] Max-Forwards: 70 Content-Length: 0 @@ -150,7 +150,7 @@ To: [peer_tag_param] Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] CSeq: 4 BYE - Contact: sip:[field0 file="caller.csv"]@[local_ip]:[local_port] + Contact: [routes] Max-Forwards: 70 Content-Length: 0 diff --git a/scenarios/invite_conference_update/soundsets.yml b/scenarios/invite_conference_update/soundsets.yml index 535b99c0..93dbf42e 100644 --- a/scenarios/invite_conference_update/soundsets.yml +++ b/scenarios/invite_conference_update/soundsets.yml @@ -1,6 +1,6 @@ --- soundsets: - 'default_soundset': + 'invite_conference_update': reseller_id: 1 sounds: conference_first: