Thanks Tim,
The way my Asterisk is configured is like a bridging device between
my DID provider, outbound carrier, and other incoming carrier.
Customers are logged in on different Proxy servers and when the call
is placed it is forwarded to Asterisk and routed to outbound carriers.
When I do "sip debug" I do see the call coming to Asterisk. For
example From: [EMAIL PROTECTED]:5060 To: Asterisk with the
number to make call.
Now how can I grab 3106548899 and set it as CallerID and send it
outbound carrier?
Thanking you in advance...
Nitesh
On Nov 20, 2005, at 1:17 PM, tim panton wrote:
On 20 Nov 2005, at 20:40, Nitesh Divecha wrote:
Thanks Rich,
The thing is I can not set a static CallerID for all outbound
calls. For example "Set(CallerIDnum=2021235395|a)".
I want to pass the DID numbers which are assign to customers to
outbound provider. For example if a customer with DID number
(3106548899) makes an outbound call, the callerID has to be same
the DID number...So the receive can see its coming from call
number 3106548899.
Thanks for your help... I am running Asterisk 1.0.9
Neal
Here's what we do for our PRI
In the sip.conf section for each of your customers, you add a line:
callerid="My Corp" < 3106548899 >
(change the name and number of course).
Asterisk will pass this through to your provider on outbound calls
from this user.
(Unless you explicitly do a Set(CallerIDnum= ) somewhere else) in
extensions.conf
My provider only wants the last 5 digits sent, so I do a:
exten => _0.,4,SetCIDNum(${CALLERIDNUM:5})
Just before the actual dial.
T.
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Nitesh Divecha
VoIP/Network Engineer
Viper Networks
2070 Business Center Drive, Suite 210
Irvine, California 92612
Tel: 1-949-851-8737
Fax: 1-949-851-8011
Cell: 1-909-964-5181
vPhone: 544-416-0067
Email: [EMAIL PROTECTED]
Web: www.vipernetworks.com
"Your Internet Phone Company"
A publicly traded Company, OTC: VPER
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users