Transferring Calls Using Action URIs (Phone model S206)

I have been looking into using Action URIs to allow users to make call transfers from their browser (or more accurately, from some buttons/links we would like to add to our database’s browser frontend).

Simply dialing a number with this type of request is straightforward enough:

http://admin:PASSWORD@IP_Address/Phone_ActionURL&Command=1&Number=4003&Account=1

Putting a call on hold to be transferred is also no problem:

http://admin:PASSWORD@IP_Address/Phone_ActionURL&key=F_TRANSFER

However, I have run into some problems dialing the transfer destination number.

When I use the type of request shown above to dial the transfer destination number, it successfully creates a second call but the F_TRANSFER key doesn’t allow me to transfer the original call to the second call in the way I would expect (based on how to transfer a call using the hardphone itself).

The only way I have found to make transfers using Action URIs is to use the key variable to send an individual DTMF digit for each individual number that makes up the transfer destination number followed by F2 for the ‘Send’ key. It’s a bit cumbersome to have to loop through the destination number one digit at a time and send a request for each, isn’t it?

Does anyone have any better ideas about how to dial and transfer to the transfer destination number?

Thanks.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.