in the default diaplan, the 0911 conference call that make a out call to a group doesn&#39;t work for the latest and version 2.1.3. the out call always failed because of CHAN_NOT_IMPLEMENTED,<br><br>but it works fine for version 1.06<br>
<br>the same problem happens with the 5001 in dialplan (default.xml)<br><br>it is very easy to reproduce this issue: i just get the correct version, make, make install, make cd-sounds-install.<br><br>the log with problem looks like below:<br>
<br>===========================================<br><br>2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer sofia/internal/<a href="mailto:1000@192.168.0.100">1000@192.168.0.100</a> to XML[1010@default]<br>2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/<a href="mailto:0000000000@192.168.0.100">0000000000@192.168.0.100</a> [BREAK]<br>
2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/<a href="mailto:0000000000@192.168.0.100">0000000000@192.168.0.100</a> [BREAK]<br>2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a> [BREAK]<br>
2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a>) Callstate Change RINGING -&gt; HANGUP<br>2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a> [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL]<br>
2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a> [KILL]<br>2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a> [BREAK]<br>
2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL]<br>2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a>) Running State Change CS_HANGUP<br>
2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create outgoing channel, cause: ORIGINATOR_CANCEL<br>2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/<a href="mailto:1000@192.168.0.100">1000@192.168.0.100</a>) Callstate Change ACTIVE -&gt; HANGUP<br>
2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup sofia/internal/<a href="mailto:1000@192.168.0.100">1000@192.168.0.100</a> [CS_ROUTING] [ORIGINATOR_CANCEL]<br>2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/<a href="mailto:1000@192.168.0.100">1000@192.168.0.100</a> [KILL]<br>
2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/<a href="mailto:1010@192.168.0.100">1010@192.168.0.100</a>) State HANGUP<br>2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/<a href="mailto:1000@192.168.0.100">1000@192.168.0.100</a> [BREAK]<br>
<br>============================================<br><br>i am new to freeswitch, Is there anything i missed to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? both of them make an out call from a conference.<br>
<br>thanks<br>-zhisun<br><br>