> 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([EMAIL PROTECTED])
;exten => 101,102,Voicemail(102)

exten=>*98,1,VoiceMailMain([EMAIL PROTECTED])   ;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/[EMAIL PROTECTED])
;exten => _1NXXNXXXXXX,1,Dial(SIP/[EMAIL PROTECTED])
;exten => _NXXNXXXXXX,1,Dial(SIP/[EMAIL PROTECTED])
exten => _011.,1,Dial(SIP/[EMAIL PROTECTED])

; e911 must be enabled. see DIDs > NPANXXNXXX > Action > e911
exten => _911,1,Dial(SIP/[EMAIL PROTECTED])

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


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to