[asterisk-users] Increasing volume ?

Zeeshan Ali Shah zeeshan at infoshield.info
Wed Aug 3 09:28:01 CDT 2011


Following :

The Line is SIP,
Asterisk is 1.6.2.5-0ubuntu1.4

Also I tried konference volume [konfernecename] up but it did not increase

*See the extensions.conf where i applied increase volume .
*
---------
*SetGlobalVar(Set(VOLUME(TX)=10))
SetGlobalVar(Set(VOLUME(RX)=10)) *
[bigbluebutton]
exten => _.,1,Goto(start-dialplan,s,1)
exten => _.,n,Hangup
[start-dialplan]
exten => s,1,Set(TRIES=1)
exten => s,n,Wait(2)
exten => s,n,Answer
exten => s,n,Goto(prompt,s,1)
[prompt]
exten => s,1,Read(CONF_NUM,conf-getconfno,6,,3,10)
exten => s,n,Goto(bbb-conference,${CONF_NUM},1)
; No need to check if conference is valid as they won't be able to login
; if the conference is invalid.
;
[bbb-voip]
exten => _XXXX.,1,Playback(conf-placeintoconf)
; exten => _XXXX.,n,MeetMe(${EXTEN},cdMsT)
exten => _XXXX.,n,Konference(${EXTEN})
[bbb-conference]
include => echo-test
exten => _XXXX.,1,Agi(agi://localhost/findConference?conference=${EXTEN})
exten => _XXXX.,n,GotoIf($[${EXTEN} = ${CONFERENCE_FOUND}]?valid:invalid)
exten => _XXXX.,n(valid),Playback(conf-placeintoconf)
; exten => _XXXX.,n,MeetMe(${CONFERENCE_FOUND},cdMsT)
exten => _XXXX.,n,Konference(${CONFERENCE_FOUND})
exten => _XXXX.,n(invalid),Goto(handle-invalid-conference,s,1)
[handle-invalid-conference]
exten => s,1,Playback(conf-invalid)
exten => s,n,GotoIf($[${TRIES} < 3]?try-again:do-not-try-again)
exten => s,n(try-again),Set(TRIES=$[${TRIES} + 1])
exten => s,n,Goto(prompt,s,1)
exten => s,n(do-not-try-again),Hangup
[echo-test]
;
; Create an extension, 600, for evaluating echo latency.
;
exten => 600,1,Answer                   ; Do the echo test
exten => 600,n,Playback(demo-echotest)  ; Let them know what's going on
exten => 600,n,Echo                     ; Do the echo test
exten => 600,n,Playback(demo-echodone)  ; Let them know it's over
exten => 600,n,Goto(s,6)                ; Start over

---------



Zeeshan


On Wed, Aug 3, 2011 at 4:16 PM, Danny Nicholas <danny at debsinc.com> wrote:

> You need to provide more information – is line in SIP or DAHDI, what
> release of Asterisk, etc.****
>
> ** **
>
> *From:* asterisk-users-bounces at lists.digium.com [mailto:
> asterisk-users-bounces at lists.digium.com] *On Behalf Of *Zeeshan Ali Shah
> *Sent:* Wednesday, August 03, 2011 9:13 AM
> *To:* asterisk-users at lists.digium.com
> *Subject:* [asterisk-users] Increasing volume ?****
>
> ** **
>
> Hi, I am running asterisk with konference .  tried to increase the
> conference voice but not success
>
> i tried to add in diaplain
> SetGlobalVar(Set(VOLUME(TX)=10))
> SetGlobalVar(Set(VOLUME(RX)=10))
>
> but it does not effect..
>
>
> any hint ?
>
> Zeeshan****
>
> --
> _____________________________________________________________________
> -- 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/20110803/b67d3dc3/attachment.htm>


More information about the asterisk-users mailing list