<br><br><div class="gmail_quote">On Tue, Feb 22, 2011 at 4:23 PM, mayamatakeshi <span dir="ltr">&lt;<a href="mailto:mayamatakeshi@gmail.com">mayamatakeshi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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?<br>I am trying with this:<br><br>        &lt;action application=&#39;set&#39; data=&#39;sip_callee_id_number=12341234&#39;/&gt;<br>

        &lt;action application=&#39;set&#39; data=&#39;sip_callee_id_name=abcdabcd&#39;/&gt;<br>        &lt;action application=&#39;send_display&#39; data=&#39;fffff&#39;/&gt;<br>        &lt;action application=&#39;answer&#39;/&gt;<br>

        &lt;action application=&#39;intercept&#39; data=&#39;Some-UUID&#39;/&gt;&quot;<br><br>But I don&#39;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 &quot;200 OK&quot;).<br>
</blockquote><div><br>Sorry, <br>nevermind.<br><br>It escaped my attention that a header was added to the &quot;200 OK&quot; response:<br><br>Remote-Party-ID: &quot;abcdabcd&quot; &lt;<a href="mailto:sip%3A12341234@127.0.0.1">sip:12341234@127.0.0.1</a>&gt;;party=calling;privacy=off;screen=no<br>
<br>So I believe my terminal doesn&#39;t support the above.<br><br></div></div><br>