Hi every one,
                    Hello i am doing project on evaluating the sip proxy
performances like asterisk, openims and opensips using the traffic generator
SIPp.

I am using 2 computers of same configuration as SIPp clients one as uac and
other as uas... and one laptop for asterisk server......


UAC:192.168.1.99------------------------>Asterisk
server(192.168.1.100)------------------------------------------->UAS:192.168.1.101


Registering:

UAC:192.168.1.99------------------------>Asterisk server(192.168.1.100)

i am getting error in SIPp as : aborting call on unexpected message for
call-id '1-4541'@192.168.1.99 <1-4541%27@192.168.1.99>':while sending (index
3), reveived 'SIP/2.0 200 ok

in asterisk i am getting error as:

[Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:21819 handle_request_register:
Registration from '"' failed for '192.168.1.99' - No matching peer found

[Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to
address: '"' from 192.168.1.99 (missing sip:) trying to use anyway...

[Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:21819 handle_request_register:
Registration from '"' failed for '192.168.1.99' - No matching peer found

[Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to
address: '"' from 192.168.1.99 (missing sip:) trying to use anyway...

[Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:21819 handle_request_register:
Registration from '"' failed for '192.168.1.99' - No matching peer found

[Jan 26 21:30:36] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to
address: '"' from 192.168.1.99 (missing sip:) trying to use anyway...

[Jan 26 21:30:36] NOTICE[5188]: chan_sip.c:21819 handle_request_register:
Registration from '"' failed for '192.168.1.99' - No matching peer found

[Jan 26 21:30:36] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to
address: '"' from 192.168.1.99 (missing sip:) trying to use anyway...

[Jan 26 21:30:36] NOTICE[5188]: chan_sip.c:21819 handle_request_register:
Registration from '"' failed for '192.168.1.99' - No matching peer found

[Jan 26 21:30:36] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to
address: '"' from 192.168.1.99 (missing sip:) trying to use anyway...

when i have taken trace from wire shark i got error message as "404 Not
found"

Below i am sending my sip.conf and extensions.conf files please suggest me
some help ...........................

EXTENSIONS.CONF

[others]

[testing]
exten=>bob,1,Dial(SIP/bob)
##################

SIP.conf

[general]
port = 5060
bindaddr = 0.0.0.0
context = others

[bob]
type=friend
context=testing
host=dynamic
user=bob
secret=test
canreinvite=no
disallow=all
nat=yes








ALSO CHECK MY BOBREG.XML FILE FOR ERRORS ......................

Awaiting for the reply as soon as possible


Best Regards,
viswavardhanredy
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<scenario name="registration">

<send retrans="500">
<![CDATA[
REGISTER sip:[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
From: "[field0]" <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]
To: "[field0]" <sip:[field0]@[remote_ip]:[remote_port]>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: <sip:[field0]@[local_ip]:[local_port]>
Expires: 3600
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
]]>
</send>

<recv response="401" auth="true" rtd="true">
</recv>

<send retrans="500">
<![CDATA[
REGISTER sip:[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
From: "[field0]" <sip:[field0]@[local_ip]>;tag=[call_number]
To: "[field0]" <sip:[field0]@[remote_ip]>
Call-ID: [call_id]
CSeq: 2 REGISTER
Contact: <sip:[field0]@[local_ip]:[local_port]>
Expires: 3600
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
[field1]
]]>
</send>

<send>
<![CDATA[
SIP/2.0 200 OK
Via: SIP/2.0/[transport] [remote_ip]:[remote_port];branch=[branch];rport=5060
Contact: <sip:[local_ip]:[local_port]>
To: <sip:[field0]@[local_ip]:[local_port]>;tag=[call_number]
From: "101"<sip:[field0]@[remote_ip]>;tag=[call_number]
Call-ID: [call_id]@[remote_ip]
CSeq: 102 OPTIONS
Accept: application/sdp
Accept-Language: en
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO
User-Agent: Sipp v1.1-TLS, version 20061124
Allow-Events: message-summary, dialog
Content-Length: 0
]]>
</send>

</scenario>

Attachment: users.csv
Description: Binary data

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to