Patrick Lists
2012-Jul-10 16:20 UTC
[asterisk-users] Flowroute: howto set outbound callerid (ast 1.4)?
Hi, The flowroute website mentions that they set callerid on outbound calls based on the presence of (in order of preference): "P-Asserted-Identity", "Remote-Party-ID" or "From:". 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. Thanks! Patrick
Alex Balashov
2012-Jul-10 16:29 UTC
[asterisk-users] Flowroute: howto set outbound callerid (ast 1.4)?
SIPAddHeader() comes to mind. :-)? -- Alex -- Sent from my Samsung mobile, and thus lacking in the refinement one might expect from a proper keyboard. Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave Suite 106 Decatur, GA 30030 Tel: +1-678-954-0670 Web: http://www.evaristesys.com/Patrick Lists <asterisk-list at puzzled.xs4all.nl> wrote:Hi, The flowroute website mentions that they set callerid on outbound calls based on the presence of (in order of preference): "P-Asserted-Identity", "Remote-Party-ID" or "From:". 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. 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120710/853c5f64/attachment.htm>
Ira
2012-Jul-10 16:47 UTC
[asterisk-users] Flowroute: howto set outbound callerid (ast 1.4)?
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)