What are the conditions for uuid_chat and uuid_display to work? I have two channels bridged (using intercept) but when i try with them in the FS cli, although I get a positive reply, nothing is sent to the SIP agents (i have enabled siptrace but also confirmed using tcpdump):<br>
<br><br>freeswitch@IPX050&gt; sofia loglevel nua 9<br><br>Sofia log level for component [nua] has been set to [9]<br>freeswitch@IPX050&gt; sofia profile internal siptrace on<br>nua: nua_set_params: entering<br>nua((nil)): sent signal r_set_params<br>
<br>Enabled sip debugging on internal<br>nua((nil)): recv signal r_set_params<br>nua: nua_stack_set_params: entering<br>nua((nil)): event r_set_params 200 OK<br>nua: nua_application_event: entering<br>freeswitch@IPX050&gt; uuid_chat 19d300fa-3d95-4b09-a2a7-2ffefa708b3c test<br>
<br>+OK<br><br>2011-03-02 16:59:23.665054 [DEBUG] switch_core_session.c:876 Send signal sofia/internal/<a href="mailto:term6@dev2.basix5.ne.jp">term6@dev2.basix5.ne.jp</a> [BREAK]<br>freeswitch@IPX050&gt; uuid_display 19d300fa-3d95-4b09-a2a7-2ffefa708b3c test<br>
<br>+OK Success<br><br><br><br>The header Allow in the INVITE from the terminals is like this:<br>Allow: SUBSCRIBE, NOTIFY, REFER, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, INFO, MESSAGE<br><br>I have also tried application send_display in the dialplan but nothing happens.<br>
<br>br,<br>takeshi<br>