[asterisk-users] Flowroute: howto set outbound callerid (ast 1.4)?

Patrick Lists asterisk-list at puzzled.xs4all.nl
Tue Jul 10 13:01:15 CDT 2012


On 10-07-12 18:47, Ira wrote:
> 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)

Thank you for that snippet Ira. You and Warren were spot on. All is fine 
now.

Thanks!
Patrick



More information about the asterisk-users mailing list