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 list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers