similar to: Asterisk 12.4 "Agent Busy" message on AgentRequest

Displaying 20 results from an estimated 100 matches similar to: "Asterisk 12.4 "Agent Busy" message on AgentRequest"

2015 Aug 07
2
AgentRequest() and which agent id?
Hi, If agents is already logged in via AgentLogin() and users dialled extension 300 which will be placed in Queue(support-queue). How to find out which agent is available I can put their Agent id in AgentRequest() ? If this is not a good approach then how it should be done? Agent should automatically get next call when he/she is available. extensions.conf [LocalSets] exten =>
2014 Aug 10
1
Error: 'LENGTH' is not a recognized built-in function name
On Mon, Aug 11, 2014 at 3:29 AM, Deepak Rawat <deepaksingh.rawat at gmail.com> wrote: > Hi, > > I modified the query in res/res_config_odbc.c. > Original: "SELECT MAX(LENGTH(var_val)) FROM %s WHERE filename='%s'" > Modified: "SELECT MAX(LEN(var_val)) FROM %s WHERE filename='%s'" > > I rebuilt the code and installed Asterisk again.
2006 May 09
3
Announcement: FOP 0.26 released
I'm pleased to announce that Flash Operator Panel 0.26 has been released! FOP is a GPL'd switchboard type application for the Asterisk PBX. It runs on a web browser with the flash plugin. It is able to display information about your Asterisk box in real time. It is included in FreePBX, Asterisk@Home, DeStar, startShop, and several other projects both free and commercial. You can grab the
2006 Dec 20
3
AgentCallbackLogin() deprecated in 1.4
Hello all, I've seen that the application AgentCallbackLogin()has been set to deprecated in version 1.4. So I've done some tests based on the tutorial "queues-with-callback-members.txt" coming with version 1.4. What's not clear for me is what is happening to agents.conf, it seems that it's no longer needed, and I have to define my agents using variables in
2010 Oct 11
2
user number in conference
Hey, i forgot to ask, how can i get the user number from a caller he is in a conference, i don't find a variable to us this for the current channel. Only the command "meetme list <roomnr>" shows the usernumber, but i can't use this output. Thanks. Daniel
2014 Sep 22
1
Install Asterisk 1.4 and Asterisk 12.4 on the same machine
Hi, We have a server with asterisk 1.4. We are upgrading to asterisk 12.4. Is there a way to install 12.4 on the same machine? At any point we will only run either 1.4 or 12.4. Thank you, Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140922/b2af4d51/attachment.html>
2010 Apr 01
0
Question about MaxRetries in the Asterisk Outgoing folder
I'm doing some automated calling by putting .call files in the Outgoing folder of Asterisk. I'm concerned this might be a stupid question, but I'm pretty sure I've done my research well and I'm unable to come up with an answer on my own. I want to know: what happens to the .call files after the "MaxRetries" number has been reached? In my experience, they stay in the
2007 Jun 08
0
Unexpected behaviour shown by "meetme kick confno usernumber"
Hi, I have Asterisk 1.4.4 on my linux box. Whenever i try to kick a participant in conference say "59681446" using following command meetme kick 59681446 1 where "1" is the participant number, following are the actions that asterisk takes * IVR "You have been kicked from this conference" is played. * Participant is taken out from that conference
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According
2009 Mar 25
11
ActiveRecord: Nested :include erroneous behavior
Hi, Found a simple example breaking on moving to 2.2 from 2.0. This example illustrates the usage of nested :include finder options. class Book < ActiveRecord::Base has_many :distributors end class Distributor < ActiveRecord::Base belongs_to :book has_many :agents end class Agent < ActiveRecord::Base belongs_to :distributor has_many :shops end class Shop <
2016 Oct 31
5
Samba domain join issues
Hi All, I am having an issue with Samba joining an active directory domain. When I run 'net ads join -S mydomaincontrollerFQDN -U adminuser command I get this error: Failed to join domain: failed to lookup DC info for domain 'MYDOMAIN.COM' over rpc: Logon failure The credentials we entered are for sure correct but if we see our domain controller it count it
2020 Mar 15
2
MLIR project, GSoC 2020.
Hi there, I am Abhimanyu Rawat, 1st-year graduate student and researcher from Paris, I hail from a pure computer science background on both Bachelors's and Masters's level. I find MLIR projects quite interesting. I have experience writing C code for EMC^2 as a protocols engineer for 2 years, I use python for convenience tasks. From a programming language perspective(thanks to Dan
2017 Jan 24
3
Re: LibVirt query CPU Model support and restore operation
hi, yes we are talking about same host here. You could've just used -cpu host-model-only >> I dont want to host model ( it is working with host model) . AS KVM seems to allow support Haswell with native commands . Does this mean in my case KVM is allowing software emulated cpu model. Can libvirt allow software-emulated for non host model ? if yes how . thanks On Tue, Jan 24,
2017 Jan 27
3
Re: LibVirt query CPU Model support and restore operation
hello , thanks for comments . I tried now with force options for CPU flag which were not supported . Now the command with non fully supported CPU model gets executed , But i am surprised to see that still Guest cpu model is not changed and still same as host cpu model(SAndy Bridge) Why don't i see the model as HAswell now , could you please comment. Command used : virt-install
2017 Feb 06
2
Why Guest does not retain Host CPU flags
hi , I am creating Guest by Libvirt tool " virt-install" with cpu model as host. After Guest creation i see Guest Missing quite no of flags which Host was having . What could be the reason for this ? I am expecting all flags of Host to e present in Guest as well when choosing cpu model as host . Guest : processor : 19 vendor_id : GenuineIntel cpu family : 6 model
2017 Jan 24
2
LibVirt query CPU Model support and restore operation
Hello , It was working good working with kvm management tools using libvirt . virsh/virt-manager . But then i got annoyed when management tool did not allow me to change the CPU model while creating new virtual machine . error root@kvm-server qemu]# virt-install --virt-type kvm --name compute-2 --cpu Haswell-noTSX --ram=61440 --vcpus=20 --os-type=linux --os-variant=generic --disk
2015 Mar 10
3
[LLVMdev] [GSoc] Liveness Based Flow Sensitive Pointer Analysis for GSoc 2015
Hi all, I'm a 3rd year CSE B.Tech student and have been studying LLVM since the past year. I have written a pass for doing register allocation as part of my course project and have also been studying LLVM code sections related to SSA construction, dominance frontiers,etc. I also made some contributions to the Polly project. Currently I am interested in improving the existing alias analysis
2008 May 05
3
MeetMeAdmin() working problem
Hello users, I have been working with a conference setup. My setup includes: 1)There will be an interface number provided to the user which might be a DID number or A Toll free number When user calls the number it asks for the conference room number and the user pin . on successfull authentication he will be participated in the conference 2)by didaling the same DID number the
2017 Jan 28
2
libvirt does not show same CPU Model as /proc/cpuinfo for CPU Model info.
Hi , Created new thread . Environment: Bare Metal server + CentOs with qemu/KVM +libvirt for virtualization Guest Instantiated with virt-install with forced CPU model like below virt-install --virt-type kvm --name compute-0 --cpu Haswell,+fma,+movbe,+fsgsbase,+bmi1,+hle,+avx2,+smep,+bmi2,+erms,+invpcid,+rtm --ram=61440 --vcpus=20 --os-type=linux --os-variant=generic After guest installation
2017 Feb 17
1
Re: Why Guest does not retain Host CPU flags
ok thanks , but then can we know which all list of feature are supported by QEMU/KVM release. http://www.linux-kvm.org/page/KVM_Features Does not seem to be all corect . On Thu, Feb 16, 2017 at 3:42 PM, Jiri Denemark <jdenemar@redhat.com> wrote: > On Mon, Feb 06, 2017 at 09:51:06 +0530, akhilesh rawat wrote: > > hi , > > > > I am creating Guest by Libvirt tool "