11.5.1.3. pbx_extension_helper: No application 'XXX' for extension (yyy, zzz, ppp)
e.g.: WARNING[4421]: pbx.c:1652 pbx_extension_helper: No application 'Dail' for extension (mytest, 100, 1)
There are 2 possibilities for this warning:
1. Typo in the extensions.conf file
Have a look at your extensions.conf file for context mytest, extension 100, priority 1. Chances are big you made a type on that line.
It should look like a little like this:
exten => 100,1,Dial(.....)
a list with valid commands to put after this last comma can be found here:
http://www.asteriskguru.com/tutorials/dialplan_applications.html
2. This dialplan command does simply not exist in your version of asterisk
You might be using a dial plan command that comes with asterisk add-ons such as capi or misdn or h323, if you didnt install the add-on the application will not be available.
On the CLI you can ask for a list of all registered applications with the command:
show applications
User Comments
pramod (chakri dot pramod at gmail dot com) 10 February 2009 08:26:44 No application 'SetGroup' for extension
Anand Kumar Gupta (kumaranandgupta at gmail dot com) 27 January 2009 15:16:42 [Jan 27 19:46:41] WARNING[28993]: pbx.c:1821 pbx_extension_helper: No application 'If' for extension (REDIFF, h, 1)
== Spawn extension (REDIFF, h, 1) exited non-zero on 'IAX2/DELLPE-1'
This was coming when I tried if in 'h' extension, where I if is working in my normal dialplan.
luma (lumanaima at hotmail dot com) 13 August 2008 07:29:13 WARNING[1929]: pbx.c:1832 pbx_extension_helper: No application 'mysql' for extension (from-sip, 1111, 2)
I have already installed add-ons..mysql and mysql devel but nothing seems to solve the problem
afshin (nafise5559 at yahoo dot com) 13 April 2008 11:39:13 please more information about you
webinfo123 (webinfo123 at hotmail dot com) 08 August 2006 22:33:02 WARNING[4421]: pbx.c:1652 pbx_extension_helper: No application 'Dail' for extension (mytest, 100, 1)