Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Howard Lowndes
On Mon, 2005-01-31 at 16:51, jurgen wrote:
 Hi Howard,
 
 Which provider are you with? We're with Primus Business here in
 Melbourne, and haven't had anything like what you're describing. For
 reference, here's a snip of my zapata.conf:

Big T

 
 [channels]
 
 language=en
 context=local
 signalling=fxs_ks
 usecallerid=no
 echocancel=yes
 echocancelwhenbridged=yes
 busydetect=yes
 busycount=5
 
 Sometimes the busydetect hack hits a false positive and disconnects
 during a conversation, so I'm thinking of upping the busycount, but
 aside from that, calls through this are quite reliable.

Mine's pretty similar:

context = default
signalling = fxs_ks
echocancel = 128
echocancelwhenbridged = yes
echotraining = yes
relaxdtmf = yes
;pulsedial = yes
pulsedial = no
rxgain = +15%
txgain = +5%
immediate = no
busydetect = yes
busycount = 5
callprogress = yes
musiconhold = default
usecallerid = yes
callerid = asreceived
;usedistinctiveringdetection = yes
useincomingcalleridonzaptransfer = yes
faxdetect = both
group = 1
channel = 4

 
 Best,
 
 ...jurgen
 
 
 On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED] wrote:
  Is anyone having/had a problem with a TDM400P card hanging up on STD
  outbound calls as soon as the called party answers.
  
  I'm guessing that * is responding to the STD pips in some way.
  
  --
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux;
  when you want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government;
  Get rid of the Australian states.
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


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


RE: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Simon Brown
Try 
busydetect=no 

Simon Brown

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Howard Lowndes
Sent: Monday, 31 January 2005 19:17
To: jurgen; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

On Mon, 2005-01-31 at 16:51, jurgen wrote:
 Hi Howard,
 
 Which provider are you with? We're with Primus Business here in 
 Melbourne, and haven't had anything like what you're describing. For 
 reference, here's a snip of my zapata.conf:

Big T

 
 [channels]
 
 language=en
 context=local
 signalling=fxs_ks
 usecallerid=no
 echocancel=yes
 echocancelwhenbridged=yes
 busydetect=yes
 busycount=5
 
 Sometimes the busydetect hack hits a false positive and disconnects 
 during a conversation, so I'm thinking of upping the busycount, but 
 aside from that, calls through this are quite reliable.

Mine's pretty similar:

context = default
signalling = fxs_ks
echocancel = 128
echocancelwhenbridged = yes
echotraining = yes
relaxdtmf = yes
;pulsedial = yes
pulsedial = no
rxgain = +15%
txgain = +5%
immediate = no
busydetect = yes
busycount = 5
callprogress = yes
musiconhold = default
usecallerid = yes
callerid = asreceived
;usedistinctiveringdetection = yes
useincomingcalleridonzaptransfer = yes
faxdetect = both
group = 1
channel = 4

 
 Best,
 
 ...jurgen
 
 
 On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED]
wrote:
  Is anyone having/had a problem with a TDM400P card hanging up on STD 
  outbound calls as soon as the called party answers.
  
  I'm guessing that * is responding to the STD pips in some way.
  
  --
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux; when you 
  want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government; Get rid of the 
  Australian states.
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
--
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux; when you want a
system that just works, you choose Microsoft.
--
Flatter government, not fatter government; Get rid of the Australian
states.


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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Shaun Ewing
On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED] wrote:
 Is anyone having/had a problem with a TDM400P card hanging up on STD
 outbound calls as soon as the called party answers.
 
 I'm guessing that * is responding to the STD pips in some way.

I had the same problem (before I switched to Telstra ISDN).

Increasing busycount to 8 fixed it.

-Shaun


 Howard.
 LANNet Computing Associates;
 Your Linux people http://www.lannetlinux.com
 --
 When you just want a system that works, you choose Linux;
 when you want a system that just works, you choose Microsoft.
 --
 Flatter government, not fatter government;
 Get rid of the Australian states.

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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Gary

Guys, On a telsttra line you can have the STD pip's removed,
I recently did this on a few on my lines.

If you want the setting to ask telstra for, ask me off list and i'll
try and find it.


On Mon, 31 Jan 2005 16:51:38 +1100, jurgen wrote:

Hi Howard,

Which provider are you with? We're with Primus Business here in
Melbourne, and haven't had anything like what you're describing. For
reference, here's a snip of my zapata.conf:

[channels]

language=en
context=local
signalling=fxs_ks
usecallerid=no
echocancel=yes
echocancelwhenbridged=yes
busydetect=yes
busycount=5

Sometimes the busydetect hack hits a false positive and disconnects
during a conversation, so I'm thinking of upping the busycount, but
aside from that, calls through this are quite reliable.

Best,

...jurgen


On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED] wrote:
 Is anyone having/had a problem with a TDM400P card hanging up on STD
 outbound calls as soon as the called party answers.
 
 I'm guessing that * is responding to the STD pips in some way.
 
 --
 Howard.
 LANNet Computing Associates;
 Your Linux people http://www.lannetlinux.com
 --
 When you just want a system that works, you choose Linux;
 when you want a system that just works, you choose Microsoft.
 --
 Flatter government, not fatter government;
 Get rid of the Australian states.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
