Displaying 2 results from an estimated 2 matches for "agiexec".
Did you mean:
agi_exec
2013 May 08
0
Transfer cmd via AsyncAGI
...nd controlling a channel via AsyncAGI.
I send a Transfer cmd (such as the following)
Action: AGI
ActionID: C8
Channel: SIP/1004-00000002
CommandID: C8
Command: EXEC Transfer SIP/1003
Destination phone starts ringing.
If it answers the call, everything works fine. I am notified the
agiexec completed successfully and given a TRANSFERSTATUS of SUCCESS. I
am also notified when the call is hungup so that I can cleanup
information regarding the call.
Event: Hangup
Privilege: call,all
Channel: SIP/1004-00000002
Uniqueid: 1367761382.0
CallerIDNum: 1004
CallerIDName: 1004 - Asteris...
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi
I am using following say.conf file. Its a default file, which comes with
Asterisk installation.
When I call SAY DATETIME AGI function, it simply returns without playing
date & time. Where as if I use mode=old setting, it works. Is this a bug
or mode=new is not implemented for SAY DATETIME AGI function?
[general]
mode=new ; method for playing numbers and dates
;