Thanks Brain/ Dave,<br><br>I ran the modified command as follows<br><br><span style="color: rgb(51, 51, 153);">originate sofia/default/<a href="mailto:1001@192.168.1.102">1001@192.168.1.102</a> &amp;conference(3085-192.168.1.102)</span><br style="color: rgb(51, 51, 153);">
<br><span style="color: rgb(0, 102, 0);">this time fs is able to create channel but  am getting a different error : &quot;sofia.c:3845 Cannot Blind Tranfer one legged call&quot;</span><br style="color: rgb(0, 102, 0);"><br>
Prabhu<br><br><div class="gmail_quote">On Thu, Apr 16, 2009 at 8:58 PM, David Knell <span dir="ltr">&lt;<a href="mailto:dave@3c.co.uk">dave@3c.co.uk</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;">
Take out the brackets -<br>
originate sofia/profile/1001...<br>
(and you might want to replace profile with the name of the profile to<br>
use)<br>
<br>
There&#39;s documentation here which might help:<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_commands#originate" target="_blank">http://wiki.freeswitch.org/wiki/Mod_commands#originate</a><br>
<br>
--Dave<br>
<div><div></div><div class="h5"><br>
&gt; Hi Mike,<br>
&gt;<br>
&gt; I tried the following command per ur advice.. but getting the error<br>
&gt; CHAN_NOT_IMPLEMENTED<br>
&gt;<br>
&gt; originate (sofia/profile/<a href="mailto:1001@192.168.1.108">1001@192.168.1.108</a>) &amp;<br>
&gt; conference(3085-192.168.1.102);<br>
&gt;<br>
&gt;<br>
&gt; freeswitch@internal&gt; originate (sofia/profile/<a href="mailto:1001@192.168.1.102">1001@192.168.1.102</a>) &amp;<br>
&gt; conference(3085-192.168.1.102);<br>
&gt; -ERR CHAN_NOT_IMPLEMENTED<br>
&gt;<br>
&gt; freeswitch@internal&gt; 2009-04-16 20:28:30 [ERR]<br>
&gt; switch_core_session.c:303 switch_core_session_outgoing_channel() Could<br>
&gt; not locate channel type (sofia<br>
&gt; 2009-04-16 20:28:30 [ERR] switch_ivr_originate.c:1486<br>
&gt; switch_ivr_originate() Cannot create outgoing channel of type [(sofia]<br>
&gt; cause: [CHAN_NOT_IMPLEMENTED]<br>
&gt; 2009-04-16 20:28:30 [DEBUG] switch_ivr_originate.c:2084<br>
&gt; switch_ivr_originate() Originate Resulted in Error Cause: 66<br>
&gt; [CHAN_NOT_IMPLEMENTED]<br>
&gt;<br>
&gt; Thanks<br>
&gt; prabhu<br>
&gt;<br>
&gt; On Thu, Apr 16, 2009 at 4:29 PM, Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
&gt; wrote:<br>
&gt;         Do you need to monitor the possible failure of one of these<br>
&gt;         calls? Just curious. You can call them individually and drop<br>
&gt;         them into a conference right at the FS cmd line:<br>
&gt;<br>
&gt;         originate (sofia/profile/<a href="mailto:1001@192.168.1.108">1001@192.168.1.108</a>) &amp;<br>
&gt;         conference(myconfname);<br>
&gt;         originate (sofia/profile/<a href="mailto:1002@192.168.1.108">1002@192.168.1.108</a>) &amp;<br>
&gt;         conference(myconfname);<br>
&gt;         originate (sofia/profile/<a href="mailto:1003@192.168.1.108">1003@192.168.1.108</a>) &amp;<br>
&gt;         conference(myconfname);<br>
&gt;<br>
&gt;         You can control the conference behavior with numerous options.<br>
&gt;         See <a href="http://wiki.freeswitch.org/wiki/Mod_conference" target="_blank">http://wiki.freeswitch.org/wiki/Mod_conference</a> for lots of<br>
&gt;         great information.<br>
&gt;<br>
&gt;         -MC<br>
&gt;<br>
&gt;<br>
&gt;         On Thu, Apr 16, 2009 at 1:09 AM, Prabhuram Mohan<br>
&gt;         &lt;<a href="mailto:mprabhuram@gmail.com">mprabhuram@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;                 Hello,<br>
&gt;<br>
&gt;                         I am trying to find a way to this through<br>
&gt;                         fs_cli<br>
&gt;                         1) call out to ClientA (<a href="mailto:1001@192.168.1.108">1001@192.168.1.108</a>),<br>
&gt;                         ClientB (<a href="mailto:1002@192.168.1.108">1002@192.168.1.108</a>) &amp; ClientC<br>
&gt;                         (<a href="mailto:1003@192.168.1.108">1003@192.168.1.108</a>)<br>
&gt;                         2) Bridge all the 3 legs together into one<br>
&gt;                         call<br>
&gt;<br>
&gt;                         Thanks<br>
&gt;                         Prabhu<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                 _______________________________________________<br>
&gt;                 Freeswitch-users mailing list<br>
&gt;                 <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;                 <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;                 UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;                 <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         Freeswitch-users mailing list<br>
&gt;         <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>