[Home]

Summary:ASTERISK-07034: incorrect SIP dial string in extensions.conf
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2006-05-25 05:25:05Date Closed:2006-05-25 10:30:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:From extensions.conf.sample:
;exten => _42X.,1,Dial(SIP/user:passwd@${EXTEN:2}@otherprovider.net,30,rT)

Such way of specifying User,Extension and Host doesn't correctly extract host name. I'm not sure if its documentation error or sip channel error.

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

My real setup:
exten => _42X.,1, Dial(SIP/user:passwd@${EXTEN:2}@192.168.1.1,30,rT)
exten => _42X.,n, Hangup


-- Executing Dial("ALSA/default", "SIP/user:passwd@11111111@192.168.1.1|30|rT") in new stack
May 25 13:19:43 WARNING[6825]: chan_sip.c:1971 create_addr: No such host: 11111111@192.168.1.1
Comments:By: Serge Vecher (serge-v) 2006-05-25 08:40:13

I don't believe it is supposed to be dialed like that, so probably config file needs changing.

By: Joshua C. Colp (jcolp) 2006-05-25 10:30:01

Casually changed in both 1.2 and trunk, thanks!