I am using the AXL API with PHP, and I want to make an application that allows the user to set the forward to voicemail feature on cisco call manager for an extension. However, I cannot find a good tutorial or documentation on the updateLine() function. Any advice?
答案 0 :(得分:1)
updateLine()函数将数据作为参数。要将所有数据转发到语音邮件的数据格式为:
$data = array("pattern"=>$extension,"callForwardAll"=>array("forwardToVoiceMail"=true))
Howto文章 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