[EMAIL PROTECTED] is jurgen's gmail address.
Visit http://jurgen.ca/ for more yummy goodness.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

.


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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Gary

witht he bigt just ask provisioningto have NOPIPS set on the required
lines.

simple really

On Mon, 31 Jan 2005 19:17:05 +1100, Howard Lowndes wrote:

On Mon, 2005-01-31 at 16:51, jurgen wrote:
 Hi Howard,
 
 Which provider are you with? We're with Primus Business here in
 Melbourne, and haven't had anything like what you're describing. For
 reference, here's a snip of my zapata.conf:

Big T

 
 [channels]
 
 language=en
 context=local
 signalling=fxs_ks
 usecallerid=no
 echocancel=yes
 echocancelwhenbridged=yes
 busydetect=yes
 busycount=5
 
 Sometimes the busydetect hack hits a false positive and disconnects
 during a conversation, so I'm thinking of upping the busycount, but
 aside from that, calls through this are quite reliable.

Mine's pretty similar:

context = default
signalling = fxs_ks
echocancel = 128
echocancelwhenbridged = yes
echotraining = yes
relaxdtmf = yes
;pulsedial = yes
pulsedial = no
rxgain = +15%
txgain = +5%
immediate = no
busydetect = yes
busycount = 5
callprogress = yes
musiconhold = default
usecallerid = yes
callerid = asreceived
;usedistinctiveringdetection = yes
useincomingcalleridonzaptransfer = yes
faxdetect = both
group = 1
channel = 4

 
 Best,
 
 ...jurgen
 
 
 On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED] wrote:
  Is anyone having/had a problem with a TDM400P card hanging up on STD
  outbound calls as soon as the called party answers.
  
  I'm guessing that * is responding to the STD pips in some way.
  
  --
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux;
  when you want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government;
  Get rid of the Australian states.
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


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

.


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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Stuart Elvish
Dear Howard,
Which version of Asterisk are you running?
On the earlier versions we had problems with the call progress detect 
disconnecting calls (not specifically related to STD pips but it may be 
of help), however with the newer version of Asterisk we don't seem to 
encounter this problem as they have included the tone definitions for 
Australia.

Kind Regards
Stuart
On Monday, Jan 31, 2005, at 13:34 Australia/Perth, Howard Lowndes wrote:
Is anyone having/had a problem with a TDM400P card hanging up on STD
outbound calls as soon as the called party answers.
I'm guessing that * is responding to the STD pips in some way.
--
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
!DSPAM:41fdc41d213711706326924!

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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Howard Lowndes
On Tue, 2005-02-01 at 12:29, Stuart Elvish wrote:
 Dear Howard,
 
 Which version of Asterisk are you running?

ext*CLI show version
Asterisk CVS-HEAD-12/20/04-15:18:30 built by [EMAIL PROTECTED] on a
i686 running Linux

 
 On the earlier versions we had problems with the call progress detect 
 disconnecting calls (not specifically related to STD pips but it may be 
 of help), however with the newer version of Asterisk we don't seem to 
 encounter this problem as they have included the tone definitions for 
 Australia.
 
 Kind Regards
 Stuart
 
 On Monday, Jan 31, 2005, at 13:34 Australia/Perth, Howard Lowndes wrote:
 
  Is anyone having/had a problem with a TDM400P card hanging up on STD
  outbound calls as soon as the called party answers.
 
  I'm guessing that * is responding to the STD pips in some way.
 
  -- 
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux;
  when you want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government;
  Get rid of the Australian states.
 
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
  !DSPAM:41fdc41d213711706326924!
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Stuart Elvish
Dear Howard,
That is pretty much the latest version. In zapata.conf where you have 
callprogress=yes we have progzone=au. We also have default and load 
zones set to au in zaptel.conf.

This should tell asterisk to look for Australian tones rather than the 
US ones which I assume it does by default.

Hope this helps.
Kind Regards
Stuart
On Tuesday, Feb 1, 2005, at 10:46 Australia/Perth, Howard Lowndes wrote:
On Tue, 2005-02-01 at 12:29, Stuart Elvish wrote:
Dear Howard,
Which version of Asterisk are you running?
ext*CLI show version
Asterisk CVS-HEAD-12/20/04-15:18:30 built by [EMAIL PROTECTED] on 
a
i686 running Linux

On the earlier versions we had problems with the call progress detect
disconnecting calls (not specifically related to STD pips but it may 
be
of help), however with the newer version of Asterisk we don't seem to
encounter this problem as they have included the tone definitions for
Australia.

Kind Regards
Stuart
On Monday, Jan 31, 2005, at 13:34 Australia/Perth, Howard Lowndes 
wrote:

Is anyone having/had a problem with a TDM400P card hanging up on STD
outbound calls as soon as the called party answers.
I'm guessing that * is responding to the STD pips in some way.
--
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
!DSPAM:41feee08352724861317368!

