PAMI\Message\Action\ActionMessage::setActionID
Sets Action ID.
The ActionID can be at most 69 characters long, according to {@link https://issues.asterisk.org/jira/browse/14847 Asterisk Issue 14847}. Therefore we'll throw an exception when the ActionID is too long.
Signature
public function setActionID(The
$actionIDÂ )
Parameters
$actionID
— object- Action ID to have this action known by
Returns
- void
Errors/Exceptions
-
PAMIException
- When the ActionID is more then 69 characters long