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/
        

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to