[Freeswitch-users] Newbie Question wrt Originating calls

Max Bridgewater max.bridgewater at gmail.com
Wed Jun 10 07:54:41 PDT 2009


Thanks,

the first variant doesn't work for me. Any idea?
I changed it to:

originate sofia/internal/1003 at 192.168.10.103 & 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 <dujinfang at gmail.com> 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 1003 at 192.168.10.103
> originate 1003%192.168.10.103 & park()
> originate 1003 at 192.168.10.103 & park()
>
> Thanks,
> Max.
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> 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
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090610/7c339943/attachment-0002.html 


More information about the FreeSWITCH-users mailing list