Hi Arun -

> using php script and Asterisk manager I'm dialing numbers and once gets
> connected send to an exten in my dial plan that plays an automated message
> but some time without answering even it goes to my exten. How can I handle
> early media in Asterisk that is I want only when user answer the call it
> should goto my specified extension.

You could put in an explicit "Answer()" and then a "Wait(1)".  That
will force asterisk to answer the call first, wait 1 second, and then
move on through the extension's priorities.


- Noah

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to