<div>Hi,</div>
<div></div>
<div>I am interested in being able to convert a bridged call into a conference and from within the conference, invite others into the conference.</div>
<div></div>
<div> </div>
<div>From <a href="http://wiki.freeswitch.org/wiki/Specsheet">http://wiki.freeswitch.org/wiki/Specsheet</a>, it seems that mod_conference delivers these out of the box (i.e Bridge to Conference trasition and Outbound Calling).</div>
<div> </div>
<div>However, I can't get it to work. Here is what I have so far:</div>
<div> </div>
<div>1. From XLite, I dial out to an external number thru my Asterisk GW.</div>
<div>2. Set hangup_after_bridge to false as mentioned here <a href="http://wiki.freeswitch.org/wiki/Mod_commands#uuid_transfer">http://wiki.freeswitch.org/wiki/Mod_commands#uuid_transfer</a></div>
<div>3. When the caller (XLite) press *1, transfer both legs to a conference room.</div>
<div>4. Can't make outbound calls from conference (yet).</div>
<div> </div>
<div>Result:</div>
<div>1. The bridging works. But when I try to press *1 to transfer the call to a conference, it does not work. The log I get is below. However, when I type the command into the console</div>
<div> </div>
<div> <a href="mailto:freeswitch@dev-vpbx">freeswitch@dev-vpbx</a>> uuid_transfer 95bd9744-8c27-4b4b-a785-b915d6640a0b -both adhoc_conf</div>
<div> </div>
<div>it works.</div>
<div> </div>
<div>== Pressing *1 log ==</div>
<div>2008-07-04 15:01:36 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:36 [NOTICE] sofia.c:2015 nua() Channel [sofia/internal/<a href="mailto:1012@10.98.7.132">1012@10.98.7.132</a>] has been answered<br>
2008-07-04 15:01:36 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:36 [DEBUG] sofia.c:1701 nua() Channel <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> entering state [completed]<br>
2008-07-04 15:01:36 [DEBUG] sofia.c:1701 nua() Channel <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> entering state [ready]<br>2008-07-04 15:01:40 [DEBUG] switch_ivr_async.c:1387 meta_on_dtmf() <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> Processing meta digit '1' [uuid_transfer::95bd9744-8c27-4b4b-a785-b915d6640a0b -both adhoc_conf]<br>
2008-07-04 15:01:40 [DEBUG] switch_core_session.c:567 switch_core_session_queue_private_event() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:40 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>
2008-07-04 15:01:40 [DEBUG] switch_core_session.c:386 switch_core_session_receive_message() Kill <a href="mailto:sofia/internal/1012@10.98.7.132">sofia/internal/1012@10.98.7.132</a> [BREAK]<br>2008-07-04 15:01:40 [DEBUG] switch_ivr_bridge.c:168 audio_bridge_thread() Kill <a href="mailto:sofia/external/916135551234@10.98.7.202">sofia/external/916135551234@10.98.7.202</a> [BREAK]<br>
==</div>
<div> </div>
<div>Outbound Calling:</div>
<div>I create a caller-controls group to be able to dial out based on intructions here <a href="http://wiki.freeswitch.org/wiki/Mod_conference">http://wiki.freeswitch.org/wiki/Mod_conference</a> (see caller-control section). </div>
<div>However the, <control action="dial" digits="888" ... is not a recognized control.</div>
<div> </div>
<div>Any ideas on how I can proceed? Below is the relevant section in my dialplan. </div>
<div> </div>
<div>One more thing, what to these features mean from the Conferencing application (<a href="http://wiki.freeswitch.org/wiki/Specsheet">http://wiki.freeswitch.org/wiki/Specsheet</a>)? Can someone give a scenario where these can be used?</div>
<div>1. Relationships <br>2. Transfers <br>3. Outbound Calling <br>4. Configurable Key Lay -- Is this the caller-controls?<br>5. Bridge to Conference trasition <br>6. Multi Party outbound dialing. </div>
<div> </div>
<div>Thank you in advance.</div>
<div> </div>
<div>Looking forward to playing around some more with FS. Thanks for the wonderful software.</div>
<div> </div>
<div>R</div>
<div> </div>
<div>=== dialplan default.xml ==</div>
<div> <extension name="ast_extens"><br> <condition field="destination_number" expression="^(9\d{11})$"><br> <action application="set" data="hangup_after_bridge=false"/><br>
<action application="bind_meta_app" data="1 a s uuid_transfer::${uuid} -both adhoc_conf"/><br> <action application="bridge" data="<a href="mailto:sofia/external/$1@10.98.7.202%22/">sofia/external/$1@10.98.7.202"/</a>><br>
</condition><br> </extension><br><br> <extension name="adhoc_conf"><br> <condition field="destination_number" expression="^adhoc_conf$"><br> <action application="answer"/><br>
<action application="conference" data="<a href="mailto:$%7Buuid%7D@adhoc%22/">${uuid}@adhoc"/</a>><br> </condition><br> </extension><br>===</div>
<div> </div>
<div> </div>
<div></div>