search for: seandarci

Displaying 6 results from an estimated 6 matches for "seandarci".

Did you mean: seandarcy
2009 May 14
3
how to avoid call waiting? Or check DIALSTATUS before Dial()?
I have two internal analogue extensions off a TDM400P. If the first is busy, I'd like to ring the second. So: [incoming] exten =>s,1,Answer() exten =>s,n,Dial(${mainline},60) exten =>s,n,ExecIf($["${DIALSTATUS}" = "BUSY"]?Dial(${secondline},30)) But it doesn't work because * first tries Call Waiting on the main line. Here I dial out: -- Starting
2010 Oct 18
0
Asterisk 1.8.0 Release Candidate 4 Now Available
The Asterisk Development Team has announced the fourth release candidate of Asterisk 1.8.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With all currently 1.8.0 blocker issues closed, Asterisk 1.8.0-rc4 is currently scheduled to become the full release of Asterisk 1.8.0. All interested users of Asterisk are encouraged to
2010 Oct 18
0
Asterisk 1.8.0 Release Candidate 4 Now Available
The Asterisk Development Team has announced the fourth release candidate of Asterisk 1.8.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ With all currently 1.8.0 blocker issues closed, Asterisk 1.8.0-rc4 is currently scheduled to become the full release of Asterisk 1.8.0. All interested users of Asterisk are encouraged to
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