[asterisk-users] Early Media Handling

Noah Miller noahisaacmiller at gmail.com
Mon Jul 9 15:06:13 CDT 2007


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



More information about the asterisk-users mailing list