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

Warren Selby wcselby at selbytech.com
Tue Jul 10 12:48:08 CDT 2012


On Tue, Jul 10, 2012 at 12:34 PM, Patrick Lists <
asterisk-list at puzzled.xs4all.nl> wrote:

> Thank you for your feedback Warren. I removed the outbound name but still
> get random numbers & "VOIP CALLER" on outbound calls. Googling I tried some
> more:
>
> SipAddHeader(P-Asserted-**Identity: <sip:19995551212 at AST_BOX_FQDN>**)
> SipAddHeader(P-Asserted-**Identity: 19995551212)
> SipAddHeader(P-Preferred-**Identity: <sip:19995551212 at AST_BOX_FQDN>**)
> SipAddHeader(P-Preferred-**Identity: 19995551212)
>
> But none of them work. So unless someone has the magic incantation howto
> make this work I'll open a ticket with flowroute.
>
>

I use Flowroute.  My outbound callerID is set as follows:

[outgoing]
exten => _X.,1,Verbose(Outound call from ${callidnum} to ${EXTEN} on
${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)})
exten => _X.,n,Set(CALLERID(num)=${callidnum})
exten => _X.,n,Goto(outgoing-dial,${EXTEN},1)

[outgoing-dial]
exten => _NXXNXXXXXX,1,Dial(SIP/1${EXTEN}@flowroute)

exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@flowroute)


${callidnum} is a variable from my SIP peer (setvar=callidnum=7133437300).
This always passes my proper phone number when I make outbound calls.

-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com <http://www.selbytech.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120710/00431845/attachment.htm>


More information about the asterisk-users mailing list