Is it possible to send the CallerId to IconnectHere with Asterisk
when making outbound calls?
I read somewhere that it doesn't work.

I have set up everything to send the correct CallerId info to IconnectHere
but I get a "442-887-926267" caller id.

In [globals]
ICONNECT1=1713...(my number)
MYNAME=My Name

I set up the Caller Id in the dialing macro:

[macro-iconnecthere]
exten => s,1,SetCallerID(${ICONNECT1})
exten => s,2,SetCIDName(${MYNAME})
exten => s,3,SetCIDNum(${ICONNECT1})
exten => s,4,Dial......

Any help will be appreciated



_______________________________________________
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

Reply via email to