Re: [Asterisk-java-users] Simple Call
Brought to you by:
srt
From: Jonathan A. <jau...@st...> - 2006-07-25 18:12:28
|
Juan, Here is a command line to send one call and echo the RTP stream. sipp [remote host] -i [local host] -s [SIP user name] -mp [local RTP echo port] -m [number of SIP calls before exiting] -d [duration of call in msecs] -trace_msg -trace_screen -trace_err -trace_logs example: sipp 10.10.0.5 -i 10.10.0.4 -s jdoe -mp 15000 -m 1 -d 30000 - trace_msg -trace_screen -trace_err -trace_logs (This will place one SIP call from 10.10.0.4 to 10.10.0.5. It has a duration of 30 seconds and the application will echo back all RTP sent to port 15000. The indicated log and error files will be created.) Jonathan On Jul 25, 2006, at 10:34 AM, Juan Carlos Castellon wrote: > Hi again, > > Im over a LAN running an Asterisk. Im just trying to > make a simple call to another phone using SIPP. I got the other > phone number and the IP address of the other machine. > > > > Could anyone send me a simple example how to do that call with Sipp ? > > > > > > Best regards, > > Juan > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |