diff --git a/doc/PAGI-CallSpool-CallFile.md b/doc/PAGI-CallSpool-CallFile.md index ea8a7ec..00db558 100644 --- a/doc/PAGI-CallSpool-CallFile.md +++ b/doc/PAGI-CallSpool-CallFile.md @@ -512,7 +512,7 @@ file_get_contents() or similar).</p> ### __construct - void PAGI\CallSpool\CallFile::__construct(\PAGI\DialDescriptor\DialDescriptor $dialDescriptor) + void PAGI\CallSpool\CallFile::__construct(\PAGI\CallSpool\PAGI\DialDescriptor\DialDescriptor $dialDescriptor) Constructor. @@ -522,6 +522,6 @@ Constructor. #### Arguments -* $dialDescriptor **[PAGI\DialDescriptor\DialDescriptor](PAGI-DialDescriptor-DialDescriptor.md)** +* $dialDescriptor **PAGI\CallSpool\PAGI\DialDescriptor\DialDescriptor** - <p>dial descriptor</p> diff --git a/doc/PAGI-ChannelVariables-IChannelVariables.md b/doc/PAGI-ChannelVariables-IChannelVariables.md index 1b4e035..ef14041 100644 --- a/doc/PAGI-ChannelVariables-IChannelVariables.md +++ b/doc/PAGI-ChannelVariables-IChannelVariables.md @@ -463,3 +463,29 @@ Uses environment variable AST_RUN_DIR. + +### getNetworkScript + + string PAGI\ChannelVariables\IChannelVariables::getNetworkScript() + +Returns agi_network_script. + + + +* Visibility: **public** + + + + +### getNetwork + + string PAGI\ChannelVariables\IChannelVariables::getNetwork() + +Returns agi_network. + + + +* Visibility: **public** + + + diff --git a/doc/PAGI-ChannelVariables-Impl-ChannelVariablesFacade.md b/doc/PAGI-ChannelVariables-Impl-ChannelVariablesFacade.md index a91d857..4f5c7af 100644 --- a/doc/PAGI-ChannelVariables-Impl-ChannelVariablesFacade.md +++ b/doc/PAGI-ChannelVariables-Impl-ChannelVariablesFacade.md @@ -554,3 +554,31 @@ Constructor. * $arguments **array<mixed,string>** - <p>AGI arguments given by asterisk (agi_arg_N).</p> + +### getNetworkScript + + string PAGI\ChannelVariables\IChannelVariables::getNetworkScript() + +Returns agi_network_script. + + + +* Visibility: **public** +* This method is defined by [PAGI\ChannelVariables\IChannelVariables](PAGI-ChannelVariables-IChannelVariables.md) + + + + +### getNetwork + + string PAGI\ChannelVariables\IChannelVariables::getNetwork() + +Returns agi_network. + + + +* Visibility: **public** +* This method is defined by [PAGI\ChannelVariables\IChannelVariables](PAGI-ChannelVariables-IChannelVariables.md) + + + diff --git a/doc/PAGI-Client-AbstractClient.md b/doc/PAGI-Client-AbstractClient.md index a9cbd62..0ef904d 100644 --- a/doc/PAGI-Client-AbstractClient.md +++ b/doc/PAGI-Client-AbstractClient.md @@ -20,7 +20,7 @@ Properties ### $logger - protected \PAGI\Client\Logger $logger + protected \Psr\Log\LoggerInterface $logger PSR-3 logger. diff --git a/doc/PAGI-Client-Impl-ClientImpl.md b/doc/PAGI-Client-Impl-ClientImpl.md index 6e9401f..d22b20a 100644 --- a/doc/PAGI-Client-Impl-ClientImpl.md +++ b/doc/PAGI-Client-Impl-ClientImpl.md @@ -54,7 +54,7 @@ AGI output ### $logger - protected \PAGI\Client\Logger $logger + protected \Psr\Log\LoggerInterface $logger PSR-3 logger. diff --git a/doc/PAGI-Client-Impl-MockedClientImpl.md b/doc/PAGI-Client-Impl-MockedClientImpl.md index 22adbb5..296b830 100644 --- a/doc/PAGI-Client-Impl-MockedClientImpl.md +++ b/doc/PAGI-Client-Impl-MockedClientImpl.md @@ -42,7 +42,7 @@ Mocked result strings. ### $logger - protected \PAGI\Client\Logger $logger + protected \Psr\Log\LoggerInterface $logger PSR-3 logger. diff --git a/doc/PAGI-Node-MockedNode.md b/doc/PAGI-Node-MockedNode.md index 7f8d1c1..d18b3f9 100644 --- a/doc/PAGI-Node-MockedNode.md +++ b/doc/PAGI-Node-MockedNode.md @@ -1500,7 +1500,7 @@ Returns the kind of digit entered by the user, CANCEL, END, NORMAL. ### acceptInput - void PAGI\Node\Node::acceptInput($digit) + void PAGI\Node\Node::acceptInput(\PAGI\Node\@param $digit) Process a single digit input by the user. Changes the node state according to the digit entered (CANCEL, COMPLETE). @@ -1512,7 +1512,7 @@ according to the digit entered (CANCEL, COMPLETE). #### Arguments -* $digit **mixed** +* $digit **PAGI\Node\@param** - <p>string $digit A single character, one of the DTMF_* constants.</p> diff --git a/doc/PAGI-Node-Node.md b/doc/PAGI-Node-Node.md index 7ec5e58..4a66ed9 100644 --- a/doc/PAGI-Node-Node.md +++ b/doc/PAGI-Node-Node.md @@ -1119,7 +1119,7 @@ Returns the kind of digit entered by the user, CANCEL, END, NORMAL. ### acceptInput - void PAGI\Node\Node::acceptInput($digit) + void PAGI\Node\Node::acceptInput(\PAGI\Node\@param $digit) Process a single digit input by the user. Changes the node state according to the digit entered (CANCEL, COMPLETE). @@ -1130,7 +1130,7 @@ according to the digit entered (CANCEL, COMPLETE). #### Arguments -* $digit **mixed** +* $digit **PAGI\Node\@param** - <p>string $digit A single character, one of the DTMF_* constants.</p>