[asterisk-users] Increasing volume ?

Israel Gottlieb isrlgb at gmail.com
Thu Aug 4 09:06:01 CDT 2011


Set(VOLUME(TX)=10) is correct but you arent putting it in a context so
asterisk doesnt know how to deal with it


do this

[bigbluebutton]
exten => _.,1,Set(VOLUME(TX)=10)
exten => _.,1,Set(VOLUME(RX)=10)
exten => _.,n,Goto(start-dialplan,s,1)
exten => _.,n,Hangup



On Thu, Aug 4, 2011 at 4:33 PM, Zeeshan Ali Shah <zeeshan at infoshield.info>wrote:

> any hint since it seems asterisk treat it as unknown directive
>
>
> On Thu, Aug 4, 2011 at 12:22 PM, Zeeshan Ali Shah <zeeshan at infoshield.info
> > wrote:
>
>> but got these as well
>>
>> [Aug  4 12:21:08] WARNING[3082]: pbx_config.c:1588 pbx_load_config: ==!!==
>> Unknown directive: Set(VOLUME(TX) at line 9 -- IGNORING!!!
>> [Aug  4 12:21:08] WARNING[3082]: pbx_config.c:1588 pbx_load_config: ==!!==
>> Unknown directive: SetGlobalVar(SetVOLUME(TX) at line 10 -- IGNORING!!!
>> [Aug  4 12:21:08] WARNING[3082]: pbx_config.c:1588 pbx_load_config: ==!!==
>> Unknown directive: SetGlobalVar(SetVOLUME(RX) at line 11 -- IGNORING!!!
>>
>>
>> On Thu, Aug 4, 2011 at 12:20 PM, Zeeshan Ali Shah <
>> zeeshan at infoshield.info> wrote:
>>
>>> Yes i tried the followings one by one with differnet values..
>>> Set(VOLUME(TX)=10)
>>> ;SetGlobalVar(VOLUME(TX)=10)
>>> ;SetGlobalVar(SetVOLUME(RX)=10)
>>>
>>>
>>>  , but no improvement..  dont i have to change something in dialplan ?
>>>
>>>
>>> On Thu, Aug 4, 2011 at 11:17 AM, Matt Riddell <lists at venturevoip.com>wrote:
>>>
>>>> On 4/08/11 9:16 PM, Zeeshan Ali Shah wrote:
>>>>
>>>>>
>>>>> Tried below, but it still no improvement
>>>>>
>>>>>
>>>>> Zeeshan
>>>>> SetGlobalVar(VOLUME(TX)=10)
>>>>> SetGlobalVar(VOLUME(RX)=10)
>>>>>
>>>>
>>>> Have you tried just doing
>>>>
>>>> Set(VOLUME(TX)=10)
>>>>
>>>> and then 5 etc to make sure you are actually changing the volume?
>>>>
>>>>
>>>> --
>>>> Cheers,
>>>>
>>>> Matt Riddell
>>>> ______________________________**_________________
>>>>
>>>> http://www.venturevoip.com/**news.php<http://www.venturevoip.com/news.php>(Daily Asterisk News)
>>>> http://www.venturevoip.com/**exchange.php<http://www.venturevoip.com/exchange.php>(Full ITSP Solution)
>>>> http://www.venturevoip.com/cc.**php <http://www.venturevoip.com/cc.php>(Call Centre Solutions)
>>>>
>>>> --
>>>> ______________________________**______________________________**
>>>> _________
>>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>>>              http://www.asterisk.org/hello
>>>>
>>>> asterisk-users mailing list
>>>> To UNSUBSCRIBE or update options visit:
>>>>  http://lists.digium.com/**mailman/listinfo/asterisk-**users<http://lists.digium.com/mailman/listinfo/asterisk-users>
>>>>
>>>
>>>
>>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110804/77f32f2b/attachment.htm>


More information about the asterisk-users mailing list