login | register
Sat 17 of May, 2008 [06:43 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Juan Ortega, Thu 15 of May, 2008 [10:33 UTC]: Hi everybody, I'm Juan, an ITCom student, and I need to know what basic elements I need to create a VoIP network. Can anybody helpme, please?,Thank you very much
  • gineta, Wed 14 of May, 2008 [03:58 UTC]: any here not fine the configuration of firewall juniper -screem for VOIP asterisk????
  • Anoop Prabhakaran, Tue 13 of May, 2008 [12:16 UTC]: I am developing Asterisk IVR, Whenever i make a internation call to the IVR system, the DTMF is not getting detected properly, this happens only for the first time, second call onwards system works fine. why this is happening
  • joe, Mon 12 of May, 2008 [04:27 UTC]: Is there an opensource browser based softphone, or a system like Busta where everything is not manages through their website?
  • Nick Barnes, Fri 09 of May, 2008 [11:36 UTC]: Christopher - yesterday I tried an Asterisk install on a CentOS 5.1 box with stock GUI and it all worked fine. Sorry I can't help.
  • aero, Fri 09 of May, 2008 [08:20 UTC]: can someone help me out on this, i tried to play some sound files on my asterisk box and this is the error message i got. WARNING[4429]: format_wav.c:169 check_header: Unexpected freqency 22050 May 8 11:17:39 WARNING[4433]: codec_gsm.c:194 gsmtolin_fra
  • Christopher Faust, Thu 08 of May, 2008 [14:15 UTC]: I beleive that I may have to change something in the xserver configuration. Please advise
  • Christopher Faust, Thu 08 of May, 2008 [14:14 UTC]: Everything was perfect. In the bios I have increased the memory allocated Still receive input not supported on my display.
  • Christopher Faust, Thu 08 of May, 2008 [14:13 UTC]: This would not be my main box. I am doing some testing to see if I can install zaptel and asterisk 1.4 on a full centos 5.1 box with development software Its bizzare, because before I went through the asterisk and zaptel installation everything was perfe
  • Nick Barnes, Thu 08 of May, 2008 [13:44 UTC]: Christopher - I can't see any way in which an Asterisk installation would muck your GUI, but remember that it is advised not to use a GUI on an Asterisk box anyway.
Server Stats
  • Execution time: 0.37s
  • Memory usage: 2.20MB
  • Database queries: 29
  • GZIP: Disabled
  • Server load: 1.18

Sipp

Sipp - SIP Performance Tester

Sipp is a performance tester for the SIP protocol. It comes with a few basic SipStone user-agents scenarios (UAC & UAS), establishing and releasing multiple calls with the INVITE and BYE methods.

  • Asterisk configuration for SIP (non-rtp listening) test
Create a context like so:

context testing {
       1 => {
               Answer();
               //modify for your setup.. make it play something, join a queue, whatever. I found that joining a queue works best, queue_helpdesk is my helpdesk macro :)
               //Background(6604);
               //Wait(2);
               //&queue_helpdesk(0);
               Hangup();
       };
};

Configure a sip "friend" to the IP address of your testing box, obviously substituting ulaw with alaw or another codec (I run two asterisk boxes, so used my second one)

[asterisk02]
type=friend
context=testing
host=192.168.108.3
user=sipp
canreinvite=no
disallow=all
allow=ulaw


and then run from 192.168.108.3 the following command

sipp -sn uac 192.168.108.2 -s 1 -d 100000 -l 256


This pretty much boils down to:
dial through 192.168.108.2 to sip:1@192.168.108.2 (in the context testing), with a pause of 100000ms before hanging up, and a total concurrent call limit of 256.
I still have to work out how to do RTP testing. Will update with more details :)


It can also read XML scenario files describing any performance testing configuration for SIP.

SIPP can run as UAS also so I setup a UAC and UAS to receive the calls,
the problem I saw was that when the SIPP UAC sends a BYE to * it hangups
the channel but doesn�t send the corresponding BYE to the SIPP UAS so
the UASS think that the call wasn�t teared down.
So I noted if I used nat=yes (in Asterisk config sip.conf) for SIPP UAS and UAC everything went fine
I think maybe this is related to the sockets used for each SIPP thread
since by default it uses the same socket for each call.

See also




Created by flavour, Last modification by AJ on Thu 16 of Aug, 2007 [23:11 UTC]

Comments Filter

SIPp with Asterisk-RealTime

by rodriguez_chapa on Friday 14 of July, 2006 [22:19:56 UTC]
Does any one know if SIPp can be used to test a RealTime implementation of Asterisk?
I have tried but I don't see the SIPp INVITEs comming into the Asterisk console.

Any suggestions?

/Marco

Re: How to register to SIP proxy with SIPP?

by Anthony Francis on Tuesday 11 of July, 2006 [19:11:27 UTC]
http://sipp.sourceforge.net/doc1.1/reference.html#SIP+authentication

May I suggest reading it again? ^^ Hope this helps.

How to register to SIP proxy with SIPP?

by Rolf Winterscheidt on Saturday 08 of October, 2005 [08:24:57 UTC]
Hi,

just wanted to test my SIP server but I had no chance to register with the UAC to my sip server. Using the -s switch is obviously just for the destination, son't know how to set the username and password for the UAC. The documentation says that you have to install SSL for Proxy Authetication but this really looks like SIPS and not just Proxy Auth, where you don't need SSL. Maybe here's somebody who can give me the complete command line for testing server sip.example.com with user alice and password secret.

Oh, I really did RTFM...

Rolf

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver