Thanks, the first variant doesn't work for me. Any idea? I changed it to:
originate sofia/internal/[email protected] & park() then i get the error message: "Cannot blind transfer 1 legged call". Also going through the wiki i discovered the concept of socket event and included the following extension under /usr/local/freeswitch/conf/dialplan/public/mysockt.xml: <include> <extension name="myextension"> <condition field="caller_id_number" expression="^2000$" break="on-true"> <action application="socket" data="192.168.50.67:10000 full" /> </condition> </extension> </include> Can somebody gives me an example of dial string that would allow my call to be sent to this server socket? How would i place such a call using SJPhone? Best regards, Max. On Wed, Jun 10, 2009 at 10:21 AM, dujinfang <[email protected]> wrote: > originate sofia/default/1003 &echo()originate user/1003 &echo() > originate user/1003 &park() > > > On Jun 10, 2009, at 9:39 PM, Max Bridgewater wrote: > > Hi, > > Getting to learn Freeswitch. So, please bear with me. Can somebody tells me > how to do dial extension 1003 from the command line. > I tried the following and the all failed > > originate 1003%192.168.10.103 > originate [email protected] > originate 1003%192.168.10.103 & park() > originate [email protected] & park() > > Thanks, > Max. > > _______________________________________________ > 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