Stuart Elvish
Business Development Manager
TNet.com.au - Becoming Australia's Favourite Internet SERVICE Provider
Mobile Telephone0433 133 601 (+61 433 133 601)
Email Address   [EMAIL PROTECTED]
Direct Telephone08 9221 7874 (+61 8 9221 7874)
Office Telephone1300 661 NET (1300 661 638)
Direct Facsimile0433 133 598 (+61 433 133 598)
Office Facsimile08 9221 3864 (+61 8 9221 3864)
 This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be 
copied, disclosed to, retained or used by, any other party. If you are 
not an intended recipient then please promptly delete this e-mail and 
any attachment and all copies and inform the sender. Thank you.

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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-31 Thread Howard Lowndes
On Tue, 2005-02-01 at 14:27, Stuart Elvish wrote:
 Dear Howard,
 
 That is pretty much the latest version. In zapata.conf where you have 
 callprogress=yes we have progzone=au.

Ah ha, now that is a good point of which I was not aware.  Many tks.

  We also have default and load 
 zones set to au in zaptel.conf.

Yes I have that set and similar in indications.conf.

 
 This should tell asterisk to look for Australian tones rather than the 
 US ones which I assume it does by default.
 
 Hope this helps.
 
 Kind Regards
 Stuart
 On Tuesday, Feb 1, 2005, at 10:46 Australia/Perth, Howard Lowndes wrote:
 
  On Tue, 2005-02-01 at 12:29, Stuart Elvish wrote:
  Dear Howard,
 
  Which version of Asterisk are you running?
 
  ext*CLI show version
  Asterisk CVS-HEAD-12/20/04-15:18:30 built by [EMAIL PROTECTED] on 
  a
  i686 running Linux
 
 
  On the earlier versions we had problems with the call progress detect
  disconnecting calls (not specifically related to STD pips but it may 
  be
  of help), however with the newer version of Asterisk we don't seem to
  encounter this problem as they have included the tone definitions for
  Australia.
 
  Kind Regards
  Stuart
 
  On Monday, Jan 31, 2005, at 13:34 Australia/Perth, Howard Lowndes 
  wrote:
 
  Is anyone having/had a problem with a TDM400P card hanging up on STD
  outbound calls as soon as the called party answers.
 
  I'm guessing that * is responding to the STD pips in some way.
 
  -- 
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux;
  when you want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government;
  Get rid of the Australian states.
 
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  -- 
  Howard.
  LANNet Computing Associates;
  Your Linux people http://www.lannetlinux.com
  --
  When you just want a system that works, you choose Linux;
  when you want a system that just works, you choose Microsoft.
  --
  Flatter government, not fatter government;
  Get rid of the Australian states.
 
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
  !DSPAM:41feee08352724861317368!
 
 
 
 Stuart Elvish
 Business Development Manager
 TNet.com.au - Becoming Australia's Favourite Internet SERVICE Provider
 
 Mobile Telephone  0433 133 601 (+61 433 133 601)
 Email Address [EMAIL PROTECTED]
 
 Direct Telephone  08 9221 7874 (+61 8 9221 7874)
 Office Telephone  1300 661 NET (1300 661 638)
 Direct Facsimile  0433 133 598 (+61 433 133 598)
 Office Facsimile  08 9221 3864 (+61 8 9221 3864)
 
   This e-mail and any attachment is for authorised use by the intended 
 recipient(s) only. It may contain proprietary material, confidential 
 information and/or be subject to legal privilege. It should not be 
 copied, disclosed to, retained or used by, any other party. If you are 
 not an intended recipient then please promptly delete this e-mail and 
 any attachment and all copies and inform the sender. Thank you.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


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


Re: [Asterisk-Users] Zap channels in AU hanging up on STD pips

2005-01-30 Thread jurgen
Hi Howard,

Which provider are you with? We're with Primus Business here in
Melbourne, and haven't had anything like what you're describing. For
reference, here's a snip of my zapata.conf:

[channels]

language=en
context=local
signalling=fxs_ks
usecallerid=no
echocancel=yes
echocancelwhenbridged=yes
busydetect=yes
busycount=5

Sometimes the busydetect hack hits a false positive and disconnects
during a conversation, so I'm thinking of upping the busycount, but
aside from that, calls through this are quite reliable.

Best,

...jurgen


On Mon, 31 Jan 2005 16:34:38 +1100, Howard Lowndes [EMAIL PROTECTED] wrote:
 Is anyone having/had a problem with a TDM400P card hanging up on STD
 outbound calls as soon as the called party answers.
 
 I'm guessing that * is responding to the STD pips in some way.
 
 --
 Howard.
 LANNet Computing Associates;
 Your Linux people http://www.lannetlinux.com
 --
 When you just want a system that works, you choose Linux;
 when you want a system that just works, you choose Microsoft.
 --
 Flatter government, not fatter government;
 Get rid of the Australian states.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
[EMAIL PROTECTED] is jurgen's gmail address.
Visit http://jurgen.ca/ for more yummy goodness.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users