Displaying 2 results from an estimated 2 matches for "dialtone_outgoing".
2005 Feb 27
1
DISA and a long delay; ideas?
Hi,
I have just setup a DISA setup whereby people can dial in, authenticate, are
given a dialtone and can then call out.
Everything works however there is a 10 second delay after the user enters
the number and presses #, until the system does anything.
Here is the relevant section from my extensions.conf:
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 27
0
FW: DISA and a long delay; ideas?
...Everything works however there is a 10 second delay after the user enters
> the number and presses #, until the system does anything.
>
> Here is the relevant section from my extensions.conf:
>
> [dialtone]
> exten => s,1,Authenticate(1234)
> exten => s,2,DISA(no-password|dialtone_outgoing)
>
> [dialtone_outgoing]
> exten => _01.,1,Dial(${OUTGOING}/44${EXTEN:1},30,L(60000:30000:10000))
> exten => _07.,1,Playback(pbx-invalid)
<snip>
> HOWEVER there is a 10 second delay between the dialing (followed by #) and
> the system doing anything.
My first guess wo...