search for: testcal

Displaying 20 results from an estimated 28 matches for "testcal".

Did you mean: testcall
2007 Nov 05
1
Testcall
# ./testcall testcall.conf Chan 1, class 'mfcr2', variant 'ar,10,4', end 1, caller 0, from '30025860' to '013331339767' Chan 2, class 'mfcr2', variant 'ar,10,4', end 1, caller 0, from '30025861' to '013331339768' Chan 3, class 'mfcr2', va...
2004 Sep 26
0
Error Compiling libunicall for MFC/R2 with spandsp
Guys, when compiling libunicall i have these errors. Any idea? creating libunicall.la (cd .libs && rm -f libunicall.la && ln -s ../libunicall.la libunicall.la) if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT testcall.o -MD -MP -MF ".deps/testcall.Tpo" -c -o testcall.o testcall.c; \ then mv -f ".deps/testcall.Tpo" ".deps/testcall.Po"; else rm -f ".deps/testcall.Tpo"; exit 1; fi /bin/sh ./libtool --mode=link gcc -g -O2 -o testcall testcall.o -lunicall -lspandsp -...
2006 Oct 11
1
compiling libunicall
hola a todos de nuevo, tengo el siguiente error cuando compilo el libunicall despues de compilar spandsp y libsupertone. esto es en fedora 5 hello to all, I have the following error again when I compile libunicall after compiling spandsp and libsupertone. this is in fedora 5 testcall.o: In function `handle_uc_event': /root/asterisk/mfc/libunicall/testcall.c:515: undefined reference to `dtmf_put' /root/asterisk/mfc/libunicall/testcall.c:500: undefined reference to `dtmf_put' testcall.o: In function `channel_read_file': /root/asterisk/mfc/libunicall/testcall.c:14...
2008 Feb 28
1
Unicall mfcr2 testcall issues in mexico outgoing:ok | incoming: fail.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a astunicall-1.4 setup with a te110p to a nortel pbx in Mexico. (Hate R2!). This is what I get when trying to call to * box using testcall: ./testcall Chan 31, class 'mfcr2', variant 'mx,20,4', end 0, caller 0, from '' to '' Loading protocol mfcr2 Thread for channel 0 MFC/R2 Chan 31: Call control(9) MFC/R2 Chan 31: Unblock MFC/R2 Chan 31: 1001 -> [1/BLOCKED /Idle /Idle ] M...
2000 Jul 05
2
couldn't find function "..."
...mand. function(Mean, SD, N, Sig) { if (N > 30) { Zscore <- pnorm(Sig)} else {Zscore <- pt(Sig,N-1)} Zscore UpperCI <- Mean + Zscore * SD / sqrt(N) UpperCI LowerCI <- Mean - Zscore * SD / sqrt(N) LowerCI } ...with no error. Next I write the function call "testcall": testcall <- call('CIfunc', prescan10$F532Mean, prescan10$F532SD, prescan10$FPixels, 0.95) ...with no error. testcall CIfunc(c(189, 238, 363, 869, 585, 350, 3624, 290, 436, 517), c(63, 58, 66, 127, 78, 46, 1452, 72, 83, 55), c(120, 120, 120, 120, 120, 120, 120, 120, 120, 120),...
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
...working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3 platforms: testcall runs on Linux, Windows and Mac OSX. I've been using it for a day now, and the quality is pretty good, of course it does depend on the sound hardware you're using, etc. testcall is a simple command-line app, which is just a test interface...
2007 May 28
2
S4 object slot of type 'call'
I'm using an S4 object with a slot of type 'call': I would like to be able to initialize it with something like NULL or NA (indicating that there is no information in the slot) but the value should comply with the fact that it must be of type call. Is there any simple way to obtain this? Thanks for any hint, Roberto -- <r/> | Roberto Brunelli - [scientist at Fondazione
2000 Jul 06
0
Fwd: Re: couldn't find function ...
...ore > > > > UpperCI <- Mean + Zscore * SD / sqrt(N) > > UpperCI > > > > LowerCI <- Mean - Zscore * SD / sqrt(N) > > LowerCI > > > > } > > > > ...with no error. > > > > Next I write the function call "testcall": > > > > testcall <- call('CIfunc', prescan10$F532Mean, prescan10$F532SD, > > prescan10$FPixels, 0.95) > > > > ...with no error. > > > > testcall CIfunc(c(189, 238, 363, 869, 585, 350, 3624, 290, 436, 517), > > c(63, 58, 66, 127,...
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a -L/d/Lib/iaxclient-2.0.1/portaudio-1.9/lib.libs -L/d/Lib/iaxclient-2.0.1/speex-1.2beta1/libspeex/.libs -L/d/Li...
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
...Floor, Boston, + * MA 02110-1301, USA. A copy of the GNU General Public License is + * also available at http://www.gnu.org/copyleft/gpl.html. + */ + +#include "testmultiplexer.h" + +#include "virtio/multiplexer.h" + +#include <cppunit/TestAssert.h> +#include <cppunit/TestCaller.h> +#include <cppunit/TestResult.h> +#include <cppunit/TestSuite.h> +#include <cppunit/ui/text/TestRunner.h> + +const string APINAME("testapifunction"); + +const char* +test_callback_function(const char* input) +{ + return input; +} + +TestMultiplexer::TestMultipl...
2006 May 24
2
TE406P - MFC/R2
Guys, I'm trying to configure a TE406P with MFC/R2. here goes my zaptel.conf: span=1,0,0,ccs,hdb3,crc4 cas=1-15:1101 dchan=16 cas=17-31:1101 span=2,0,0,ccs,hdb3,crc4 cas=32-46:1101 dchan=47 cas=48-62:1101 The first strange behavior is that the: zap show status shows this: Description Alarms IRQ bpviol CRC4 T4XXP (PCI) Card 0 Span 1
2011 Jan 17
1
app_calendar and SSL
Hi, Over the weekend tried to setup a test using the new app_calendar code but receiving the following error: [Jan 17 09:23:35] WARNING[27663]: res_calendar_icalendar.c:146 fetch_icalendar: Unable to retrieve iCalendar 'testcal' from 'https://office.test.net/home/teamshare at test.net/Calendar/': Server certificate verification failed: issuer is not trusted The target server is using a self signed cert so where would one store the PEM on the Asterisk server for the calendar app to find it ? -- Thanks, Phil
2004 Nov 26
0
^5 problem with chan_unicall.c for Asterisk
...least the latest version of spandsp, libunicall and libmfcr2 can be compiled against the correct libtiff installation. The libspandsp should be installed first among all others as libunicall and libmfcr2 requires libspandsp (though Steve's web starts from libunicall). 4. I still cannot run TESTCALL application correctly for Brazil, though. I wonder if this happens country specific or not, so please input your result in your country's implementation. HOSIN kaws elchamal <alfdz16@hotmail.com> wrote: hello HO SIN thank you l'll try this solution and i'll inform you See...
2007 Mar 16
1
Problems with MFCR2 and Meridian
...Nortel Meridian using an E1 with MRFR2 signaling. I've connected both cards, and compiled all the required software... The problem is every call (outgoing or incoming) got dropped, complaining about some "T1 timed out" Only for testing purposes I'm using an application called testcall included on the lib-unicall package, and this are the logs: Chan 1, class 'mfcr2', variant 'mx,0,4', end 335544324, caller 1, from '7000' to '6640' Loading protocol mfcr2 Thread for channel 0 MFC/R2 Chan 1: Call control(8) MFC/R2 Chan 1: Unblock MFC/R2 Chan...
2019 Nov 16
2
Asterisk 16.6.1: PJSIP: delayed action of core since update to 16.6.1
...ges then (some kind of different octave/tune, don't know) when the asterisk core reports [Nov 15 13:21:24] == Using SIP RTP Audio TOS bits 184 (see below). It is here approx 10 seconds, but there are situations were it might more (as observed). the host has no further load so far! Incoming testcalls we made from wireless/mobile show the same. It seems, asterisk is acting as a black hole delaying device for approx 10 seconds until it decides to pass the call through to an endpoint and then it takes another 10 seconds until the endpoint starts ringing (it is in fact a group of phones ringing a...
2005 Jan 18
1
Asterisk - libunicall - MFCr2 *** settings problems ??? ***
Dear Steve and *.* e1r2 developers and users, now MFCR2 is successfully installed! many thanks for your help. I'm living in Argelia. I have configure my MFCR2 according argentina R2 settigs. (look at the end of the message) the testcall run perfectly (only warnings and I think that is just debug). but I have many problems and when I run Asterisk-MFCR2, generally in the begging no errors occures. after random time many inopportune errors occures: sound-cuts, dumb intervals, drop calls and disconnections!!! I think that R2 setting...
2009 Mar 26
1
IAX problem through intermediate asterisk box
...runking. B to C is not using trunking (dahdi_dummy is not working well on C for some reason - the module loads, but no /dev/dahdi is ever created). The same behavior happens when A to B is not using trunking either. Usually only 1 call is being placed at a time. An interesting thing happens when 2 testcalls are in progress at the same time though. If there's a call from A to B, and a call from A to C is made, once the call from A to C becomes garbled, so does the A to B call. When the A to C call is ended, the A to B call clears up. Ending the A to B call first does not improve the A to C call....
2014 Jul 10
2
[LLVMdev] Telling the optimizer a value is always null at the start
On Thu, Jul 10, 2014 at 11:29 AM, Philip Reames <listmail at philipreames.com> wrote: > Hm, I don't know of an explicit way in the IR to do this. If anyone else > does, feel free to chime in. > > One approach would be to add a branch at the beginning of the function to an > unreachable block. If you're testeh function started with: > if( *ex != null)
2007 Sep 05
4
ztcfg error : TE110p error with " CAS signalling on span 1 conflicts with HDLC with ...
Dear All, I'm integrating avaya commuication manager difinity ver 1.0 with asterisk using B2B E1. following are the details of my H/W, zaptel configs and software installed. Digium TE110p asterisk 1.2.19 cent OS 4.4 zaptel 1.2.18 libpri 1.2.4 etc/zaptel.conf span=1,0,0,cas,hdb3 bchan=1-15,17-31 dchan=16 when i ztcfg -vvv im having this error message and the E1 is not getting up. "cas
2004 Nov 25
0
probleme with running lib_unicall with asterisk
...to users who rub libunicall on asterisk succefuly ... my first question is: what is the version of linux you use to make asterisk run with the new libunicall? and what is the version of asterisk? my problem is as follows: with version FC3 I have success to run libunicall without problem, the testcall run perfectly well. askterisk run without problem on the network. I patch asterisk in this way: patch - p1 < channels_makefile.patch is it the good way to patch it? after the patch, I complie asterisk without problem I configure the unicall.conf as needs. compiling asterisk patched dont gen...