Reg how to send the RTP packets through the proxy server.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kindly find the below log trace for the packets that are transmitted/recived
from the server

Packet sent to server

INVITE sip:yyyyy at x.x.x.x:5060 SIP/2.0
Via: SIP/2.0/UDP 10.122.15.112:2370
;branch=z9hG4bK8b9359940aa1224a09cd8cfa27959d48;rport
Max-Forwards: 70
From: <sip:xxxxx@10.122.15.112 <sip%3Axxxxx at 10.122.15.112>
>;tag=a604814d1290cc805caf160bdccb9390^M
To: <sip:yyyyy at x.x.x.x>
Call-ID: 1002437405 at x.x.x.x-b2b_1
CSeq: 201 INVITE
Contact: Anonymous <sip:xxxxx at 10.122.15.112:2370>
Expires: 300
User-Agent: Sippy B2BUA (RADIUS)
cisco-GUID: 1368145855-893785068-3325200664-2859798416
h323-conf-id: 1368145855-893785068-3325200664-2859798416
Content-Length: 383
Content-Type: application/sdp

v=0
o=- 1290749418547 1290749418547 IN IP4 10.122.15.112
s=SIP Call
c=IN IP4 10.122.15.112
t=0 0
m=audio 33564 RTP/AVP 8 11 98 98 101
a=rtpmap:8 PCMA/8000
a=rtpmap:11 L16/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=20
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:101 telephone-event/8000
a=ptime:30
a=nortpproxy:yes



Packet from x.x.x.x:5060

SIP/2.0 200 OK
CSeq: 201 INVITE
Via: SIP/2.0/UDP 10.122.15.112:2370
;branch=z9hG4bK8b9359940aa1224a09cd8cfa27959d48;rport
From: <sip:xxxxx@10.122.15.112 <sip%3Axxxxx at 10.122.15.112>
>;tag=a604814d1290cc805caf160bdccb9390
Call-ID: 1002437405 at 213.146.168.52-b2b_1
To: <sip:yyyyy at x.x.x.x>;tag=2711361009342964732656241
Contact: <sip:x.x.x.x:5060;transport=udp>
Content-Type: application/sdp
Content-Length: 250

v=0
o=VoipSwitch 7240 7240 IN IP4 x.x.x.x
s=VoipSIP
i=Audio Session
c=IN IP4 x.x.x.x
t=0 0
m=audio 6240 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv

On Thu, Nov 25, 2010 at 12:04 AM, Alejandro Orellana <
alejandro.orellana at savantav.com> wrote:

> if you post a sip trace for the call in question  may be we can find the
> problem
>
> On Nov 24, 2010, at 12:37 AM, ragu pathy wrote:
>
> Thanks for the response.
>
> Have checked in proxy server, rtp proxy is running and when proxy server
> sends 200 Ok, the SDP packets from PJSIP includes the IP address of the
> proxy server.
> Still the sound/media are not transmitted to both PJMedia client and
> reciever.
> Have tested the same scenario with the yate client, audio/media is heard
> both on the sender and reciever.
> Is there any other config/code change that should taken care from PJSIP?
>
> Thanks in advance
>
> On Tue, Nov 23, 2010 at 9:15 PM, Alejandro Orellana <
> alejandro.orellana at savantav.com> wrote:
>
>> Sems to me this is the proxy  task. if the proxy wants to be in the
>> signaling and/or rtp path , actions must be taken in the proxy side.
>>
>> In particular for the rtp to be sent to the proxy,  when the proxy sends
>> the 200OK , in the sdp it should include its own ip address, thus the rtp
>> will be sent to it.
>>
>> On Nov 23, 2010, at 10:08 AM, ragu pathy wrote:
>>
>> hi all ,
>>
>> i am using the pjproject1.6 .. and i could send the sip packets through
>> the sip packets to the
>>
>> proxy server and the rtp packets or not pass through the server.
>>
>> hence the voice could not be heard on both the side.
>>
>> Is there any settings to send the rtp packets to the proxy server.
>>
>>
>> _______________________________________________
>> Visit our blog: http://blog.pjsip.org
>>
>> pjsip mailing list
>> pjsip at lists.pjsip.org
>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>>
>>
>>  ------
>> Alejandro Orellana
>> Savant Systems, LLC
>> 770 Main Street
>> Osterville, Ma. 02655
>> (508) 683-2547 (W)
>> (508) 683-2647 (F)
>> Alejandro.Orellana at savantav.com <tim.locascio at savantav.com>
>>
>> Statement of Confidentiality
>> The contents of this e-mail message and any attachments are confidential
>> and are intended solely for the addressee. The information may also be
>> legally privileged. This transmission is sent in trust, and the sole purpose
>> of delivery to the intended recipient. If you have received this
>> transmission in error, any use, reproduction or dissemination of this
>> transmission is strictly prohibited. If you are not the intended recipient,
>> please immediately notify the sender by reply e-mail or at 508.683-2500 and
>> delete this message and its attachments, if any.
>>
>>
>>
>>
>> Statement of Confidentiality
>> The contents of this e-mail message and any attachments are confidential
>> and are intended solely for the addressee. The information may also be
>> legally privileged. This transmission is sent in trust, and the sole purpose
>> of delivery to the intended recipient. If you have received this
>> transmission in error, any use, reproduction or dissemination of this
>> transmission is strictly prohibited. If you are not the intended recipient,
>> please immediately notify the sender by reply e-mail or at 508.683.2500 and
>> delete this message and its attachments, if any.
>>
>> _______________________________________________
>> Visit our blog: http://blog.pjsip.org
>>
>> pjsip mailing list
>> pjsip at lists.pjsip.org
>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>>
>>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
> ------
> Alejandro Orellana
> Savant Systems, LLC
> 770 Main Street
> Osterville, Ma. 02655
> (508) 683-2547 (W)
> (508) 683-2647 (F)
> Alejandro.Orellana at savantav.com <tim.locascio at savantav.com>
>
> Statement of Confidentiality
> The contents of this e-mail message and any attachments are confidential
> and are intended solely for the addressee. The information may also be
> legally privileged. This transmission is sent in trust, and the sole purpose
> of delivery to the intended recipient. If you have received this
> transmission in error, any use, reproduction or dissemination of this
> transmission is strictly prohibited. If you are not the intended recipient,
> please immediately notify the sender by reply e-mail or at 508.683-2500 and
> delete this message and its attachments, if any.
>
>
>
> Statement of Confidentiality
> The contents of this e-mail message and any attachments are confidential
> and are intended solely for the addressee. The information may also be
> legally privileged. This transmission is sent in trust, and the sole purpose
> of delivery to the intended recipient. If you have received this
> transmission in error, any use, reproduction or dissemination of this
> transmission is strictly prohibited. If you are not the intended recipient,
> please immediately notify the sender by reply e-mail or at 508.683.2500 and
> delete this message and its attachments, if any.
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101127/354c66b7/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux