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

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to