[Asterisk-Users] how to set caller id?

C F shmaltz at gmail.com
Sun Jan 22 20:46:15 MST 2006


The one you demonstrate should have *never* worked.
Pre 1.2 you do:
exten => s,1,SetCIDNUM(12345789)
Post 1.2 you do:
exten => s,1,Set(CALLERID(num)=123456789)


On 1/22/06, Ronald Wiplinger <ronald at elmit.com> wrote:
> How to set the callerid? I had prior 1.2:
>
> exten => _91NXXNXXXXXX,3,NoOp(SetCallerID(${username}))
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list