No. In the dial plan I said, application=&quot;perl&quot; data=&quot;The perl script&quot;.<br>I also checked $session-&gt;execute(&quot;bridge&quot;,&quot;user/1010&quot;). This is working fine.<br>But originate is not working as I expected.<br>
<br><div class="gmail_quote">On Thu, Aug 27, 2009 at 9:46 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</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;">
<br><br><div class="gmail_quote">On Wed, Aug 26, 2009 at 9:38 PM, lakshmanan <span dir="ltr">&lt;<a href="mailto:lakindia89@gmail.com" target="_blank">lakindia89@gmail.com</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;">


<br>
When I give the following from the command line it calls to 1010 extension<br>
and once answered, it calls to 1000 and bridge the connection.<br>
            originate user/1010 &amp;bridge(user/1000)<br>
But I want to do this in perl. So I have given as follows<br>
            $session-&gt;originate($session,&quot;user/1010 &amp;bridge user/1000&quot;);<br>
But it is not working. It says &quot;user/1010 &amp;bridge user/1000 is invalid<br>
user&quot;.<br>
How to do this in perl. pls help.</blockquote><div><br>Are you calling this perl script from the CLI? If so you won&#39;t have the $session object because a channel does not exist for a simple API call. <br>-MC<br><br>
</div></div>
<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>
<br></blockquote></div><br>