search for: digium_fail

Displaying 4 results from an estimated 4 matches for "digium_fail".

Did you mean: digium_failed
2007 Aug 17
0
analog lines running agi on hangup question
I have the following dialplan. Everything seems good except for one thing. If the background message is playing and the user hangs up and does not press a digit how do I run an agi on that event. I tried an exten => h,1,agi(smvoice,-digium_failed) but that was never called. I am using 1.4.10 thanks, Jerry --------------------------- [smvoice-analog] exten => s,1,Wait(1) exten => s,2,Set(TIMEOUT(absolute)=30) exten => s,3,Background(SM_PRESS_ONE_TO_HEAR_MESSAGE) exten => s,4,Goto(s,3) ; Accept any digit to continue (turn off...
2006 Mar 06
3
call manager integration
I am getting this error from call manager (4.0) and asterisk 1.2.4 I have canreinvite=yes on the call manager setup. I can call into the asterisk box from call manager. THat seems to work. When I am calling out of the box using a call file I see this entry from call manager... What might be the problem with my setup? THanks, JErry ---------------- <Date>03/06/2006
2008 Aug 07
1
outgoing call file and agi detect busy
I am using asterisk 1.4.21 with outgoing call files. I am call a line that is busy as you can see below. How can my AGI ask what the status of the last call was so I can tell if there was NO ANSWER or it was BUSY? Thanks, Jerry -- Attempting call on SIP/401 for smvoice_callprogress at smvoice-dialout:1 (Retry 1) -- Got SIP response 486 "Busy" back from 192.168.1.161
2011 May 17
1
Question on AMI
...g to execute a command over AMI, specifically "core show channels concise" "sometimes" I get this back: asterisk_command_show_channels() execute failed. 'Response: Follows[CR ][LF ]Privilege: Command[CR ][LF ]OutgoingSpoolFailed!smvoice-dialout!failed!1!Down!AGI!smvoice|-digium_failed!!!3!0!(None)[LF ]' I'm not expecting to see that... My manager.conf file section is: [JJJJ] secret=YES permit=127.0.0.1/255.255.255.0 read = system,call,command,agent,user write = system,call,command,agent,user,originate ;read = system,call,log,verbose,command,agent,user ;write = syste...