Jordan,
Please find attached script file.
Thanks & Regards,
Praveen Raj Swaminathan
________________________________
From: Jordan L. Walbesser [mailto:[email protected]]
Sent: Tuesday, August 04, 2009 5:24 PM
To: Praveen Raj Swaminathan
Cc: [email protected]
Subject: Re: [Sipp-users] Invite is not sending
Praveen,
I think you will have to send your script file so we can determine the problem.
~Jordan
--
Jordan L. Walbesser
Computer Engineering B.S. '07
Juris Doctor '10
Mobile: (716) 640-0532
Web: www.buffalo.edu/~jlw28<http://www.buffalo.edu/~jlw28>
On Tue, Aug 4, 2009 at 7:44 AM, Praveen Raj Swaminathan
<[email protected]<mailto:[email protected]>> wrote:
Hi,
After registration successful, Invite message is not sending and throwing an
error message.
"Only one [authentication] keyword is currently supported!"
Packet captured:
21.238365 192.168.1.10 -> 192.168.1.3 SIP/SDP Request: INVITE
sip:[email protected]<mailto:sip%[email protected]>, with
session description
21.238626 192.168.1.3 -> 192.168.1.10 SIP Status: 403 Forbidden - Not
Registered! You must register first with a S-CSCF
What could be the reason?
Thanks & Regards,
Praveen Raj Swaminathan
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/sipp-users
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="registration and simple IMS session setup, client side">
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number]
To: "[field0]" <sip:[fiel...@[field1]>
P-Access-Network-Info: 3GPP-UTRAN-TDD;utran-cell-id-3gpp=C359A3913B20E
Call-ID: reg///[call_id]
CSeq: 1 REGISTER
Contact: <sip:[fiel...@[local_ip]:[local_port]>;
Expires: 90000
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
Authorization: Digest username="[fiel...@[field1]", realm="[field1]", nonce="",
response="", uri="sip:[field1]"
Supported: path
P-Access-Network-Info: ADSL;utran-cell-id-3gpp=00000000
Privacy: none
]]>
</send>
<recv response="401" auth="true" rtd="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number]
To: "[field0]" <sip:[fiel...@[field1]>
P-Access-Network-Info: 3GPP-UTRAN-TDD;utran-cell-id-3gpp=C359A3913B20E
Call-ID: reg///[call_id]
CSeq: 2 REGISTER
Contact: <sip:[fiel...@[local_ip]:[local_port]>
Expires: 90000
Content-Length: 0
User-Agent: Sipp v1.1-TLS, version 20061124
[field2]
Supported: path
P-Access-Network-Info: ADSL;utran-cell-id-3gpp=00000000
Privacy: none
]]>
</send>
<recv response="200" rtd="true">
</recv>
<send retrans="500">
<![CDATA[
INVITE sip:[fiel...@[field1] SIP/2.0
Via: SIP/2.0/[transport] 192.168.1.10:4060;branch=[branch]
Max-Forwards: 70
Route: <sip:[email protected]:6060;lr>
P-Preferred-Identity: <sip:[fiel...@[field1]>
Privacy: none
P-Access-Network-Info: 3GPP-UTRAN-TDD;utran-cell-id-3gpp=C359A3913B20E
From: <sip:[fiel...@[field1]>;tag=[call_number]
To: <sip:[fiel...@[field1]>
Call-ID: call///[call_id]
CSeq: 10 INVITE
Supported: 100rel
Contact: <sip:[fiel...@[local_ip]:[local_port]>
User-Agent: Sipp v1.1-TLS, version 20061124
Allow: ACK, BYE, CANCEL, INVITE, REFER, OPTIONS, INFO, REGISTER, NOTIFY
Content-Type: application/sdp
Content-Length: [len]
v=0
o=user1 53655765 2353687637 IN IP4 [local_ip]
s=-
c=IN IP4 [local_ip]
t=0 0
m=audio 30000 RTP/AVP 0 8
a=rtpmap:0 PCMU/8000
a=sendrecv
]]>
</send>
<recv response="100" optional="true">
</recv>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users