Hi,
I was wanting to create a softkey on my SPA504G called 'record' that is displayed while a current call is active.
When the button is pressed, a conference is initiated with a third party to record the call.
Im not sure how to pass the connected parties phone numbers yet.
Is this possible?
So far;-
Created Programmable Softkey PSK1
fnc=xml;url=http://192.168.15.102/conference.xml;nme=record
Modified "Connected Key List:"
psk1|1;confLx|2;flash|3;xferLx|2;conf|3;xfer|4;toggle|4;redial|5;dir|6;bxfer|7;park|8;phold
Created an XML application as http://192.168.15.102/conference.xml which tries to conference to 775.
<?xml version="1.0" encoding="utf-8"?>
<CiscoIPPhoneExecute>
<ExecuteItem URL="Key:Soft3"/>
<ExecuteItem URL="Key:KeyPad7"/>
<ExecuteItem URL="Key:KeyPad7"/>
<ExecuteItem URL="Key:KeyPad5"/>
<ExecuteItem URL="Key:Soft1"/>
<ExecuteItem URL="Key:Soft3"/>
</CiscoIPPhoneExecute>
Regards,
Paul.