I added 2 extensions one a SIP and one a IAX2 extension through the asterisk web gui. When I attempt to call the IAX2 extension, it gives me the following error:
– Executing [2003@numberplan-custom-1:1] Macro(“SIP/2001-08de9fa0”, “stdexten|2003|IAX/2003”) in new stack
– Executing [s@macro-stdexten:1] Dial(“SIP/2001-08de9fa0”, “IAX/2003|20”) in new stack
[Jan 5 18:55:16] WARNING[6475]: channel.c:2910 ast_request: No channel type registered for ‘IAX’
[Jan 5 18:55:16] WARNING[6475]: app_dial.c:1081 dial_exec_full: Unable to create channel of type ‘IAX’ (cause 66 - Channel not implemented)
What I can do to fix this issue? Please respond, since I can not call any of my iax extensions.
Thanks
Eric
Channel type should be IAX2 not IAX I believe.
Have a look in your extensions.conf file and change IAX to IAX2.
I can not find where the entries for these extensions are located in the extenions.conf file. Does anyone know where they are?
Thanks
Eric
You mention a web GUI. Are you running AsteriskNOW or FreePBX or something else?
It is not asterisk@now or freepbx. Instead, I installed asterisk 1.4.0 and then did a svn and retrieved the asteriskgui web client from digium. I built the asterisk gui via the install and following the instructions on asteriskguru.com.
After building/installing the gui, I added 2 extensions. One is a sip and one is a iax.
I thought that asterisk@now is for a computer that does not have linux already running. In this case, I already have RedHat Linux running on this box.
Thanks
Eric