[Asterisk-Users] Can't Make Outgoing Call

Norman Zhang norman.zhang at rd.arkonnetworks.com
Thu Dec 23 16:26:58 MST 2004


> I can't get dial-out working. I'm trying to call 523936. Is there 
> something wrong with my setup here? Could someone please give me a few 
> pointers?

> [fwd-out]
> exten => _8.,1,SetCallerID(${FWDUSERID})
> exten => _8.,2,SetCIDName(${FWDUSERNAME})
> exten => _8.,3,Dial(SIP/${EXTEN}@fwd,70)

I found out that I need to replace

exten => _8.,3,Dial(SIP/${EXTEN:1}@fwd.pulver.com,70)

May I ask why? context fwd is defined in sip.conf as follows

[fwd]
type=friend
secret=mysecret
username=533990
fromuser=533990
fromdomain=fwd.pulver.com
host=fwd.pulver.com
dtmfmode=inband
nat=yes
canreinvite=no

Regards,
Norman Zhang



More information about the asterisk-users mailing list