diff --git a/scenarios/caller.csv b/scenarios/caller.csv index acc62e1d..a1e52218 100644 --- a/scenarios/caller.csv +++ b/scenarios/caller.csv @@ -1,2 +1,3 @@ SEQUENTIAL testuser1002;[authentication username=testuser1002 password=testuser];DOMAIN +testuser1001;[authentication username=testuser1001 password=testuser];DOMAIN \ No newline at end of file diff --git a/scenarios/reminder/0001_test.yml.tt2 b/scenarios/reminder/0001_test.yml.tt2 new file mode 100644 index 00000000..6151fdd0 --- /dev/null +++ b/scenarios/reminder/0001_test.yml.tt2 @@ -0,0 +1,32 @@ +# REMINDER scenario +flow: +- start|MAIN: +- start|ROUTE_NET_INFO: +- end|ROUTE_NET_INFO: +- start|ROUTE_PRX_REQUEST: +- start|ROUTE_INVITE: +- start|ROUTE_LOAD_CALLEE_DOMAIN_PREF: +- end|ROUTE_LOAD_CALLEE_DOMAIN_PREF: +- start|ROUTE_FIND_CALLER: +- start|ROUTE_AUTH: +- exit|ROUTE_AUTH: +sip_in: + - '^INVITE' + - 'Contact: sip:testuser1001@' + - 'To: + + + + ;tag=[pid]SIPpTag00[call_number] + To: + Call-ID: [call_id] + CSeq: 1 INVITE + Contact: sip:[field0 file="caller.csv" line=1]@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Type: application/sdp + Content-Length: [len] + + v=0 + o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] + s=- + c=IN IP[media_ip_type] [media_ip] + t=0 0 + m=audio [media_port] RTP/AVP 8 + a=rtpmap:8 PCMA/8000 + a=ptime:50 + + ]]> + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: [peer_tag_param] + Call-ID: [call_id] + CSeq: 1 ACK + Contact: sip:[field0 file="caller.csv" line=1]@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + ;tag=[pid]SIPpTag00[call_number] + To: + Call-ID: [call_id] + CSeq: 2 INVITE + Contact: sip:[field0 file="caller.csv" line=1]@[local_ip]:[local_port] + Max-Forwards: 70 + [field1 file="caller.csv" line=1] + Content-Type: application/sdp + Content-Length: [len] + + v=0 + o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] + s=- + c=IN IP[media_ip_type] [media_ip] + t=0 0 + m=audio [media_port] RTP/AVP 8 + a=rtpmap:8 PCMA/8000 + a=ptime:50 + + ]]> + + + + + + + + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: [peer_tag_param] + Call-ID: [call_id] + [routes] + CSeq: 2 ACK + Contact: sip:[field0 file="caller.csv" line=1]@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + +