[asterisk-users] Flowroute: howto set outbound callerid (ast 1.4)?
Ira
ira at extrasensory.com
Tue Jul 10 11:47:19 CDT 2012
At 09:20 AM 7/10/2012, you wrote:
>I've been trying to make outbound callerid work via flowroute to no
>avail. Does anyone have an extensions.conf / sip.conf snippet howto
>make this work? This is for Asterisk 1.4.44.
This is a section of code I use to choose outgoing callerid for my
Flowroute lines. I have a number of companies and this lets the
caller select what the called parts sees.
Ira
same => n(got0),set(thiscid=NOONE<2345678901>)
same => n,goto(gotcallerid)
same => n(got1),set(thiscid=Bob and Lucy<3124726322>)
same => n,goto(gotcallerid)
same => n(got2),set(thiscid=3124724022<3124724022>)
same => n,goto(gotcallerid)
same => n(got3),set(thiscid=Mustang<3126925021>)
same => n,goto(gotcallerid)
More information about the asterisk-users
mailing list