diff --git a/scenarios_pbx/invite/0005_test.yml.tt2 b/scenarios_pbx/invite/0005_test.yml.tt2 index 2d3a0dff..3f67ad8a 100644 --- a/scenarios_pbx/invite/0005_test.yml.tt2 +++ b/scenarios_pbx/invite/0005_test.yml.tt2 @@ -17,12 +17,12 @@ flow: - start|ROUTE_FIND_CALLER: - start|ROUTE_AUTH: - start|ROUTE_AUTH_HELPER: - $x_hdr(From): spce.test + $x_hdr(From): invite.scenarios-pbx.test $var(realm_user): testuser1002 - $var(realm_domain): spce.test + $var(realm_domain): invite.scenarios-pbx.test - return|ROUTE_AUTH_HELPER: $avp(orig_acc_caller_user): ['testuser1002'] - $avp(orig_acc_caller_domain): ['spce.test'] + $avp(orig_acc_caller_domain): ['invite.scenarios-pbx.test'] - start|ROUTE_ADD_CALLINFO_REPLY: - start|ROUTE_ADD_CALLINFO_CALLER_PRIMARY: - return|ROUTE_ADD_CALLINFO_CALLER_PRIMARY: @@ -67,7 +67,7 @@ flow: - return|ROUTE_SET_CALLEE_DIALOG: $avp(lua_dlg_profile): [ "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1003.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1003.uuid %]", "total" ] - start|ROUTE_BLOCK_IN: @@ -95,11 +95,11 @@ flow: - return|ROUTE_SET_CALLER_DIALOG: $avp(lua_dlg_profile): [ "totalaccountout:[% customerpbx_test.id %]", - "totaluserout:[% spce_test.testuser1002.uuid %]", + "totaluserout:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1002.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1003.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1003.uuid %]", "total" ] - start|ROUTE_ACC_CALLER: @@ -138,11 +138,11 @@ flow: - start|ROUTE_EXIT: $avp(lua_dlg_profile): [ "totalaccountout:[% customerpbx_test.id %]", - "totaluserout:[% spce_test.testuser1002.uuid %]", + "totaluserout:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1002.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1003.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1003.uuid %]", "total" ] - start|ROUTE_RUNTIME: @@ -167,13 +167,13 @@ sip_out: 'CSeq: 2 INVITE', 'From: ', - 'To: ', + '^PUBLISH sip:testuser1002@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] @@ -183,10 +183,10 @@ sip_out: 'From: ;ip=127.0.0.1;port=5080;' + - 'P-NGCP-Callee-Info: ;ip=127.0.0.1;port=5080;' - 'P-To-Device: 1' - 'Content-Type: application/sdp' - 'Contact: ' @@ -175,7 +175,7 @@ sip_out: ] - [ 'INVITE sip:testuser1003@', - 'From: ', 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Callee-UUID: [% spce_test.testuser1003.uuid %]', - 'P-Asserted-Identity: ', - 'To: ', + '^PUBLISH sip:testuser1003@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] diff --git a/scenarios_pbx/invite/0013_test.yml.tt2 b/scenarios_pbx/invite/0013_test.yml.tt2 index c965e6eb..8959f1d9 100644 --- a/scenarios_pbx/invite/0013_test.yml.tt2 +++ b/scenarios_pbx/invite/0013_test.yml.tt2 @@ -3,11 +3,11 @@ flow: - start|REPLY_ROUTE_NAT: $avp(lua_dlg_profile): [ "totalaccountout:[% customerpbx_test.id %]", - "totaluserout:[% spce_test.testuser1002.uuid %]", + "totaluserout:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1002.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1003.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1003.uuid %]", "total" ] - start|ROUTE_ENTRY: @@ -28,9 +28,9 @@ sip_in: - 'CSeq: 2 INVITE' sip_out: - [ - '^PUBLISH sip:testuser1002@spce.test SIP/2.0', - 'From: ', - 'To: ', + '^PUBLISH sip:testuser1002@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] diff --git a/scenarios_pbx/invite/0015_test.yml.tt2 b/scenarios_pbx/invite/0015_test.yml.tt2 index 72e7d9bf..674b3686 100644 --- a/scenarios_pbx/invite/0015_test.yml.tt2 +++ b/scenarios_pbx/invite/0015_test.yml.tt2 @@ -25,9 +25,9 @@ sip_in: - 'CSeq: \d+ INVITE' sip_out: - [ - '^PUBLISH sip:testuser1003@spce.test SIP/2.0', - 'From: ', - 'To: ', + '^PUBLISH sip:testuser1003@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] diff --git a/scenarios_pbx/invite/0016_test.yml.tt2 b/scenarios_pbx/invite/0016_test.yml.tt2 index 16eae5cc..ed9d1793 100644 --- a/scenarios_pbx/invite/0016_test.yml.tt2 +++ b/scenarios_pbx/invite/0016_test.yml.tt2 @@ -21,11 +21,11 @@ flow: - return|dialog:start: $avp(lua_dlg_profile): [ "totalaccountout:[% customerpbx_test.id %]", - "totaluserout:[% spce_test.testuser1002.uuid %]", + "totaluserout:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1002.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1002.uuid %]", "totalaccount:[% customerpbx_test.id %]", - "totaluser:[% spce_test.testuser1003.uuid %]", + "totaluser:[% invite_scenarios_pbx_test.testuser1003.uuid %]", "total" ] - return|dialog:start: @@ -34,9 +34,9 @@ sip_in: - 'CSeq: 2 INVITE' sip_out: - [ - '^PUBLISH sip:testuser1002@spce.test SIP/2.0', - 'From: ', - 'To: ', + '^PUBLISH sip:testuser1002@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] diff --git a/scenarios_pbx/invite/0018_test.yml.tt2 b/scenarios_pbx/invite/0018_test.yml.tt2 index 72879213..db75b574 100644 --- a/scenarios_pbx/invite/0018_test.yml.tt2 +++ b/scenarios_pbx/invite/0018_test.yml.tt2 @@ -28,6 +28,6 @@ sip_out: - [ '^ACK sip:127.0.0.1:5080;transport=udp SIP/2.0', 'CSeq: \d+ ACK', - 'From: ', - 'To: ', + '^PUBLISH sip:testuser1002@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] diff --git a/scenarios_pbx/invite/0021_test.yml.tt2 b/scenarios_pbx/invite/0021_test.yml.tt2 index d94f5a5c..27e04b4c 100644 --- a/scenarios_pbx/invite/0021_test.yml.tt2 +++ b/scenarios_pbx/invite/0021_test.yml.tt2 @@ -44,9 +44,9 @@ sip_out: 'To: ', - 'To: ', + '^PUBLISH sip:testuser1003@invite.scenarios-pbx.test SIP/2.0', + 'From: ', + 'To: ', 'Event: dialog', 'Content-Type: application/dialog-info\+xml', ] @@ -55,6 +55,6 @@ sip_out: 'CSeq: \d+ BYE', 'Max-Forwards: 69', 'Content-Length: 0', - 'From: