similar to: Zaptel Error

Displaying 20 results from an estimated 600 matches similar to: "Zaptel Error"

2013 Feb 16
1
Asterisk not return int value
Hello Everyone, I have write a script following script for nagios -- typeset -i CRITICAL; #Positional parameter CRITICAL=`echo $2`; ME=`basename $0`; #echo $CRITICAL if [[ "$2" == "" ]] then echo NO INPUT!!! Usage ./$ME -c N else typeset -i ASCALLS; ASCALLS=`asterisk -rx "core show channels" | grep active | grep call | awk '{print $1}'` #echo $ASCALLS;
2009 Nov 01
2
Tutorial for SIP user
Dear all, I'm trying to setup a SIP call with XLITE using my asterisk PBX, but I have trouble, I see on XLITE console: Registration Error: 503 - Service unavailable. Someone have a tutorial or a step by step description how to do that ? Thanks in advance -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 03
6
Need Advice/Suggestion
Hi all, As we know we can configure in astersik like before 5:00pm calls go to reception and after 5:00 pm calls go to some mobile no. One of my client requested that he wants to manually shift the dial plan like above as he has flexiable timing sometime he finishes at 3:00pm some time 8pm. I can not give him freepbx access. Any idea or solution. Regards Farooq --
2007 Aug 09
2
How to disable DND feature key in Polycom Phone
Hi We have polycom 430,501 and 301 phones. Our customer does not need DND feature in any form. I can disable this feature from asterisk server but How can i disable this feature on phones. In the sip configuration file i found the parameter that change the phone behaviour during DND from busy to normal but still if the phone is in dnd mode the phone ringer would be off which is unacceptable.
2007 Aug 09
3
Need Help in changing Voice message
Hi, Asterisk has a lot of customizable voice prompt in /var/lib/asterisk/sound but i want to change a very well known voice message which occurs when we try to dail a number against dial plan "beep beep beep The person you are calling is unavaiable, please try again." I thought it would be availabe in the sound directory of asterisk but it is not there. When i dial such wrong number no
2007 Mar 26
7
Two or More Bri Cards
hi all we want to use Two single port Bri cards in Trixbox. Any idea which card is having good support and performance repotation especially when using two or more in Trixbox. Regards farooq --
2005 Dec 27
4
every table must have an id
Hello, Not sure if this is implied in the documentation or something given: does the RoR framework require "every table must have an id" ? If this is the case, then what happened to the concept of normalization ? Futher, if the tables have already been build for an existing appication ( without ID column in everytable ) , will the script / generate work ? Thanks -- Posted via
2014 Jul 24
1
Re: vhost-net requested but could not be initialized
Currently in the VM XML, I am passing the following command line argument as a passthrough argument: -netdev type=tap,id=net1,script=no,downscript=no,ifname=port3,vhost=on -device virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off Is there another way to represent this in the XML file? maybe that may solve the problem. On 24 July 2014
2016 Mar 22
2
Passing llvm option -mem2reg to clang
I have my own llvm pass which requires mem2reg. It worked fine with opt. However, I was trying to make it work with clang as I needed it to run some spec cpu benchmarks. Is there any way that I can mention mem2reg (PromotePass) pass as a pre-requisite in my own pass's implementation? On Mon, Mar 21, 2016 at 9:01 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > Hi, > > You
2016 Mar 22
2
Passing llvm option -mem2reg to clang
I have used the following command for my pass (without -mem2reg): clang -Xclang -load -Xclang MYPASS.so -c ../../tests/test1.c For mem2reg, I tried the following: clang -mllvm -mem2reg -Xclang -load -Xclang MYPASS.so -c ../../tests/test1.c On Mon, Mar 21, 2016 at 9:26 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Mar 21, 2016, at 6:23 PM, Syed Rafiul Hussain
2013 Apr 28
2
unsupported url scheme
fileUrl <- "https://data.baltimorecity.gov/api/views/dz54-2aru/rows.csv?accessType=DOWNLOAD"download.file(fileUrl,destfile="./data/Cameras.csv",method="curl") I tried it after installing package "RCurl" but it give error message: Error in download.file(fileUrl, destfile = "Cameras.csv") : unsupported URL schemeI can you help me to solve this
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
On Thu, Jul 24, 2014 at 03:48:06PM +0500, Asadullah Hussain wrote: > Let me clarify my question, I am using unmodified stock qemu (1.4.0) and > only the location of vhost file descriptor is different from default (I > don't remove the default /dev/vhost-net directory) > > The VHOST file descriptor is present in "/dev/vhost-0" directory instead of > the default
2014 Jul 23
2
vhost-net requested but could not be initialized
I am using a custom qemu to launch a vhost enabled VM. The qemu doesn't use the default "/dev/vhost-net" directory as character device. Due to this I am getting the error: qemu-system-x86_64: -netdev type=tap,id=net1,script=no,downscript=no,ifname=port3,vhost=on: vhost-net requested but could not be initialized ​Is there a way to tell libvirt to ​avoid using the default
2014 Mar 19
2
Re: Connecting libvirt to manually compiled QEMU
On Wed, Mar 19, 2014 at 05:17:52PM +0500, Asadullah Hussain wrote: > Guys thanks a lot for taking the time out to reply, Although adding the > $PATH & symbolic link methods both solved the "No hypervisor found" error > on virt-manager but when I try to create a VM using the wizard it says: > > "No hypervisor options were found for this connection" > >
2007 Jul 03
1
Configuring BLF or Asterisk presence/Hints feature
Hi all, I am working on asterisk 1.2.18 zaptel 1.2.17 Polycom 650 polycom 430 SIP version 2.0.3.0131 for IP 650 SIP version for IP430 2.0.3.0127 freepbx 2.2.1 I am trying to configure BLF using asterisk but failed. I would be thankfull if somebody help me. Regards FArooq ********************************************** 1 ********************************************** in my
2016 Mar 22
2
Passing llvm option -mem2reg to clang
Hi, I was trying to pass llvm option -mem2reg to clang using -mllvm and I found the following error: clang (LLVM option parsing): Unknown command line argument '-mem2reg'. Try: 'clang (LLVM option parsing) -help' clang (LLVM option parsing): Did you mean '-debug'? I would appreciate if anyone could help me. -- Syed Rafiul Hussain
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
​The qemu that I am using isn't modified at all. It's the VHOST drivers that are mounted elsewhere i.e., not on default /dev/vhost-net. Here is the command that I use to launch my qemu VM: qemu-system-x86_64 -cpu host -boot order=c -hda /root/Disks/ubuntu1.qcow2 -m 1024M -smp 2 --enable-kvm -name 'client 1' -nographic -vnc :2 -net none -no-reboot -mem-path /dev/hugepages
2016 Jan 22
3
LLVM - getAnalysisUsage()
I have added -debug-pass=Structure, and found the following: ModulePass Manager X Analysis Unnamed pass: implement Pass::getPassName() FunctionPass Manager Module Verifier Bitcode Writer Pass Arguments: -x -y -z FunctionPass Manager X Analysis Y Construction Z Construction Even for getAnalysis<Y>(*F) and getAnalysis<Z>(&F), all the passes X,
2014 Apr 23
2
Libvirt qemu permission denied error
Hello, I am trying run a simple VM (qemu1.4.2) on RHEL 6.5 through libvirt (0.10). virsh create throws the error: *​error: Failed to create domain from vm1.xml* *error: internal error process exited while connecting to monitor:*​ The libvirt log for VM shows: *libvir: error : cannot execute binary /usr/bin/qemu-system-x86_64: Permission denied* ​I am running VM as root and all disk
2013 Jul 22
3
VM Metrics - "Last shutdown time" depricated
Hello All, I was curious to know when would updates to VM Metrics - "*Last shutdown since*" be available in a new XAPI rpm. Any ETA for this ? -- With Regards, Hussain. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel