[Home]

Summary:ASTERISK-08527: When configured with hasiax = yes IAX is dialed instead of IAX2
Reporter:Joern Bratzke (joern)Labels:
Date Opened:2007-01-09 08:44:19.000-0600Date Closed:2007-01-09 08:51:59.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Today i configured in users.conf an account with hasiax = yes then i discovered, that this extension cant be reached via iax the following error occours:

Asterisk tries to dial IAX/${EXT} intstead of IAX2/${EXT}

I althoug fixed the error by modifing pbx/pbx_config.c line 2371
from

snprintf(tmp, sizeof(tmp), "IAX/%s", cat);

to

snprintf(tmp, sizeof(tmp), "IAX2/%s", cat);



Comments:By: Joshua C. Colp (jcolp) 2007-01-09 08:51:59.000-0600

This issue has already been fixed in 1.4 as of revision 49073 and trunk as of revision 49074.