virendra bhati
2011-Dec-27 12:48 UTC
[asterisk-users] how to used SIPp for sip load testing
Hi list, I have installed SIPp into my server. But not able to used it properly. how to configure with my server ? how to see logs on webpage ? how to start call testing .... when i start SIPp then found verious hits on myserver. *CLI:- * [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. == Using SIP RTP CoS mark 5 [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'. haddock8-astrx*CLI> -- Thanks and regards Virendra Bhati +91-8885268942 Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111227/b4d08203/attachment.htm>
Hi, as the Logs say clearly you need to create an extension in default context named service [default] ..... exten => service,1,NOOP(Incoming call from SIPp) ..... Regards, Sammy On Tue, Dec 27, 2011 at 5:48 PM, virendra bhati <virbhati at gmail.com> wrote:> Hi list, > > I have installed SIPp into my server. But not able to used it properly. > how to configure with my server ? how to see logs on webpage ? > how to start call testing .... > > when i start SIPp then found verious hits on myserver. > > *CLI:- * > [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > == Using SIP RTP CoS mark 5 > [Dec 27 17:37:55] NOTICE[28001]: chan_sip.c:20785 handle_request_invite: > Call from '' to extension 'service' rejected because extension not found in > context 'default'. > haddock8-astrx*CLI> > > > > -- > > Thanks and regards > > Virendra Bhati > +91-8885268942 > Software Engineer > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111227/7fa36566/attachment.htm>