如何使用 PHP 在思科呼叫管理器上为分机设置“全部转发”功能


How can I set the "forward all" feature for an extension on cisco call manager with PHP?

我正在使用带有PHP的AXL API,我想创建一个应用程序,允许用户在思科呼叫管理器上为分机设置转发到语音邮件功能。但是,我找不到关于updateLine()函数的好教程或文档。有什么建议吗?

updateLine() 函数将数据作为参数。要全部转发到语音邮件的数据格式为:

$data = array("pattern"=>$extension,"callForwardAll"=>array("forwardToVoiceMail"=true))

操作方法文章https://developer.cisco.com/site/axl/learn/how-to/index.gsp

创建 php soap 客户端 https://developer.cisco.com/site/axl/learn/how-to/axl-php-primer.gsp

所有可用功能,以及所需的数据结构信息 https://developer.cisco.com/site/axl/develop-and-test/documentation/latest-version/axl-soap.gsp