Hello,
From what I have gathered from the Cisco documentation, this is how I am supposed to command a phone to conference an extension with a button; however, this does not work. I need to conference extension 555 with the press of a phone button. It prompts me with a menu.
<?xml version="1.0"?>
<CiscoIPPhoneExecute>
<ExecuteItem URL="Key:FixedFeature2"/>
<ExecuteItem URL="Dial:555"/>
<ExecuteItem URL="Key:FixedFeature2"/>
</CiscoIPPhoneExecute>
Any help would be greatly appreciated!