[Amportal-users] freePBX and WaitForDigits [SOLVED]

Carsten Maass wrote:

[quote] I recently switched from zaphfc to mISDN, just to find out that
overlapdial for outgoing SIP-calls doesn’t work anymore. I searched
Google and found out, that I have to use the WaitForDigits application,
which comes with the install-misdn-mqueue.tar.gz tarball from Beronet.
The downfall of this solution seems to be, that I have to insert it into
my extension.conf by hand.

So here comes my question: Is it possible to use the WaitForDigits
application within freePBX without editing the extension.conf by hand?
[/quote]
Just for the archives i reply to myself.

I solved this problem by adding the following lines to
/etc/asterisk/extensions_custom.conf:

; Workaround for overlap dialing
[from-internal-custom]
exten => _X.,1,WaitForDigits(4000)
exten => _X.,n,GoTo(from-internal-additional,${EXTEN},1)

Have fun,
Carsten.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)