Displaying 20 results from an estimated 100 matches similar to: "Queue to queue transfer error"
2010 May 19
2
a2billing DID and Queues
Hi all,
I have configured asterisk and a2billing.for inbound i have also configured
did and its forwarded to sip extensions.
But i want to enable queues with inbound numbers(DID).But i could not find a
way to do this in a2billing.
I want enable that if some did comes to asterisk/a2billing it should be
forwarded to queues not sip extensions and
their i want to enable hunting so if one
2010 Dec 20
1
Maildir and Solaris UFS acls
I have a centrally located shared imap folder location. We have several
maildir folders with different file system permissions. They are for
several groups of people who are loosely related for support purposes.
All mail gets delivered to queue1 just fine. The files are group
writable by group1. Some of the mail gets moved via imap to queue2.
Queue2's maildir tree is configured with
2005 Jun 07
0
AgentCallbackLogin (logout)
Hi
Trying to get logout by dialling an extension sorted
out.
Thought the it worked was agent logs in and logs off
on an extension clears any previous agents currently
on that extension like:
1. agent 1 login to extension1
2. agent 2 login to extension1
3. agent 2 logout
agent 1 and 2 logged out
Is this how it should work? I am using current cvs.
Thanks
Jack
agent => 0,,nullagent
agent
2007 Feb 22
1
Answer() command?
hi,
is there anyway to Answer() the caller channel after the called number
pickedup the phone.
when an outside caller calls * system just continue ringing and not pick up
the line and just dial an extension and then answer the caller channel after
the called extension picked up the phone.
is this possible in *?
something like this:
[incoming]
exten => s,1,NoOp()
exten => s,n,Dial(SIP/120)
2014 Dec 19
2
Pickup/steal calls
Hi. I am replacing a legacy Alcatel PBX for asterisk and now i'm facing a request i can't answer yet: I need to replicate the "Call Pickup" function from Alcatel, mostly when used by a secretary picking up a call from his manager. The pickup function, as i'm already using her is not enough, i need the pickedup number to be shown in the secretary phone. Is this doable, using
2014 Dec 19
0
Pickup/steal calls
On Fri, Dec 19, 2014 at 9:01 AM, Rui Mota <ruimota at gmail.com> wrote:
>
> Hi. I am replacing a legacy Alcatel PBX for asterisk and now i'm facing a
> request i can't answer yet: I need to replicate the "Call Pickup" function
> from Alcatel, mostly when used by a secretary picking up a call from his
> manager. The pickup function, as i'm already using
2005 May 12
0
HTB and IPv6
Hi,
I''m trying to use HTB for IPv6 packets. In the LARTC archive I found a
thread on this issue where a solution was described. The idea is to mark
a user-defined chain then use the fwmark for filtering. However my
attempt wasn''t successful. I''m thinking of trying my luck with the u32
filter. This is what I did, any comment is greatly appreciated. Thank
you all.
tc
2008 Nov 28
1
Priority between calls from different queues
Hi!
I want to know the way that calls are answer in this case...
I have queue1 and queue2, one agent that receive call from both queues.
queue1 <- call1
queue1 <- call2
queue2 <- call3
queue2 <- call4
In my test the agent answer calls in this order: call1,call3,call2 and
call4.
I think this must be in this order call1,call2, call3, call4 like a big
FIFO.
Its ok this behavior?
Could
2006 Dec 28
1
Re: Asterisk Queues
Hi,
Well, in our case, it seems that the issue was being caused by
announcements. That is, someone in QUEUE1 would be waiting 15
minutes.. and QUEUE2 would be waiting 5 minutes. The person in
QUEUE1 would be listening to 'we're sorry you are holding so long, if
you'd like to leave a message, press 1 now.. otherwise continue to
hold'... and while they were listening to that an
2012 Jun 21
0
Opus and WebM support have landed
Hi Ralph,
On 17/06/2012 23:04, Ralph Giles wrote:
> On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
>
>> A few months ago, when you released libshout 2.3.0, you talked about a hacked
>> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
>> live, could you please share your patch so that I can test it against Icecast
>> trunk and some
2004 Aug 24
3
ex-girlfriend logic not working in latest CVS?
Ex-girlfriend logic not working in latest CVS?
Incoming sip calls don't work. Anyone else seen this
problem?
Extension logic looks good:
exten => 6153248305/_931NXXXXXXX,1,Queue(queue1);
exten => 6153248305/_615NXXXXXXX,1,Queue(queue2);
;exten => 6153248305,1,Queue(queue3);
show dialplan looks good:
-- Added extension '6153248305' priority 1 (CID match
1998 Apr 14
3
Printer queue problem (LPRng 3.4.2, Samba 1.9.18p4, Solaris 2.5.1/2.6)
I've been having a problem with Win95 clients watching a printer queue on
the Samba server (called labserv2). labserv2 is a Solaris 2.5.1 machine
running samba 1.9.18p4. The printing system is LPRng 3.4.2.
A user can watch the printer queue from a Win95 client machine. However,
when the printer queue gets backed up (usually about 12 jobs), the queue
window locks. The corresponding smbd
2007 Jul 01
3
Suppress MusicOnHold in Queue
I want callers to go into the queue(s) and just hear ringing instead of MOH.
Is this possible?
exten => 200,1,Ringing()
exten => 200,n,Queue(queue1|t|||15)
exten => 200,n,Queue(queue2|t|||15)
It looks to me like MOH is built-in to the queue, but if anybody knows
otherwise please speak up!
2007 Jan 05
4
How To Spec Controllers with Finders
Given this code (which renders rjs), I''m faced with the fixture-
driven way of spec-ing or mocking. How the heck to you mock this so
the code at line (2) and (4) work right? I''m still struggling with
mocks but it seems like this can be done. Forgive the naivety of this
question.
1. def change_quantity
2. @line_item = LineItem.find_by_id(params[:id])
3. unless
2005 Aug 08
0
queue-hold time + weight in astersk+acd
Hello list,
There seem to be some problem with the ACD of asterisk
where when we use this parameter in queues.conf .
We could not get any announcement as expected.
Iam useing the latest CVS-head
Even weight also doesnot seem to work properly
I tried like this where we have two queues one with
100
weight and another with 200 as weight when both enter
into the queue when queue is empty when
2006 Feb 08
0
agents.conf
One simple question. I'm using asterisk 1.2.1, can one agent be defined
in more than one group?
Example:
group=1 ; queue1
agent => 401,401,Tomislav Parcina
agent => 402,402,Katarina Ivanisevic
agent => 403,403,Sasa Juginovic
group=2 ; queue2
agent => 401,401,Tomislav Parcina
agent => 402,402,Katarina Ivanisevic
agent => 404,404,Marija Bilic
agent => 405,405,Ana
2006 Dec 04
0
Addqueuemember and roaming users problem.
Hi,
I'm having hard time to emulate agencallbacklogin. Agent can logon
and receive call without any problem using addqueuemember. The problem comes
when I try to evaluate their performance using queuemetrics. Here is an
exemple of my log script:
;Agent Login
exten => _60XXX,1,Macro(agentLogin)
[macro-agentlogin]
exten => standard,1,AddQueueMember(queue1) exten =>
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi,
I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and
have the following test results to share.
Summary below, full log at:
http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt
The only edits required were those I posted to llvm-commits yesterday (re:
"some missing clang libs"). And I also edited LitConfig.py to point to
1999 Jun 20
0
Problems with printing=plp
Hello,
i've some problems with the plp printer spooler on linux:
I changed from bsd printing to plp printing.
Previously (with bsd style printing) i was able to browse and delete active
printjobs, stop and activate printers from within the win9x/winnt boxes.
After changing to plp this is no longer possible. The printjobs themself are
still printed.
Some output in the log.smb (with debug
2009 Nov 18
2
Move listeners problems
Thanks for responding! Yes, I'm using gstreamer and I'm simply
broadcasting the test video source. The only difference between the
mountpoints is the mount-option to the shout2send-sink, test.ogg and
test2.ogg.
BR,
/Mathias
gst-launch-0.10 videotestsrc \
! stamp sync-margin=1 sync-interval=1 \
! video/x-raw-yuv,width=640,height=480,framerate=10/1 \
! queue \
!