On Wednesday 29 December 2004 17:22, Adam Goryachev wrote:
> On Thu, 2004-12-30 at 09:32, Lane wrote:
> > I've been working on the local side of asterisk for several days, and I
> > have the in-house dial plan pretty well corn fingered to my satisfaction.
> >
> > Today I began working on the other
On Wednesday 29 December 2004 16:50, C F wrote:
> I don't know anything about the other problems, but the heysupid is
> because * is dialing too fast change the command to:
> exten => whatever,whatever, Dial(zap/g1/ww2234791)
> this will insert a pause of half a second for each w before dialing.
>
On Thu, 2004-12-30 at 09:32, Lane wrote:
> I've been working on the local side of asterisk for several days, and I have
> the in-house dial plan pretty well corn fingered to my satisfaction.
>
> Today I began working on the other side to make asterisk do things like place
> an outgoing call to P
I don't know anything about the other problems, but the heysupid is
because * is dialing too fast change the command to:
exten => whatever,whatever, Dial(zap/g1/ww2234791)
this will insert a pause of half a second for each w before dialing.
On Wed, 29 Dec 2004 16:32:40 -0600, Lane <[EMAIL PROTECT
I've been working on the local side of asterisk for several days, and I have
the in-house dial plan pretty well corn fingered to my satisfaction.
Today I began working on the other side to make asterisk do things like place
an outgoing call to PSTN and route an incoming call from PSTN.
I'm usi