RE: [Asterisk-Users] VoiceMail recording dialtone

2003-06-26 Thread Sam Bingner
-- Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Pycko Sent: Thursday, June 19, 2003 11:57 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] VoiceMail recording dialtone Well experiment yourself with the code. in wcfxo.c

RE: [Asterisk-Users] VoiceMail recording dialtone

2003-06-26 Thread Martin Pycko
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Pycko Sent: Thursday, June 19, 2003 11:57 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] VoiceMail recording dialtone Well experiment yourself with the code. in wcfxo.c /* Don't accept a ring

RE: [Asterisk-Users] VoiceMail recording dialtone

2003-06-26 Thread Sam Bingner
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Pycko Sent: Thursday, June 26, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] VoiceMail recording dialtone Unless your telco signals hangup with a dialtone . it should help. The thing is that most propably your X100P

Re: [Asterisk-Users] VoiceMail recording dialtone

2003-06-19 Thread Martin Pycko
How old is your zaptel code ? Mark recently increased some timer for that. Martin On Wed, 18 Jun 2003, Sam Bingner wrote: I have an extension setup with voicemail, for incoming calls on an X100P card. It quite often will record about 15 seconds of dialtone... I'm guessing that it picks up

Re: [Asterisk-Users] VoiceMail recording dialtone

2003-06-19 Thread Sam Bingner
Zaptel was the version from about 4 days ago when I sent this message, I updated again yesterday night Sam Quoting Martin Pycko [EMAIL PROTECTED]: How old is your zaptel code ? Mark recently increased some timer for that. Martin On Wed, 18 Jun 2003, Sam Bingner wrote: I have an

Re: [Asterisk-Users] VoiceMail recording dialtone

2003-06-19 Thread Martin Pycko
Well experiment yourself with the code. in wcfxo.c /* Don't accept a ring for another 1000 ms */ wc-ringdebounce = 1000; Try a diffrent value (e.g. 3000 for 3 sec) and in zaptel.h #defineRING_DEBOUNCE_TIME 500 /* 500 ms ring debounce time */ try

RE: [Asterisk-Users] VoiceMail recording dialtone

2003-06-19 Thread Wade Weppler
-Users] VoiceMail recording dialtone Well experiment yourself with the code. in wcfxo.c /* Don't accept a ring for another 1000 ms */ wc-ringdebounce = 1000; Try a diffrent value (e.g. 3000 for 3 sec) and in zaptel.h #defineRING_DEBOUNCE_TIME