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>
<br>r,<br>takeshi<br><br><br>