Re: [asterisk-users] polarity on some channels

2009-10-22 Thread Tzafrir Cohen
On Thu, Oct 22, 2009 at 01:03:15AM +0300, B.Masoud @ SH wrote:
 It's not caller ID issue,
 
 I can make asterisk answer the line by omitting the line
 answeronpolarityswitch=no , 

answeronpolarityswitch = *yes*; right?

 but this will take effect on all 24 TDM
 channels, I want some to have answer on polarity, and some without polarity.

answeronpolarityswitch = yes
channels = 1-4,8-10

answeronpolarityswitch = no
channels = 5-7,11-24

Or, if you have asterisk = 1.6.1:

[polarity](!)
answeronpolarityswitch = yes

[first-ones](polarity)
dahdichan = 1-4

[second-ones]
dahdichan = 5-7

[third-ones](polarity)
dahdichan = 8-10

[fourth-ones]
dahdichan = 11-24


-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] polarity on some channels

2009-10-21 Thread B.Masoud @ SH
Hello,

 

I have :

 

answeronpolarityswitch=yes

 

on chan_dahdi.conf

 

but it's making all my lines answer on polarity reversal, this causes a
problem for PSTN lines, so how can I set these lines to answer immediately
(when it rings)?

 

thanks

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] polarity on some channels

2009-10-21 Thread Lyle Giese
B.Masoud @ SH wrote:

 Hello,

  

 I have :

  

 answeronpolarityswitch=yes

  

 on chan_dahdi.conf

  

 but it's making all my lines answer on polarity reversal, this causes
 a problem for PSTN lines, so how can I set these lines to answer
 immediately (when it rings)?

  

 thanks

 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Try turning off callerid.  The 'standard' for POTS lines in the US is to
put the caller id in between ring1  ring2.  Asterisk waits for callerid
before answering the line by default.

usecallerid=off
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] polarity on some channels

2009-10-21 Thread B.Masoud @ SH
It's not caller ID issue,

I can make asterisk answer the line by omitting the line
answeronpolarityswitch=no , but this will take effect on all 24 TDM
channels, I want some to have answer on polarity, and some without polarity.

 

Thanks.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Lyle Giese
Sent: Wednesday, October 21, 2009 10:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] polarity on some channels

 

B.Masoud @ SH wrote: 

Hello,

 

I have :

 

answeronpolarityswitch=yes

 

on chan_dahdi.conf

 

but it's making all my lines answer on polarity reversal, this causes a
problem for PSTN lines, so how can I set these lines to answer immediately
(when it rings)?

 

thanks

 



  _  



 
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Try turning off callerid.  The 'standard' for POTS lines in the US is to put
the caller id in between ring1  ring2.  Asterisk waits for callerid before
answering the line by default.

usecallerid=off

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users