You'll likely find that in your extensions.conf in /etc/asterisk

There are endless possible configurations but in most plain setups with a
zaptel card, you'll see something that looks like:

[default]
exten => s,1, wait(8), dial(zap.......

You want to change that wait parameter to 60 because full ring cycle is 6
seconds (2 on + 4 off).

In your config, the [default] will correspond to the 'context=SomeContext'
in your /etc/asterisk/zapata.conf

Check out the docs on voip-info.org for details on all the parameters,
sample configs and lots of different recipes for specific purposes.

Caveat: If you're running Trixbox, FreePBX or some other GUI management
software, then this advice doesn't apply.  You should find the setting in
the GUI and avoid messing with your config files until you're certain of
what you're doing.

Good luck,
Dave

On 6/10/07, Dave Donovan <[EMAIL PROTECTED]> wrote:

You'll likely find that in your extensions.conf in /etc/asterisk

There are endless possible configurations but in most plain setups with a
zaptel card, you'll see something that looks like:

[default]
exten => s,1, wait(8), dial(zap.......

You want to change that wait parameter to 60 because full ring cycle is 6
seconds (2 on + 4 off).

In your config, the [default] will correspond to the 'context=SomeContext'
in your /etc/asterisk/zapata.conf

Check out the docs on voip-info.org for details on all the parameters,
sample configs and lots of different recipes for specific purposes.

Caveat: If you're running Trixbox, FreePBX or some other GUI management
software, then this advice doesn't apply.  You should find the setting in
the GUI and avoid messing with your config files until you're certain of
what you're doing.

Good luck,
Dave

On 6/10/07, gcc gcc <[EMAIL PROTECTED]> wrote:
>
> Hi everyone; what configuration file should I change to make this zaptel
> card to wait for 10 rings before it tries to pick up the line?
>
> _________________________________________________________________
> See Fireworks On Live Image Search
>
> http://search.live.com/images/results.aspx?q=Fireworks&mkt=en-ca&FORM=SERNEP
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to