Displaying 1 result from an estimated 1 matches for "dahdi_default_flashtime".
2011 Feb 27
1
[Dahdi 2.4.0] Flash() hangs up
...t; key on European handsets) so I can put a call on hold, dial a
second number, and set up a conference call.
By default, linux/include/dahdi/kernel.h sets the flashtime to 750ms,
which appears to be too long for European telcos, as they seem to
expect a line cut of about 100ms.
After editing the DAHDI_DEFAULT_FLASHTIME accordingly, I
recompiled/upgraded Dahdi, and ran the script, but Flash() still hangs
up the call:
===========
[from_fxo]
exten => s,1,Wait(2)
exten => s,n,Set(GLOBAL(CID)=${CALLERID(num)})
exten => s,n,Hangup()
exten => h,1,system(/var/tmp/test10.lua ${CID}&)
[callback]
exten =&...