marcelog / PAMI

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc

Home Page:http://marcelog.github.com/PAMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing setVariable in originate action

beqabeqa473 opened this issue · comments

hello.

please add a method to set a variable in originate action

setVariable is already provided by the Message class, which OriginateAction extends: https://github.com/marcelog/PAMI/blob/master/src/PAMI/Message/Message.php#L109