Displaying 6 results from an estimated 6 matches for "seandarcy".
Did you mean:
seandarcy2
2009 May 14
3
how to avoid call waiting? Or check DIALSTATUS before Dial()?
...929 requested special control 20, passing it to DAHDI/1-2
-- DAHDI/1-2 is ringing
-- IAX2/nhi-10929 requested special control 20, passing it to DAHDI/1-2
-- IAX2/nhi-10929 requested special control 20, passing it to DAHDI/1-2
-- CPE supports Call Waiting Caller*ID. Sending 'Seandarcy/212 573
1432'
Is there a way to check the status of a dahdi channel _before_ dialing it?
exten =>s,n,ExecIf($["DAHDI/1${DIALSTATUS}" =
"BUSY"]?Dial(${secondline},30)) ??
What's special control 20 ??
Any help appreciated.
sean
2010 Oct 18
0
Asterisk 1.8.0 Release Candidate 4 Now Available
...Reported by vrban. Patchd by dvossel)
* Documentation updates for sample configuration files.
(Closes issues #18107, #18101. Reported, patched by lathama, lmadsen)
* Resolve issue where faxdetect would only detect the first fax call in
chan_dahdi.
(Closes issue #18116. Reported by seandarcy. Patched by rmudgett)
* Resolve issue where a channel that is setup and torn down *very* quickly may
not have the right call disposition or ${DIALSTATUS}.
(Closes issue #16946. Reported by davidw. Review
https://reviewboard.asterisk.org/r/740/)
* Set TCLASS field of IPv6 header w...
2010 Oct 18
0
Asterisk 1.8.0 Release Candidate 4 Now Available
...Reported by vrban. Patchd by dvossel)
* Documentation updates for sample configuration files.
(Closes issues #18107, #18101. Reported, patched by lathama, lmadsen)
* Resolve issue where faxdetect would only detect the first fax call in
chan_dahdi.
(Closes issue #18116. Reported by seandarcy. Patched by rmudgett)
* Resolve issue where a channel that is setup and torn down *very* quickly may
not have the right call disposition or ${DIALSTATUS}.
(Closes issue #16946. Reported by davidw. Review
https://reviewboard.asterisk.org/r/740/)
* Set TCLASS field of IPv6 header w...
2003 Dec 20
0
wine-1212 build fails with kde-3.2 beta
wine-20031212-1fc1winehq.src.rpm fails here:
cd `dirname winmm/winearts/__depend__` && /usr/bin/make depend
make[2]: Entering directory
`/usr/src/redhat/BUILD/wine-20031212/dlls/winmm/wine arts'
../../../tools/makedep -I. -I. -I../../../include -I../../../include
-I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -C. a rts.c audio.c
Unknown
2004 Aug 06
1
openh323 conflict; can speex_encode take short?
openh323 speexcodec.cxx has:
BOOL SpeexCodec::EncodeFrame(BYTE * buffer, unsigned & length)
{
// convert PCM to float
float floatData[SAMPLES_PER_FRAME];
PINDEX i;
for (i = 0; i < SAMPLES_PER_FRAME; i++)
floatData[i] = sampleBuffer[i];
// encode PCM data in sampleBuffer to buffer
speex_bits_reset(bits);
speex_encode(coder_state, floatData, bits);
2004 Jan 04
2
Which ( any ) windows dlls should be moved to wine?
I'm runiing wine-20031212 on a dual boot machine. I have both win98 and
w2k installed.
Other posts have suggested these be copied. Is the the right - complete?
-set?
advapi32.dll
comctl32.dll
ddraw.dll
gdi32.dll
kernel32.dll
mfc42.dll
msvcrt.dll
ole32.dll
rpcrt4.dll
shell32.dll
shlwapi.dll
user32.dll
sean