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