[Asterisk-Users] Manager API
Bill Seddon
bill.seddon at lyquidity.com
Fri Feb 4 01:05:06 MST 2005
<< 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: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
asterisk at emobilenetworks.com
Sent: February 04, 2005 7:41 AM
To: Asterisk-Users at lists.digium.com
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
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list