Hello everybody,
i am trying to add a device profile with axl and php5. Actually i'm getting the following error message:
Security Profile is not supported for this device
Here are my parameters:
Array (
[newProfile] => Array (
[name] => Tester
[product] => Cisco 7920
[model] => Cisco 7920
[class] => Phone
[protocol] => SCCP
[protocolSide] => User
[description] =>
[devicePoolName] => DevicePool Test
[enableExtensionMobility] => 0
[currentConfig] =>
[presenceGroupName] => Standard Presence group
[phoneTemplateName] => Standard 7920
)
)
I don't know how to solve this problem...
Thanks for your help!