Displaying 1 result from an estimated 1 matches for "play_response".
Did you mean:
pam_response
2004 Sep 20
0
Manager redirect action does not appear to work in some cases.
...e channel variable via the Getvar action, then looks at
it's session information to determine whether the user is logged in, and
if so, his current SIP channel, and so on.
Now, for the simple case of the user not being available and an
announcement needs played, I have another context:
[play_response]
exten = s,1,Playback(/etc/asterisk/sounds/response-${RESPONSE})
exten = s,2,Hangup
My service program first uses Setvar to set RESPONSE to the name of a
recording, then Redirect to transfer the channel to that context. This
is where it fails. I see no "Newexten" events indicatin...