Displaying 2 results from an estimated 2 matches for "relx".
Did you mean:
rel
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux:
source(file.choose())
I've tried source(tkgetOpenFile()) but with no luck
2008 Jul 11
0
Analog lines dtmf problem
Hi
I have a problem with dtmf recognition an analog lines connected to Sangoma
A200. The digits (in most cases the first one) are doubled and so my IVR is
useless. I tried to adjust the rxgain, toneduration and relxing the dtmf but
nothing worked. I also noticed one thing it only happens during the
background application:
exten => s,1,Background(soundfile)
exten => 111,1,Dial(SIP/111)
exten => 122,1,Dial(SIP/122)
it never happens in WaitExten application:
exten => s,1,WaitExten(25)
exten =>...