search for: qcall

Displaying 9 results from an estimated 9 matches for "qcall".

Did you mean: call
2006 Jun 06
0
pbx_spool - outgoing qcall failure upon call progress
Does anybody have a work around for this problem. I create a call file in /var/spool/asterisk/outgoing and Asterisk picks it up and starts placing the call. However if the called channel provides any sort of progress indication (such as a SIP or IAX channel indicating ringing that causes the console to say "SIP/xxxx is ringing") the code in pbx_spool.c indicates a call failure and
2004 Aug 16
1
Performance testing of asterisk
We are trying to set up some scripts to test asterisk under various loads. What we are doing is trying to load a bunch of calls in to various queues atuomatically from various numbers etc so we can see how it behaves. I think we can do this by loading files in to the var/spool/asterisk/qcall directory. However the format of this file has a field named identifier which appears to be a file of some sort in some location. 1. Are we going about this in the correct direction? 2. Can someone explain what the fields in the file in qcall are and what identifier should be? Thanks Tom
2014 Feb 26
1
help with gotoExitingHandler(R_NilValue, call, entry); . Implementation of error handling internally
...DR(list); strncpy(buf, localbuf, BUFSIZE - 1); /* Rvsnprintf(buf, BUFSIZE - 1, format, ap);*/ buf[BUFSIZE - 1] = 0; if (IS_CALLING_ENTRY(entry)) { if (ENTRY_HANDLER(entry) == R_RestartToken) return; /* go to default error handling; do not reset stack */ else { SEXP hooksym, hcall, qcall; /* protect oldstack here, not outside loop, so handler stack gets unwound in case error is protect stack overflow */ PROTECT(oldstack); hooksym = install(".handleSimpleError"); PROTECT(qcall = LCONS(R_QuoteSymbol, LCONS(call, R_NilValue))); PROTECT(hcall = L...
2005 Jul 06
8
Emergency Asterisk Guru Help needed EMERGENCY
911 Help! I accidentially deleted all directories under /var/spool/asterisk I did use the backup facility not too long ago but cannot find the process for restore. However, I don't believe a full restore is needed -- I just need to know the names of the directories under /var/spool/asterisk and re-create them (I hope!). Can some kind soul give me some direction or tell me the directory
2005 Jan 05
1
ASTCC Compiling Problem
...risk-perl-0.08]# perl Makefile.PL Writing Makefile for asterisk-perl [root@pbx asterisk-perl-0.08]# make all cp lib/Asterisk/Manager.pm blib/lib/Asterisk/Manager.pm cp lib/Asterisk/Voicemail.pm blib/lib/Asterisk/Voicemail.pm cp lib/Asterisk/Outgoing.pm blib/lib/Asterisk/Outgoing.pm cp lib/Asterisk/QCall.pm blib/lib/Asterisk/QCall.pm cp lib/Asterisk.pm blib/lib/Asterisk.pm cp lib/Asterisk/AGI.pm blib/lib/Asterisk/AGI.pm Manifying blib/man3/Asterisk::Voicemail.3pm Manifying blib/man3/Asterisk::Manager.3pm Manifying blib/man3/Asterisk::Outgoing.3pm Manifying blib/man3/Asterisk::AGI.3pm [root@pbx aste...
2003 Dec 04
1
Implementing a ringback test function for Zap channels
...ing to use another channel in another room. The way I'd like to implement this is to dial a test extension, get a tone, hang up, then one second later, have the system call me back at that extension. There is a way to do this which is mentioned in the Asterisk white paper, but it uses the old qcall mechanism which is depreciated. Is there any way to do this with extension logic, or will it require writing a specialized app, or AGI script? Steve.
2003 Jun 10
2
paging system (long)
I'm back on the paging again - still can't get it working as I wish. I have listed two attempts below where I run into basically the same problem [pagejon] - I drop a file in the spool directory that starts that context, I must use a device though that the outbound call is placed by. The phones ring, and when picked up get connected to the device I specify - the festival stuff is
2005 Aug 15
1
permission denied when monitoring channel OSS/dsp
...4 14:40 .. drwxr-xr-x 2 root root 4096 Jul 8 09:40 dictate drwxr-xr-x 2 root root 4096 Jul 8 09:40 meetme drwxr-x--- 2 asterisk asterisk 4096 Aug 9 10:32 monitor drwx------ 2 root root 4096 Jul 4 16:56 outgoing drwxr----- 2 root root 4096 Jul 4 16:56 qcall drwxr-xr-x 2 root root 4096 Jul 8 09:40 system drwxr-xr-x 2 asterisk asterisk 4096 Mar 21 12:23 tmp lrwxrwxrwx 1 root root 37 Jul 13 10:08 vm -> /var/spool/asterisk/voicemail/default drwxr-xr-x 3 asterisk asterisk 4096 Jul 4 16:53 voicemail So, there shouldn't b...
2008 May 27
0
Incorrect/incomplete group information when authenticating against AD
...r is incomplete on newsys. Here's the output from each system for one user: oldsys # id Tiger uid=10353(tiger) gid=10001(Domain Users) groups=10001(Domain Users),10008(Domain Admins),10004(Services),10012(Compbio),10016(Admin),10020(Techserv), 10023(Inkjet),10024(Sysadmin),10063(IFRpan),10048(qcall) newsys # id Tiger uid=10004(tiger) gid=10000(domain users) groups=10000(domain users) Not only is the newsys group list much shorter, but also the "Domain Users" group is a different gid and the user has a different uid. There is no user "Tiger" in the passwd database on eith...