[Home]

Summary:ASTERISK-06741: IAX dial string not working in queues.conf
Reporter:dovid (dovid)Labels:
Date Opened:2006-04-09 22:18:50Date Closed:2011-06-07 14:08:27
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When trying to place a call from a queue using IAX with a specific string it does not work, however the same string will work from the dial command.

Exten 1234,1,Dial(IAX2/XXXX@voipjet/XXXXXXXXXX) will work fine
however this will not work in queues.conf
Member => IAX2/XXXX@voipjet/XXXXXXXXXX will not work at all
the following will work
member => SIP/XXXXXXXXXX@SipProvider or
member => SIP/XXXX

****** ADDITIONAL INFORMATION ******

This is my first bug report and I did research before I submited it as well as talked in irc. Please go easy on me.
Comments:By: dovid (dovid) 2006-04-09 22:54:47

I am using CentOS 3.4 with Zaptel 1.2.4 and asterisk 1.2.5

By: Andrey S Pankov (casper) 2006-04-10 12:50:32

Are you sure this is not configuration issue?

Can you _upload_ your iax.conf and queues.conf?

By: Kevin P. Fleming (kpfleming) 2006-04-11 15:22:17

app_queue does not accept dial strings, it accepts device names only. You can call IAX2/peer just fine, but you cannot specify a target extension to be passed to that peer.

Your two options are to either post this as a feature request on the mailing lists, or dial a Local channel which then dials the IAX2 peer with an extension target.