search for: totalsil

Displaying 4 results from an estimated 4 matches for "totalsil".

Did you mean: totals
2005 Mar 25
4
Openloop disconnect?
...39;t find anything. Is openloop disconnect supported by zaptel/wcfxo drivers? Other question: maxsilence and silencethreshold don't seem to have any effect on voicemail. Could it be possible that in certain situation it just wont work? I tried adding some verbose in app.c to have the totalsilent variable printed out and it remains a 0 forever. Finaly, does callprogress=yes should be working down here in Canada? Actually, everything seems to be broken (the wildcard x100p or the zaptel drivers plus a combination of many libraries/etc). Thank you for your quick answer, Dave
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
...Has anybody noticed this, too? Since I don't know the code, I cannot suggest a fix, but maybe someone who does is listening? :) For testing purposes, I changed the source line to if (len) accum /= len; Manfred #0 0x080a3178 in __ast_dsp_silence (dsp=0x9eb6980, s=0x9e2593c, len=0, totalsilence=0x0) at dsp.c:1235 #1 0x080a12ec in ast_dsp_process (chan=0x9e75ab8, dsp=0x9eb6980, af=0x9e258cc) at dsp.c:1468 #2 0x00b89ade in i4l_read (p=0x9e257c0) at chan_modem_i4l.c:451 #3 0x008f59fb in modem_read (ast=0x0) at chan_modem.c:484 #4 0x0805b1fa in ast_read (chan=0x9e75ab8) at channel.c:1...
2003 Dec 03
0
BOOM! Crash when trying to use SIPDtmfMode on an outgoing call!
...lse/18882245408 -- Call accepted by 66.234.228.132 (format ULAW) -- Format for call is ULAW -- IAX2[voicepulse]/3 stopped sounds Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 278546 (LWP 4192)] 0x0808c75d in __ast_dsp_silence (dsp=0x0, s=0xbd7fe774, len=160, totalsilence=0x0) at dsp.c:969 969 if (accum < dsp->threshold) { (gdb) Quit
2005 Mar 25
0
Asterisk vs silence detection
I modified app.c to print out the totalsilence when recording the message in the voicemail and ... dspsilence=0 dspsilence=0 dspsilence=0 it always equals 0... maxsilence=8 silencethreshold=128 My line seems to be pretty silent... (and it also doesn't detect silence...) any hints? I'm having some problems.. Could it be...