1 делает звонок абоненту 1, соединяет его через транк с абонентом 2 на астериске 2.
Как сделать чтобы при дропе звонка абонентом 2 абонент 1 не дропнулся а пошел дальше по маршрутизации с плейбеками и прочими айвиарами?
F( context^exten^priority ) - When the caller hangs up, transfer the called party to the specified destination and start execution at that location. NOTE: Any channel variables you want the called channel to inherit from the caller channel must be prefixed with one or two underbars ('_'). context exten priority F - When the caller hangs up, transfer the called party to the next priority of the current extension and start execution at that location. NOTE: Any channel variables you want the called channel to inherit from the caller channel must be prefixed with one or two underbars ('_'). NOTE: Using this option from a Macro() or GoSub() might not make sense as there would be no return points.
Обсуждают сегодня