Displaying 20 results from an estimated 3000 matches similar to: "1.4.23 + Realtime Queues/Agents NOT via SIP"
2009 Mar 14
3
TRANSFER EVENT ON QUEUE_LOG
Hi,
Anyone knows if TRANSFER event on queue_log is still working on 1.6.0.6.
I make an attended transfer (asterisk feature), and I cant see the event.
Any idea? Should I submit a bug report?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090313/eb5a7ea0/attachment.htm
2009 Mar 22
1
make script 1.6.0.6 breaks up, need help!
Hi people!
I need help according getting asterisk 1.6.0.6 installed. I posted to
digium, but it seems to be that it is not an error, but either I am not
getting smart what I have to do, to get it solved (configured and
installed as well).
./configure
make
gets me this output:
In file included from /usr/local/include/datatypes.h:50,
from /usr/local/include/err.h:49,
2006 May 17
4
Variable Inheritance - Set in Child, Read by Parent
Here's what I'm doing:
1. I set __FOO=0 in the current context.
2. I use Dial() and the M(testvar) macro call.
3. The macro-testvar can see ${FOO} just fine.
4. the macro-testvar modifies FOO. I tried:
Set(__FOO=1)
Set(_FOO=1)
Set(FOO=1)
5. When the Dial()ed call hangs up, and the original context continues,
FOO is still 0.
2010 May 10
1
Continue dialplan is source channel hangs up
Hi, does anyone know if there is an equivalent dial option for the
source channel to the g option? I've had a good look and can't find
one.
g - Proceed with dialplan execution at the current extension if the
destination channel hangs up.
Thanks
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 24
1
Asterisk 1.6.2 Beta
Hi all,
I have not used Asterisk for some time, but decieed to have a go with it again. I noticed that some commands have been changed, where can one find a list of them except for the help command?
I want to simulate a phone like I could do in previous versions of Asterisk so i can type dial and an extension from the Asterisk CLI.
Many thanks,
Christian
2006 Apr 20
2
Cubix Softphone + Asterisk 1.2.6
I've tried Idefisk and Cubix Softphones, and they both work fine, except
for two issues:
1. Idefisk seems to have a longer delay between the time I can hit
tones, and
2. Cubix, while can send DTMF faster, never actually connects to an
Asterisk-dialed call -- I can't hear the party who answers.
#2 has been asked but unanswered here:
2006 Jun 20
1
AGI: Dial and Recording my own CDR
Hi folks --
I have a FastAGI Perl script running, handling calls. It works great.
At one point I have a Dial() command. If the called party hangs up, Dial()
returns 0, and when I call my own recordCdr() function using the channel
variables ANSWEREDTIME, DIALEDTIME and DIALSTATUS, everything is fine.
However, if the called party picks up, and then the dialing party hangs up
Dial() returns -1,
2009 Jul 21
3
DO NOT REPLY [Bug 6569] New: chmod-temp-dir fails on QNX
https://bugzilla.samba.org/show_bug.cgi?id=6569
Summary: chmod-temp-dir fails on QNX
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: mkraai at beckman.com
2002 Jan 22
1
lme and mixed effects
Dear r-help,
With lme, is there a way to specify multiple fixed factors under one level of grouping?
For example, for a single fixed factor, I use the following:
fm1.lme <- lme(fixed=resp ~ fact1, random=~1|subj/fact1, data=mydata)
I would like to have multiple factors under subj, like the following
for a two-way design, but I get an error:
fm2.lme <- lme(fixed=resp ~ fact1*fact2,
2006 Dec 20
2
\Sexpr in MikTex
Greetings, \Sexpr{} has worked on MikTex with earlier versions of R, I can not seem to get it to work with
R-2.4.0. I run Sweave with MikTex using the following statement in Run under Accessories.
latex -include-directory="C:\Program Files\R\R-2.4.0\share\texmf" "C:\Documents and Settings\Suzette\Desktop\MyFile\MyProgram.tex"
Any advice would be much appreciated,
Suzette
2002 Sep 01
2
rsync error: unexplained error
I believe I have found the cause of the unexplained error (code ??) at main.c(line #). In the version I'm running 2.5.2 (obtained from the Free Software Foundation) the line number is 576. It appears the root cause is related to a race condition associated with the termination of child processes.
If the signal handler for SIGCHILD is executed, as the result of a child termination, before the
2001 Nov 07
3
samba PDC with NIS, or other solution?
We have a network with Windows NT/2000, SGI's, Linux, Macintosh, AIX. Our
user account/passwords for all our machines is handled by NIS on an AIX
machine.
Our unix machines autheticate through NIS. Our windows machines
authenticate by loging on to an NT server acting as the PDC, and that PDC
has a service installed on it called "WinDD NIS" (made by Tektronix I
think) which contacts
2007 May 30
3
sizing and saving graphics in R
Dear R wizards,
I am seeking advice on graphics in R. Specifically, how to manipulate
the size and save a plot I have produced using the LDheatmap library.
I confess I am relatively new to graphics in R, but I would greatly
appreciate any suggestions you may have.
LDheatmap produces a coloured triangular matrix of pairwise
associations between 600 genetic markers in my dataset.
2009 Dec 18
1
wrapuptime?
Hi!
Trying to understand how wrapuptime is working...
I have written a small php script that let agents log in/out
off a queue. That part is working as a clock but wrapuptime
is not doing what I expect.
Input Interi?r - Queue Manager
0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (5s
holdtime, 94s talktime), W:0, C:8, A:1, SL:0.0% within 0s
Members:
SIP/0317998971
2005 Jul 08
1
filesystem fragmentation stats?
Let me preface this by saying "Yes, I know *nix filesystems don't need
to worry about fragmentation".
That said, is there a way to check the overall level of fragmentation of
a live ext3 filesystem? I know about filefrag, but that's for specific
files. And I think e2fsck tells you, but only if you take the
filesystem offline for the scan. Is there anything that will give
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro
called from a feature (1.4.25, addons 1.4.8).
I have a feature code:
autorecord => *1,self,Macro,apprecord
The apprecord macro looks like:
[macro-apprecord]
exten => s,1,Playback(beep)
exten =>
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
I'm building an app that will do the following:
1. Force the caller to record their name.
2. Dial the party to call.
3. Play a short menu:
1 = Accept Call
2 = Decline Call, go to VM if available
3 = Accept Call forever, never ask again
4 = Decline Call forever, block number, get rid of caller
4. do things based on that choice.
I'm
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote
>
>;Pause/unpause Queue
>exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)})
>exten => 424,2,Playback(unavailable)
>exten => 424,3,Hangup
>exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)})
>exten => 425,2,Playback(available)
>exten => 425,3,Hangup
>
Following your suggestion and a number of postings and articles I have
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
=================================================================
"I don't know anything about music.
In my line you don't have to."
Elvis Presley
=================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.4.
Major enhancements in Samba 3.4.1 include:
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
=================================================================
"I don't know anything about music.
In my line you don't have to."
Elvis Presley
=================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.4.
Major enhancements in Samba 3.4.1 include: