<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Probably something along the same lines?&nbsp; i.e., are you sure that the
100 msg is being routed back to the UAC?&nbsp; 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...<br>
<br>
cheers<br>
<br>
Mohamed Omar wrote:<br>
<blockquote cite="mid20050216042612.3490.qmail@web50104.mail.yahoo.com"
 type="cite">
  <div>Kanakatti thanks for your suggestion,&nbsp; tried it &nbsp;but did not
work for..&nbsp; I captured some packets and I notice that my gateway is
senting this media just after sending code 100 trying and does
not&nbsp;sent&nbsp;180/183...</div>
  <div>I'm trying to run TCL script on my router that will play the
credit amount&nbsp;to my SIP users.&nbsp; The debug on my router is showing &nbsp;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.</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>my router just sents code 100 "trying"&nbsp;and then plays the media
for the credit amount... Any idea how to fix this??</div>
  <div>&nbsp;</div>
  <div>Thanks</div>
  <div>&nbsp;</div>
  <div>Mohamed<br>
  <br>
  <b><i>Kanakatti Mahesh Subramanya <a class="moz-txt-link-rfc2396E" href="mailto:mahesh@aptela.com">&lt;mahesh@aptela.com&gt;</a></i></b>
wrote:</div>
  <blockquote class="replbq"
 style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;">Are
you sure your 180/183 responses are being forwarded back to the UAC
appropriately (and through MediaProxy)?&nbsp; <br>
Thats usually where the early media data notifications reside<br>
    <br>
e.g. make sure that your on_reply_route() section has something like<br>
    <br>
    <blockquote type="cite">onreply_route[1] {<br>
      <br>
&nbsp; if (!(status=~"183" || status=~"180" || status=~"200")) {<br>
&nbsp;&nbsp;&nbsp; break;<br>
      <br>
&nbsp; };<br>
      <br>
&nbsp; fix_contact();<br>
&nbsp; use_media_proxy();<br>
      <br>
&nbsp; break;<br>
      <br>
}<br>
    </blockquote>
    <br>
cheers<br>
    <br>
Mohamed Omar wrote:<br>
    <blockquote
 cite="mid20050213182807.43393.qmail@web50103.mail.yahoo.com"
 type="cite">
      <div>When I call to PSTN network from my UA,&nbsp; The call is
forwarded to the PSTN gateway by SER with is configured with
mediaproxy.&nbsp; Tha gateway normally&nbsp;sends some early media before the
call is connected..&nbsp; I want SER to relay this media to the user Agent.&nbsp;
&nbsp;Is there a way to configure SER to forward this media to UA before is
connected..</div>
      <div>&nbsp;</div>
      <div>Thanks in advance..</div>
      <div>&nbsp;</div>
      <div>mohamed.</div>
      <p><br>
      </p>
      <hr size="1">
Post your free ad now! <a href="http://ca.personals.yahoo.com/"><b>Yahoo!
Canada Personals</b></a><br>
      <pre wrap=""><hr size="4" width="90%">
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext"
 href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
    </blockquote>
begin:vcard<br>
fn:Kanakatti Mahesh Subramanya<br>
n:Subramanya;Kanakatti<br>
org:Aptela, Inc.<br>
adr:;;1616 Anderson Road;McLean;VA;22102;USA<br>
<a class="moz-txt-link-abbreviated" href="mailto:email;internet:mahesh@aptela.com">email;internet:mahesh@aptela.com</a><br>
title:CTO<br>
tel;work:800.979.4638x9100<br>
tel;fax:800.979/4638<br>
tel;home:312.491.1909<br>
tel;cell:773.220.6484<br>
x-mozilla-html:TRUE<br>
url:<a class="moz-txt-link-freetext" href="http://www.aptela.com">http://www.aptela.com</a><br>
version:2.1<br>
end:vcard<br>
    <br>
_______________________________________________<br>
Serusers mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a><br>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br>
  </blockquote>
  <p><br>
  </p>
  <hr size="1">Post your free ad now! <a
 href="http://ca.personals.yahoo.com/"><b>Yahoo! Canada Personals</b></a><br>
</blockquote>
</body>
</html>