Displaying 20 results from an estimated 800 matches similar to: "Queue extension issues"
2005 Feb 07
2
callback agents cannot transfer calls
Hi,
my situation is: incoming call goes into the queue and is picked up by
callback agent. The agent then wants to transfer the call to another
device (another SIP phone). But 'transfer' button doesn't work and '#'
button attempts to start channel monitor. Tried with both Queue(testq)
and Queue(testq,tT).
Is it meant as a feature that agents won't transfer calls at
2006 Aug 11
2
AgentcallbackLogin()
Can someone tell me why this is not valid...
[start]
exten => 1000,1,Answer
exten => 1000,2,Wait,1
exten => 1000,3,AgentcallbackLogin(1000||2000@Local)
exten => 2000,1,Macro(DialProxy,115551212)
exten => 3000,1,Queue(testq||||45)
while this is:
[start]
exten => 1000,1,Answer
exten => 1000,2,Wait,1
exten => 1000,3,AgentcallbackLogin(1000||2000@start)
exten =>
2007 Feb 15
2
Asterisk Queues Problem
Help!
I'm (still) having issues with Asterisk Queues.
I want to implement a queue so that callers get the 'all our staff are
busy at the moment, your call has been placed in a queue and will be
answered by the first available operator. You may press 1 at any time
to leave a voicemail' announcement, then they can press 1 and leave a
voicemail.
Documentation with * 1.2.x (I'm
2002 Mar 04
1
WinMX
has anyone got WinMX to work correctly with WINE? I've got it to
install and it starts up OK, but crashes if I click on the 'Transfers'
button and won't let me search for files :(
Cheers,
John Breen
2006 Sep 21
2
Probe description does not match any probes
[Perhaps someone could rename this list to dtrace-matt-problems-discuss?]
If I run this script against my binary (which contains a USDT probe called ''concurrentq-latency''):
:::
/ probename == "concurrentq-latency" /
{
printf("[%s]:[%s]:[%s]\n", probeprov, probefunc, probename);
}
I get this output:
dtrace: script ''testq.d'' matched 46056
2007 Mar 14
7
While the VoIP-Info.org site is down...
Is it wise to use an outage to promote your business, not on the user's
list and not multiple times? Put it in your signature or something ;-)
Thanks,
Steve Totaro
http://www.asteriskhelpdesk.com
KB3OPB
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Shane Breen
> Sent: Wednesday,
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
Hi
I have some inline function C code, that llvm could be optimizing better.
Since I am new to this, I wonder if someone could give me a few pointers, how to approach this in LLVM.
Should I try to change the IR code -somehow- to get the code generator to generate better code, or should I rather go to the code generator and try to add an optimization pass ?
Thanks for any feedback.
Ciao
2006 Mar 26
0
RE: Asterisk-Users Digest, Vol 20, Issue 184
Hi Joseph,
With iax servers dispersed across the internet, you could still use the
below setup, it would work but it's not as secure as you would want it.
I would then have a context for each server and use the IP address deny and
permit statements.
Also, you can have 1 server with a public IP and have the other servers
behind a NAT register to the public server. There are really several
2012 Oct 02
3
[LLVMdev] interesting possible compiler bug
On 2 Oct 2012, at 03:40, Nick Lewycky wrote:
> As far as I know, this optimization is legal. Fix the test with a volatile pointer:
Why would that be required? malloc() is defined by the standard to return a pointer that is distinct from any other valid pointer, or NULL. Any optimisation that makes any assumptions about its next value is invalid.
> int main() {
> volatile char
2013 Oct 30
1
[LLVMdev] Optimization bug - spurious shift in partial word test
In the situation where a partial word is tested, lets say >0, by shifting
left to get the sign bit into the msb and testing llvm is inserting a
spurious right shift instruction.
For example this IR:
...
%0 = load i64* %a.addr, align 8
%shl = shl i64 %0, 28
%cmp = icmp sgt i64 %shl, 0
...
results in
...
shlq $28, %rdi
sarq $28, %rdi ; <<< spurious shift
2016 Aug 04
2
XRay: Demo on x86_64/Linux almost done; some questions.
> On 4 Aug 2016, at 06:27, Serge Rogatch <serge.rogatch at gmail.com> wrote:
>
> Hi Dean,
>
> I have a question about the following piece of code in compiler-rt/trunk/lib/xray/xray_trampoline_x86.S :
> movq _ZN6__xray19XRayPatchedFunctionE(%rip), %rax
> testq %rax, %rax
> je .Ltmp0
>
> // assume that %r10d has the function id.
> movl %r10d,
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone
Has anybody ever come across this, I want it to join automatically the
recording files for me but it creates the wav files as I expect but it
doesn't join them sadly, so eg:
ls
1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav
1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav
Here is my queues.conf snippet
[testQ]
2005 May 06
0
MWI on Cisco 7905
Hi,
I'm using a Cisco 7905 (with SIP image CP7905010300SIP050414A) on
Asterisk 1.07.
Whenever the user gets voicemail, the MWI goes on, and when the user
listens to the voicemail, the MWI goes off. However, the phone is
configured (as in the default config by Cisco) to re-read its
configuration from tftp every hour. This 'warm reboot' also turns off
the MWI, and it won't
2008 Jun 12
11
auto_complete with multiple params
I''m using the auto_complete plugin, and it works great, my problem is i
need to pass multiple parameters to the controller other that what is
typed in the text field.
<%= text_field_with_auto_complete :search, :contains, :size => 15,
:frequency => 0.1, :skip_style => true -%>
This is what i have as of now, but i also need to pass ":language =>
@default"
2008 Jun 02
4
Cannot find sqlserver adaptor for ActiveRecord
I have been trying to find the adtiverecord adaptor for MS SQL server
and attempted to install with the command found on the
http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer
wiki page:
gem install activerecord-sqlserver-adapter --source=http://
gems.rubyonrails.org
I then got the error message:
ERROR: could not find activerecord-sqlserver-adapter locally or in
a
2008 Jun 08
20
how to parse a "dd/mm/yyyy" formatted date string???
Hi,
I''m stuck. How do you parse a "dd/mm/yyyy" formatted date string???
I get a date format error.
Thanks in advance
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2015 Jan 23
3
[LLVMdev] X86TarIgetLowering::LowerToBT
I’ll be happy to run it for you. Do you want Intel64, x86 or both? The Intel compiler doesn’t have a –Oz option. It has –Os and –O[123].
Also, FWIW, one of the Intel compiler experts on BT will comment on this thread, and on our rules for BT usage later this afternoon.
Kevin B. Smith
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Sears
Sent:
2005 Mar 27
3
Can't get format_mp3 to work for music on hold
Hi Guys,
I am having trouble trying to get format_mp3 working to play music on hold.
I have followed the instructions in the read-me and the wiki however
it seems after un-installing mpg123, asterisk is not even attempting
to play MOH.
My musiconhold.conf is
; Music on hold class definitions
;
[classes]
[moh_files]
default = >/var/lib/asterisk/moh-native
;default =>
2012 Oct 02
0
[LLVMdev] interesting possible compiler bug
David Chisnall wrote:
> On 2 Oct 2012, at 03:40, Nick Lewycky wrote:
>
>> As far as I know, this optimization is legal. Fix the test with a volatile pointer:
>
> Why would that be required?
It isn't. My suggestion for fixing the test is to make use of the
returned pointer in a fashion that the compiler is forbidden to elide
it: make it an observable side-effect using
2012 Oct 02
2
[LLVMdev] interesting possible compiler bug
I've sent this issue to some friends on the C++ committee.
The first response I received indicates that the person thinks the
optimizer is within it's rights to optimize away the call to malloc.
Here are some points, extracted from the response:
"There is no observable behavior (a technical term in the standard) that
violates requirements of the standard. In particular, malloc in