-
You know that we are big fans of PHPAGI. The problem is here: (automatic generated extension.conf by MIKO)
"g" - tells to go on with processing - if there is a HANGUP So - solution for now seems to be -
Maybe it would be good to make a simple little checkbox ( 😉))))))) to tell that this "rule" will end processing the call. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Timeout sets to the channel generated by the command DIal. The timeout can be controlled, if in AGI invoke answer() |
Beta Was this translation helpful? Give feedback.
$conf .= 'exten => _.!,1,ExecIf($["${MASTER_CHANNEL(M_TIMEOUT)}x" != "x"]?Set(TIMEOUT(absolute)=${MASTER_CHANNEL(M_TIMEOUT)}))' . " \n\t";
Timeout sets to the channel generated by the command DIal.
The channel name is stored in a variable MASTER_CHANNEL(M_TIMEOUT_CHANNEL)
The timeout can be controlled, if in AGI invoke answer()