Actions

Difference between revisions of "Toggle Applications"

From Zenitel Wiki

(Transfer)
(Simplex Conference)
Line 81: Line 81:
  
 
==Simplex Conference==
 
==Simplex Conference==
setup (join), exit
+
Toggle between joining a simplex conference (SX), and leaving it. The example shows joining/leaving SX1 (8201).
  
 
[[File:Toggle Applications 5.PNG|thumb|left|500px]]
 
[[File:Toggle Applications 5.PNG|thumb|left|500px]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
Action commands:
 +
IF %udd(%1.phy)
 +
$CONF L%1.dir LV
 +
WUDD %1.phy 0
 +
STOP
 +
ENDIF
 +
$CONF L%1.dir L8201
 +
WUDD %1.phy 1
 +
 +
answer...
 +
 +
For more details see [[$CONF]] and [[$WUDD]]
  
 
==Open Duplex Conference==
 
==Open Duplex Conference==

Revision as of 14:40, 5 April 2016

Converation

Toggle between Call and Cancel

Toggle Applications 1.PNG


Action commands:

IF %udd(%1.phy)
$C L%1.dir
WUDD %1.phy 0
STOP
ENDIF
$CALL L%1.dir L101
WUDD %1.phy 1


answer...

For more details see $CALL, $C and $WUDD

Call Request

Toggle between Call Request and Cancel Call Request

Toggle Applications 2.PNG


Action commands:

IF %udd(%1.phy)
$CANM L%1.dir L101
WUDD %1.phy 0
STOP
ENDIF
$SM L%1.dir L101
WUDD %1.phy 1


answer...

For more details see $CANM, $SM, Call Request and $WUDD

Audio Program

Toggle between program on and program off. The example shows program 1 (801).


Toggle Applications 3.PNG


Action commands:

IF %udd(%1.phy)
$PROG L%1.dir LV
WUDD %1.phy 0
STOP
ENDIF
$PROG L%1.dir L801
WUDD %1.phy 1


step...

For more details see $PROG, Audio Program and $WUDD

Transfer

Toggle between Transfer On and Transfer off. The example shows transfer to directory number 101.

Toggle Applications 4.PNG


Action commands:

IF %udd(%1.phy)
$TRF L%1.dir ""
WUDD %1.phy 0
STOP
ENDIF
$TRF L%1.dir L101
WUDD %1.phy 1


SCRT

For more details see $TRF and $WUDD

Simplex Conference

Toggle between joining a simplex conference (SX), and leaving it. The example shows joining/leaving SX1 (8201).

Toggle Applications 5.PNG


Action commands:

IF %udd(%1.phy)
$CONF L%1.dir LV
WUDD %1.phy 0
STOP
ENDIF
$CONF L%1.dir L8201
WUDD %1.phy 1

answer...

For more details see $CONF and $WUDD

Open Duplex Conference

setup, join, exit

Toggle Applications 6.PNG


Volume adjustment

volume circle=one button

volume step up, volume step down (two buttons)

Toggle Applications 7.PNG