Возможно ли отключить звук при исходящем вызове на экстеншен? И иметь возможность включить его через DTMF?
Задача дозавниваться к айпи домофону беззучно но так же иметь возможность переходить в режим общения
Код: Выделить всё
muted=*71,peer,Set,VOLUME(tx)=-100
unmuted=*73,peer,Set,VOLUME(tx)=0
Код: Выделить всё
ExecIf($[${VOLUME(tx)} < 0]?Set,VOLUME(tx)=0)
...
ExecIf($[${VOLUME(tx)} = 0]?Set,VOLUME(tx)=-100)
Код: Выделить всё
pbx.c:4427 ast_func_read: Function VOLUME cannot be read
*CLI> core show function VOLUME
-= Info about function 'VOLUME' =-
[Synopsis]
Set the TX or RX volume of a channel.
[Description]
The VOLUME function can be used to increase or decrease the 'tx' or 'rx' gain
of any channel.
For example:
Set(VOLUME(TX)=3)
Set(VOLUME(RX)=2)
Set(VOLUME(TX,p)=3)
Set(VOLUME(RX,p)=3)
[Syntax]
VOLUME(direction[,options])
[Arguments]
direction
Must be 'TX' or 'RX'.
options
p: Enable DTMF volume control