[asterisk-users] Setting outgoing caller id on a zap channel for one sip extension only

Rob Schall rschall at callone.net
Wed Dec 6 12:31:53 MST 2006


Ron,

I believe you would just want to edit your extensions.conf file so that
the extension you want separate has its own rule set.

exten => 4567,1,Set(CALLERID(all)=000-000-0000)
exten => 4567,n,Dial(SIP/4567)

all other calls would just fit in like:

exten => _4.,1,Set(CALLERID(all)=111-000-0000)
exten => 4567,n,Dial(SIP/${EXTEN})

Hope that gives a bit of insight or puts you in the right direction.
Rob


Ron McCarthy wrote:
> Hi List,
>
> Ive got one extension/login that when they call out from that it needs
> to show a different name/number, and then the rest of the phone will
> have a default one. Whats the best way to do this? I know it can be
> done, just cant figure out how! Ive looked around and seem to see no
> docs on it. Any help or examples would be great on this!
>
> Thanks!
> Ron
> ------------------------------------------------------------------------
>
> _______________________________________________
> --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