Displaying 1 result from an estimated 1 matches for "onresultgoto".
2003 Apr 06
1
Call completion/error codes and extensions.conf call flow
...admin to
handle them as required?
Two solutions were discussed, one method using an application and the
other simply setting a channel variable.
METHOD 1:
Corydon76 suggested creating an application that handled the
redirection of the call process flow. This would look something like
this:
OnResultGoto(201:+100,405:+200,480:+250)
where "201", "405", and "480" are the numeric response codes
corresponding to some useful error message from the channel. This
would be called immediately the Dial application. Jumps would be
done within the existing context, to the pr...