-
Notifications
You must be signed in to change notification settings - Fork 77
Description
https://github.com/mojolingo/sippy_cup
Has it as: to
http://mojolingo.github.io/sippy_cup/
Has it as: to_user
Neither seem to work. See below.....
[root@utility1 examples]# cat transcoded_call_test.yml
source: 172.21.0.20
destination: 172.21.3.8
max_concurrent: 1
calls_per_second: 1
number_of_calls: 1
from_user: 9545551234
to_user: 6787205023
steps:
- invite
- wait_for_answer
- ack_answer
- sleep 240
- hangup
[root@utility1 examples]# sippy_cup -c transcoded_call_test.yml
Compiling media to /root/source/sipp/mojolingo-sippy_cup-540f657/examples/transcoded_call_test.pcap...done.
Compiling scenario to /root/source/sipp/mojolingo-sippy_cup-540f657/examples/transcoded_call_test.xml...done.
[root@utility1 examples]#
[root@utility1 examples]# cat transcoded_call_test.xml
;tag=[call_number] To: Call-ID: [call_id] CSeq: [cseq] INVITE Contact: Max-Forwards: 100 User-Agent: SIPp/sippy_cup 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 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
]]>
[root@utility1 examples]# cat transcoded_call_test.yml
source: 172.21.0.20
destination: 172.21.3.8
max_concurrent: 1
calls_per_second: 1
number_of_calls: 1
from_user: 9545551234
to: 6787205023
steps:
- invite
- wait_for_answer
- ack_answer
- sleep 240
- hangup
[root@utility1 examples]# sippy_cup -c transcoded_call_test.yml
Compiling media to /root/source/sipp/mojolingo-sippy_cup-540f657/examples/transcoded_call_test.pcap...done.
Compiling scenario to /root/source/sipp/mojolingo-sippy_cup-540f657/examples/transcoded_call_test.xml...done.
[root@utility1 examples]# cat transcoded_call_test.xml
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 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
]]>