<< Has anyone tried the API before?>>
Of course. Here is a snippet taken from Nicolas Gudino's op_server.pl to
originate a call.
my $comando = "Action: Originate\r\n";
$comando .= "Channel: $originate\r\n";
$comando .= "Exten: $canal\r\n";
$comando .= "Context: $meetme_context\r\n";
$comando .= "Priority: 1\r\n";
$comando .= "\r\n";
send_command_to_manager($comando);
Mondial Software Limited
020 7043 2795
www.mondialsoftware.com
Click here to view our presentation of Cash Controller showing its
forecasting and automated bank reconciliation features
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: February 04, 2005 7:41 AM
To: [email protected]
Subject: [Asterisk-Users] Manager API
Hi,
I try to use Manager API to originate a call from a channel to an
existing extension. Based on "sip channel show" command, the Manager
initiates a call to the channel only. It doesn't generate a call to
the extension. So the originate call API of Manager is failed. I think
I pretty much follow the API description at http://www.voip-
info.org/wiki-Asterisk+Manager+API+Action+Originate. Has anyone tried
the API before? Thanks.
Jason
--
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users