View previous topic :: View next topic |
Author |
Message |
gentlewiso at hotmail.com Guest
|
Posted: Thu Mar 20, 2008 2:09 pm Post subject: [asterisk-users] polarity in zapata.conf |
|
|
hi:
In my zapata.conf i have 4 fxo configured channels,for fxo number 1 to 3 i added polarity reversal property but for fxo number 4 i didnt add polarity reversal property but it still giving me on cosole that fxo number 4 is polarized (because the line on fxo number 4 is not polarized).
what i want to do is to not let polarity reversal take effect on fxo number 4.
that what i have in my zapata.conf:
answeronpolarityswitch=yes
hanguponpolarityswitch=yes
signalling=fxs_ks
context=wassim
channel => 1-3
;
signalling=fxs_ks
context=wassim
channel => 4
Thanks in advance;
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Thu Mar 20, 2008 3:55 pm Post subject: [asterisk-users] polarity in zapata.conf |
|
|
On Thu, Mar 20, 2008 at 09:09:05PM +0200, wassim darwish wrote:
Quote: |
hi:
In my zapata.conf i have 4 fxo configured channels,for fxo number 1
to 3 i added polarity reversal property but for fxo number 4 i didnt
add polarity reversal property but it still giving me on cosole that
fxo number 4 is polarized (because the line on fxo number 4 is not
polarized).
what i want to do is to not let polarity reversal take effect on
fxo number 4. that what i have in my zapata.conf:
answeronpolarityswitch=yes
hanguponpolarityswitch=yes
signalling=fxs_ks
context=wassim
channel => 1-3
;
signalling=fxs_ks
context=wassim
channel => 4
|
Just override it with a newer value:
signalling=fxs_ks
context=wassim
answeronpolarityswitch=yes
hanguponpolarityswitch=yes
channel => 1-3
answeronpolarityswitch=no
hanguponpolarityswitch=no
channel => 4
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
|