[Freeswitch-users] how set caler info in deflect command

Steven Ayre steveayre at gmail.com
Fri Dec 3 15:07:04 MSK 2010


Try:
<action application="set" data="effective_caller_id_name=Bob Smith"/>
<action application="set" data="effective_caller_id_number=0123456789"/>
<action application="deflect" data="sip:someone at somewhere.com" />

Or, from cli/esl:
uuid_setvar <uuid> effective_caller_id_name Bob Smith
uuid_setvar <uuid> effective_caller_id_number 0123456789
uuid_deflect <uuid> sip:someone at somewhere.com

-Steve


2010/12/3 Kozak Vladimir <vkozak at abisoft.spb.ru>:
> Hi all.
> Operation deflect have next structure "uuid_deflect <uuid> <sip URL>"  or
> "<action application="deflect" data="sip:someone at somewhere.com" />"
> How I can set specified caller info in this operation? It need set caller
> name and caller phone.
>
> I try set sip_invite_from_params, sip_callee_id_name, sip_callee_id_number,
> sip_invite_req_uri, origination_caller_id_name, origination_caller_id_number
> variables before use deflect command. It dosn't work.
>
> What I need to do?
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>



More information about the FreeSWITCH-users mailing list