Yealink Forums

Full Version: xml assistance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Using Yealink T46 with 3CX.

I am looking to configure a single DSSkey to trigger two dial codes.

Examples:
DSSkey1 - available presence (*30) and 3CX emergency code (*66)
DSSkey2 - away presence (*31) and 3CX emergency code (*66)

I have been experimenting with "ExecuteItem URI="Dial:" but can't get it to work with two dial codes.

Any assistance is appreciated.

thanks
Only the DND key has the ability to know its status and dial 2 different codes.
You would have to write an XML script to bring up a menu and allow the person to select which option they need.

Check this out (used on T38, but should be similar): https://www.dropbox.com/s/76btdgthwvj8nng/xml.zip?dl=0

I use this on the receptionist phone and if she is not there, someone else can goto the phone and set to "AWAY" which goes to a ring group instead. This might be helpful for your situation.

(Remember that on 3cx, *60 and *61 are DND and are not "Presence/Profile Changes" - those are typically *30,*31,*32,*33,*34
Craig,

Not sure why I put DND codes in my example I meant presence code (edited OP).

Thanks for your example. In my situation I need one DSSkey to trigger our closed action which are two separate codes (*31 presence away and *66 3CX emergency code)

A non-working example but the single xml would be something to the effect of:

<YealinkIPPhoneExecute Beep="no">
<ExecuteItem URI="Dial:*30"/>
<ExecuteItem URI="Dial:*66"/>
...
</YealinkIPPhoneExecute>

Anything like this possible?

Thanks.
I am not sure you can get 2 dialing commands to process.... is there an issue with using all *3x codes as we do?
*30,*31,*32
Reference URL's