[Asterisk-Users] 2-X100P's - INcoming & OUTgoing config feedback

Martin Pycko martinp at digium.com
Wed May 14 10:42:19 MST 2003


Well a quick look in the code (chan_zap.c) and it's looks like
it can't be a percentage value.

regards
Martin

On Wed, 14 May 2003, Iain Stevenson wrote:

>
> The version of the * handbook I have says rxgain and txgain are percentages
> ;-)
>
> Is it incorrect?
>
>   Iain
>
>
>
> --On Wednesday, May 14, 2003 11:00 am -0500 Martin Pycko
> <martinp at digium.com> wrote:
>
> > don't use %'s with txgain and rxgain
> >
> > these are DB values only
> >
> > when you set up txgain = 7% you actually
> > have txgain = 7.0 [dB]
> >
> > Martin
> > On Mon, 12 May 2003, Mark Street wrote:
> >
> >> Could someone critique my config for outgoing calls on my second
> >> channel.  I am a little confused on how to reference the context
> >> "outgoing" in extensions.conf.
> >>
> >> Chan. Num. Extension  Context    Language   MusicOnH
> >>   1            incoming
> >>   2            outgoing
> >>
> >> ; zapata.conf
> >> [channels]
> >> context=incoming
> >> signalling=fxs_ks
> >> txgain => 5%
> >> channel=>1
> >>
> >> context=outgoing
> >> signalling=fxs_ks
> >> echocancel=yes
> >> echocancelwhenbridged=yes
> >> txgain => 3%
> >> channel=> 2
> >> -----------------------------------
> >> ; parts of extensions.conf
> >> [incoming]
> >> exten => s,1,Wait,5
> >> exten => s,2,Answer
> >> exten => s,3,Playback,napachiro,skip
> >> exten => s,4,Background,mainmenu
> >> exten => s,5,Wait,20
> >> exten => s,6,Goto,s|4
> >>
> >> ;the Napa Chiro Main Menu Options
> >> exten => 1,1,Goto,info|s|1
> >> exten => 2,1,Goto,seminar|s|1
> >> exten => 3,1,Goto,talktodoc|s|1
> >> exten => 4,1,Goto,record|s|1
> >>
> >> ;special extensions
> >> exten => t,1,Goto,s|4
> >> exten => i,1,Playback,invalid
> >> exten => i,2,Goto,s|4
> >> exten => *,1,Hangup
> >>
> >> ;seminar information
> >> [seminar]
> >> exten => s,1,Background,seminar-menu
> >> exten => 1,1,Goto,registration|1
> >> exten => 2,1,Goto,speakers|1
> >> exten => 3,1,Goto,audio-visual|1
> >> exten => 4,1,Goto,vendors|1
> >> exten => 5,1,Goto,hotel|1
> >>
> >> [registration]
> >> ; Seminar Registration Information Extension
> >> exten => 1,1,Dial,Zap/2/5551212|20
> >>
> >> [speakers]
> >> ; Dial Speaker Scheduling Doctor
> >> exten => 1,1,Dial,Zap/2/5551212|20
> >>
> >> [audio-visual]
> >> ; Dial Audio Visual Scheduling Doctor
> >> exten => 1,1,Dial,Zap/2/5551212|20
> >>
> >> ; Vendor Scheduling
> >> [vendors]
> >> ; Dial Vendor Scheduling Doctor
> >> exten => 1,1,Dial,Zap/2/5551212|20
> >>
> >> ; Hotel Reservations
> >> [hotel]
> >> ; Dial Hotel Reservations
> >> exten => 1,1,Dial,Zap/2/5551212|20
> >>
> >> --
> >> Mark Street, D.C.
> >> Red Hat Certified Engineer
> >> Cert# 807302251406074
> >> --
> >> Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
> >> GPG key http://www.streetchiro.com/pubkey.asc
> >>
> >> _______________________________________________
> >> Asterisk-Users mailing list
> >> Asterisk-Users at lists.digium.com
> >> http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>





More information about the asterisk-users mailing list