[asterisk-users] Vitelity Asterisk configuration help

Stephen Reese rsreese at gmail.com
Wed Oct 8 14:40:03 CDT 2008


> Well, after very quickly making a test call it's not Vitelity. It could be
> something with your account? Might want to try opening a support ticket. If
> you want, create a sub account and e-mail me off list the username and
> password and I'll test it with my box or vice versa.

I am now able to make outgoing calls after much deliberation. I had to
add callerid to my outgoing...

Here's the extensions.conf

[general]
 static=yes
 writeprotect=yes

[globals]

[default]

exten => 101,1,Dial(SIP/101,20)
exten => 101,n,Voicemail(101 at default)
;exten => 101,102,Voicemail(102)

exten=>*98,1,VoiceMailMain(${CALLERIDNUM}@${CONTEXT})   ;This
automatically calls the right mailbox using the ${CALLERIDNUM} variable
in the current context (var ${CONTEXT}).
include => outgoing
include => inbound

[outgoing]
; The following gives an Unknown Caller ID
;exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=XXXXXXXXXX)
;exten => _1NXXNXXXXXX,2,Set(CALLERID(name)=XXXXXXXXXX)

; The following will display your number on a caller ID
exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=9045622082)
exten => _1NXXNXXXXXX,n,Set(CALLERID(name)=9045622082)
exten => _1NXXNXXXXXX,n,Dial(SIP/${EXTEN}@vitel-outbound)
;exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@vitel-outbound)
;exten => _NXXNXXXXXX,1,Dial(SIP/1${EXTEN}@vitel-outbound)
exten => _011.,1,Dial(SIP/${EXTEN}@vitel-outbound)

; e911 must be enabled. see DIDs > NPANXXNXXX > Action > e911
exten => _911,1,Dial(SIP/911 at vitel-outbound)

[inbound]
exten => 9045622082,1,Goto(default,101,1)




More information about the asterisk-users mailing list