When I call to PSTN network from my UA, The call is forwarded to the PSTN gateway by SER with is configured with mediaproxy. Tha gateway normally sends some early media before the call is connected.. I want SER to relay this media to the user Agent. Is there a way to configure SER to forward this media to UA before is connected..
Thanks in advance..
mohamed.
--------------------------------- Post your free ad now! Yahoo! Canada Personals
Are you sure your 180/183 responses are being forwarded back to the UAC appropriately (and through MediaProxy)? Thats usually where the early media data notifications reside
e.g. make sure that your on_reply_route() section has something like
onreply_route[1] {
if (!(status=~"183" || status=~"180" || status=~"200")) { break;
};
fix_contact(); use_media_proxy();
break;
}
cheers
Mohamed Omar wrote:
When I call to PSTN network from my UA, The call is forwarded to the PSTN gateway by SER with is configured with mediaproxy. Tha gateway normally sends some early media before the call is connected.. I want SER to relay this media to the user Agent. Is there a way to configure SER to forward this media to UA before is connected..
Thanks in advance..
mohamed.
Post your free ad now! *Yahoo! Canada Personals* http://ca.personals.yahoo.com/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Kanakatti thanks for your suggestion, tried it but did not work for.. I captured some packets and I notice that my gateway is senting this media just after sending code 100 trying and does not sent 180/183... I'm trying to run TCL script on my router that will play the credit amount to my SIP users. The debug on my router is showing that the script is running fine and I can see the RTP payload between my router and SER but I dont see the RTP payload leavinf SER to my AU.
my router just sents code 100 "trying" and then plays the media for the credit amount... Any idea how to fix this??
Thanks
Mohamed
Kanakatti Mahesh Subramanya mahesh@aptela.com wrote: Are you sure your 180/183 responses are being forwarded back to the UAC appropriately (and through MediaProxy)? Thats usually where the early media data notifications reside
e.g. make sure that your on_reply_route() section has something like
onreply_route[1] {
if (!(status=~"183" || status=~"180" || status=~"200")) { break;
};
fix_contact(); use_media_proxy();
break;
}
cheers
Mohamed Omar wrote: When I call to PSTN network from my UA, The call is forwarded to the PSTN gateway by SER with is configured with mediaproxy. Tha gateway normally sends some early media before the call is connected.. I want SER to relay this media to the user Agent. Is there a way to configure SER to forward this media to UA before is connected..
Thanks in advance..
mohamed.
--------------------------------- Post your free ad now! Yahoo! Canada Personals
--------------------------------- _______________________________________________Serusers mailing listserusers@lists.iptel.orghttp://lists.iptel.org/mailman/listinfo/serusers begin:vcard fn:Kanakatti Mahesh Subramanya n:Subramanya;Kanakatti org:Aptela, Inc. adr:;;1616 Anderson Road;McLean;VA;22102;USA email;internet:mahesh@aptela.com title:CTO tel;work:800.979.4638x9100 tel;fax:800.979/4638 tel;home:312.491.1909 tel;cell:773.220.6484 x-mozilla-html:TRUE url:http://www.aptela.com version:2.1 end:vcard
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Post your free ad now! Yahoo! Canada Personals
Probably something along the same lines? i.e., are you sure that the 100 msg is being routed back to the UAC? Check your config file, and verify that *all* responses to the INVITE from the UAS get routed back to the UAC (and the ones that you care about, i.e., 100, 180, 183, and 200) are being routed through media_proxy...
cheers
Mohamed Omar wrote:
Kanakatti thanks for your suggestion, tried it but did not work for.. I captured some packets and I notice that my gateway is senting this media just after sending code 100 trying and does not sent 180/183... I'm trying to run TCL script on my router that will play the credit amount to my SIP users. The debug on my router is showing that the script is running fine and I can see the RTP payload between my router and SER but I dont see the RTP payload leavinf SER to my AU.
my router just sents code 100 "trying" and then plays the media for the credit amount... Any idea how to fix this??
Thanks
Mohamed
*/Kanakatti Mahesh Subramanya mahesh@aptela.com/* wrote:
Are you sure your 180/183 responses are being forwarded back to the UAC appropriately (and through MediaProxy)? Thats usually where the early media data notifications reside e.g. make sure that your on_reply_route() section has something like
onreply_route[1] { if (!(status=~"183" || status=~"180" || status=~"200")) { break; }; fix_contact(); use_media_proxy(); break; }
cheers Mohamed Omar wrote:
When I call to PSTN network from my UA, The call is forwarded to the PSTN gateway by SER with is configured with mediaproxy. Tha gateway normally sends some early media before the call is connected.. I want SER to relay this media to the user Agent. Is there a way to configure SER to forward this media to UA before is connected.. Thanks in advance.. mohamed. ------------------------------------------------------------------------ Post your free ad now! *Yahoo! Canada Personals* <http://ca.personals.yahoo.com/>
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
begin:vcard fn:Kanakatti Mahesh Subramanya n:Subramanya;Kanakatti org:Aptela, Inc. adr:;;1616 Anderson Road;McLean;VA;22102;USA email;internet:mahesh@aptela.com title:CTO tel;work:800.979.4638x9100 tel;fax:800.979/4638 tel;home:312.491.1909 tel;cell:773.220.6484 x-mozilla-html:TRUE url:http://www.aptela.com version:2.1 end:vcard _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Post your free ad now! *Yahoo! Canada Personals* http://ca.personals.yahoo.com/
Hi
That the idea RTP proxy. rtpproxy should get something from client to know where to send RTP packets because u can not predict PORT on client side if it behind NAT.
U have to fix the problem on or GW.. for example on cisco there is command:
sip-ua
disable-early-media 180
Than not exactly what u describing.. but may be will help.
_____
From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Mohamed Omar Sent: Tuesday, February 15, 2005 11:26 PM To: Kanakatti Mahesh Subramanya Cc: serusers@lists.iptel.org Subject: Re: [Serusers] SER not forwarding early media from PSTN Gateway
Kanakatti thanks for your suggestion, tried it but did not work for.. I captured some packets and I notice that my gateway is senting this media just after sending code 100 trying and does not sent 180/183...
I'm trying to run TCL script on my router that will play the credit amount to my SIP users. The debug on my router is showing that the script is running fine and I can see the RTP payload between my router and SER but I dont see the RTP payload leavinf SER to my AU.
my router just sents code 100 "trying" and then plays the media for the credit amount... Any idea how to fix this??
Thanks
Mohamed
Kanakatti Mahesh Subramanya mahesh@aptela.com wrote:
Are you sure your 180/183 responses are being forwarded back to the UAC appropriately (and through MediaProxy)? Thats usually where the early media data notifications reside
e.g. make sure that your on_reply_route() section has something like
onreply_route[1] {
if (!(status=~"183" || status=~"180" || status=~"200")) { break;
};
fix_contact(); use_media_proxy();
break;
}
cheers
Mohamed Omar wrote:
When I call to PSTN network from my UA, The call is forwarded to the PSTN gateway by SER with is configured with mediaproxy. Tha gateway normally sends some early media before the call is connected.. I want SER to relay this media to the user Agent. Is there a way to configure SER to forward this media to UA before is connected..
Thanks in advance..
mohamed.
_____
Post your free ad now! http://ca.personals.yahoo.com/ Yahoo! Canada Personals
_____
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
begin:vcard fn:Kanakatti Mahesh Subramanya n:Subramanya;Kanakatti org:Aptela, Inc. adr:;;1616 Anderson Road;McLean;VA;22102;USA email;internet:mahesh@aptela.com title:CTO tel;work:800.979.4638x9100 tel;fax:800.979/4638 tel;home:312.491.1909 tel;cell:773.220.6484 x-mozilla-html:TRUE url:http://www.aptela.com version:2.1 end:vcard
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_____
Post your free ad now! http://ca.personals.yahoo.com/ Yahoo! Canada Personals