[Freeswitch-users] Updating callee info when using application intercept
mayamatakeshi
mayamatakeshi at gmail.com
Tue Feb 22 10:29:22 MSK 2011
On Tue, Feb 22, 2011 at 4:23 PM, mayamatakeshi <mayamatakeshi at gmail.com>wrote:
> Is there any way to update the callee number/name that would show up in a
> terminal that gets a dialplan to intercept a channel?
> I am trying with this:
>
> <action application='set' data='sip_callee_id_number=12341234'/>
> <action application='set' data='sip_callee_id_name=abcdabcd'/>
> <action application='send_display' data='fffff'/>
> <action application='answer'/>
> <action application='intercept' data='Some-UUID'/>"
>
> But I don't see any changes (I was expecting that it might change the
> username in the header To or cause FS to send some extra SIP message before
> or after "200 OK").
>
Sorry,
nevermind.
It escaped my attention that a header was added to the "200 OK" response:
Remote-Party-ID: "abcdabcd" <sip:12341234 at 127.0.0.1
>;party=calling;privacy=off;screen=no
So I believe my terminal doesn't support the above.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110222/9d95d110/attachment.html
More information about the FreeSWITCH-users
mailing list