[Home]

Summary:ASTERISK-01794: Weird behavior when you do early-dial and IAX
Reporter:schurig (schurig)Labels:
Date Opened:2004-06-10 07:23:53Date Closed:2011-06-07 14:10:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a account at FreeWorldDialup and use their services via the IAX protocol. So in iax.conf I have this entry:

register=254041:XXXXX@iax.fwdnet.net

[iaxfwd]
type=user
context=in-iaxfwd
auth=rsa
inkeys=freeworlddialup

I also happen to have a GS phone, firmware 1.0.5.0 where I enabled Early Dial. I added the "iptables -t nat -A PREROUTING -p udp -i eth0 --dport 0 -j REDIRECT --t
o-port 5060" on the command line to re-route the buggy SIP packets that GS sends to UDP port 0 to UDP port 5060.

Then early dial works, e.g. with the echo test of my dialplan.

I also an outdial number for FWD-IAX in extensions.conf:

exten=_89.,1,SetCIDNum(254041)
exten=_89.,2,SetCIDName(MN Solutions)
exten=_89.,3,Dial(IAX2/254041:popo12@iax2.fwdnet.net/${EXTEN:2},60,r)
exten=_89.,4,Congestion

When I now do the following actions, I hear:

lift handset: dial tone -> OK
"8": silence -> OK
"9": silence -> OK
"9": busy, also 503 display -> WEIRD
"5": busy, also 503 display -> WEIRD
"8": "Your phone number is 2 5 4 0 4 1"

I'd expect to hear nothig after I've dialled "9" and "5" as well.


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

See http://www.freeworlddialup.com/advanced/iax for their IAX service.
Comments:By: Tilghman Lesher (tilghman) 2004-06-10 07:32:51

Duplicate