<!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">
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>
</body>
</html>