[asterisk-users] Asterisk-users caller ID
motty.cruz
motty.cruz at gmail.com
Wed Feb 1 16:18:33 CST 2012
Hello,
I have a server that connects to my Voice Server provider so far is working
great! I have a second server that I want to set caller id to a different
number second server I'm going to call it server B. And server B will go
through server A which is connected to my Voice Server Provider. Thus far
I'm unsussessful! Can some one help?
A$ ee extensions.conf
[outbound]
exten => _91NXXNXXXXXX,1,Set(CALLERID(num)=8006332211)
exten => _91NXXNXXXXXX,2,Dial(SIP/VSP/${EXTEN:1},80)
exten => _9NXXXXXX,1,Set(CALLERID(num)=8006332211)
exten => _9NXXXXXX,2,Dial(SIP/VSP/${EXTEN:1},80)
B$ ee extensions.conf
[outbound]
exten => _91NXXNXXXXXX,1,Set(CALLERID(num)=8007342323)
exten => _91NXXNXXXXXX,2,Dial(SIP/ServerA/${EXTEN}@serverBout)
exten => _9NXXXXXX,1,Set(CALLERID(num)=8007342323)
exten => _9NXXXXXX,2,Dial(SIP/ServerA/${EXTEN:1}@serverBout)
Every time I call my cell phone from server B I get the caller id from
server A, please help!
Thanks,
Motty
More information about the asterisk-users
mailing list