Displaying 3 results from an estimated 3 matches for "handle_exec".
Did you mean:
handle_ex
2007 Feb 10
3
Dial out from AGI
...t;8005551212");
}else{
dial("8665550000");
}
The part I can't seem to get right is the "dial" function. I tried to
mimic the dial plan like so
sub dial($number){
print "Dial(\"Zap/1-1\", \"Zap/g2/$number\")\n";
}
but I get the error
handle_exec: Could not find application (Dial(Zap/1-1,Zap/g2/8665550000)
Anyone have any suggestions?
Thanks,
Roy
2013 Jan 24
2
Asterisk 11 / Missing Application SetCallerPres
...0 at sip:1] AGI("SIP/userid-0000001e", "test.php") in
new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/test.php
-- AGI Script Executing Application: (SetCallerPres) Options:
(prohib_not_screened)
[Jan 24 15:20:04] WARNING[15507][C-00000030]: res_agi.c:2527
handle_exec: Could not find application (SetCallerPres)
Why is the application not found, please? I think it should exist:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_SetCallerPres
Best regards,
-Thorsten-
2006 Jan 16
0
Set(LANGUAGE()=language throwing warnings
Hi,
I tried setting a particular language through the agi framework using the
following command
"EXEC Set(LANGUAGE()=%s)\n", language) // language contains EN or en
On the asterisk command line I get the following warning:
Jan 16 22:55:23 WARNING[4212]: res_agi.c:1085 handle_exec: Could not find
application (Set(LANGUAGE()=EN))
strangely all IVR's are picked from the /var/lib/asterisk/sounds/en folder.
I dont understand why asterisk throws this error.
Does anyone have any idea whats going wrong?
Regards,
Danish
ps: I am using asterisk 1.2.1 release
-------------- next...