Hello... I think you have to have sipp on both machines, and as you want to get and recive traffic from each computer you should need two sipp processes in each box, one as UAC and the other as UAS, unless you create your own xml file to send/receive at the same time, or if you want to send from one computer and receive in the other, but not in viceversa.
To send RTP data you should use something like (I supposed you are calling from 192.168.1.1 to 192.168.1.2, making a call of 10sec duration and a limit of 30 simultaneous calls): sipp -sn uac_pcap 192.168.1.2 -p 5060 -d 10000 -l 30 -i 192.168.1.1 And you'll need the "server" listening for connection in the other side, like this: sipp -sn uas -d 10000 -p 5060 Check the documentation for other useful command line options. Regards, On Thu, Sep 4, 2008 at 10:06 AM, MOLKA GHARBAOUI <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm a new user of sipp and I wanted to ask you to help using it: I want to > send voice traffic from one PC to another and capture that trafic via > wireshark for that I want to use sipp to send RTP packets, so here is my > questions: > > -Do I have to install sipp on both machines? > > -how can I send the packets? (I dont have any idea): I saw that I have to > use pcap play feature but I didnt find any example of how to use it. > > Thank you for your help. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
