[asterisk-users] AMI 1.0 -> 1.1 with originate.
Guillaume Yziquel
guillaume.yziquel at citycable.ch
Tue Oct 20 06:01:48 CDT 2009
Hello.
I wrote a piece of code for AMI 1.0, to originate some calls. The code
is (in OCaml):
> string_of_lines [
> "Action: originate";
> ("Channel: "^(Configuration.dial_campaign_item campaign_item));
> "WaitTime: 30";
> "CallerId: appel <XXXXXXXX>";
> "Exten: receiver";
> "Context: receiving";
> "Priority: 1";
> "Async: true";
> ("ActionID: "^unique_identifier)]
It used to work fine with the AMI 1.0, but now, with 1.1., I get
> Response: Error
> ActionID: 1256035727.29741096
> Message: Permission denied
So what is this permission issue? Where are the changes from 1.0 to 1.1
documented?
All the best,
--
Guillaume Yziquel
http://yziquel.homelinux.org/
More information about the asterisk-users
mailing list