-users] Media Ip address
From: pwak...@gmail.com
To: mayamatake...@gmail.com
CC: fbo...@hotmail.com; sipp-users@lists.sourceforge.net
I think this problem was already reported sometime agoAnyway, it is a bug
in SIPp and this is what you have to do:
In function send_packets() from send_packets.c you
I think this problem was already reported sometime ago
Anyway, it is a bug in SIPp and this is what you have to do:
In function send_packets() from send_packets.c you need the following lines:
if (media_ip_is_ipv6) {
sock = socket(PF_INET6, SOCK_RAW, IPPROTO_UDP);
if (sock < 0) {
On Wed, Jan 25, 2012 at 3:52 AM, Fabian Borot wrote:
> Hi
> I am using sipp on a machine with these IPs:
>
> eth0 172.31.196.241
> eth1 10.10.10.1
> lo 127.0.0.1
>
> when using sipp to send media, the RTP packets are sent from 127.0.0.1 to
> 127.0.0.1 [local loopback to local loopback]
>
> this
Hi
I am using sipp on a machine with these IPs:
eth0 172.31.196.241eth1 10.10.10.1lo 127.0.0.1
when using sipp to send media, the RTP packets are sent from 127.0.0.1 to
127.0.0.1 [local loopback to local loopback]
this is the command I am using:
./sipp
172.31.196.242 -sn uac_pcap -i
172.31.196