similar to: GotoIf Dialplan inquiry

Displaying 20 results from an estimated 500 matches similar to: "GotoIf Dialplan inquiry"

2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all, I'm looking for some rudimentary insight on GotoIf() which seems to be failing on me in my dial plan. All I basically wish to do is block a particular caller. Sounds easy enough, but my ternary operator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to the following macro: [macro-forward] ; arg1 = phone
2006 Mar 24
2
Return all rows, split then show uniques
I''m returning some rows from a tags database that look like this: ID WORDS 1. apple banana pear 2. banana melon 3. apple peach lime What I want to do with that data is use the .split method to divide them into separate values in an array, then use the .uniq method to return a unique list of the words like so: apple, banana, pear, melon, peach, lime So in my controller I
2010 Jul 07
1
Installing Dungeon Siege LOA
Hey everyone, I'm new to wine and fairly new to linux, and I'm trying to install LOA on Ubuntu 10.04 Lucid with wine 1.2-rc6. Every time I try to install it i get this readout on the konsole ---- fixme:ole:DllRegisterServer stub fixme:exec:SHELL_execute flags ignored: 0x00000100 lime at usr-desktop:~$ fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f668,0
2016 Jul 05
1
OT: hardware, MegaRAID SAS 2008 (falcon)
On Thu, Jun 30, 2016 at 5:28 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > > On Thu, June 30, 2016 2:59 pm, m.roth at 5-cent.us wrote: > > I've been googling, and haven't yet found the answer: does anyone here > > know if a MegaRAID SAS 2008 (falcon) (rev 03) can handle drives bigger > > than 2TB? > > > The following sources say, yes
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all, I've searched the depths of the resources on the internet; however I'm having trouble deploying a pxeboot solution via pxelinux. So far what I have successfully implemented in my infrastructure is a successful pxeboot setup for FreeBSD ( without the use of pxelinux ). I'd ultimately like to have a solution that will allow me to choose a network install of various Unix-like
2010 Jul 29
1
Kerberos: Principal may not act as server ERROR
Our environment: samba4 (alpha12) running on centos 5.4. We are experimenting with Hyper-V 2008 R2 Failover Clustering, which requires Active Directory. We are trying to see if samba-4 will work as the AD server. We are trying to create 2 node failover cluster. Both nodes have joined the domain successfully (with samba-4 as the DC). But subsequent steps of creating the "Failover
2010 Aug 19
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Hi there, Thank Nick for kindly reviewing the patch. Here is the link to the source code of the PTX backend; it would help Nick review the patch. http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz The source code from above link is a working prototype. So it will not be upstreamed as is; I will refactor and add unimplemented features while upstreaming it. That said, the source code
2013 Apr 03
0
install packages and time-out
I use R / RStudio at work. Recently, I tried to download XLConnect package using install.packages("XLConnect") However, I got the following error message: Installing package(s) into 'WORKCOMPUTER SPECIFIC STUFF HERE Documents/R/win-library/2.15' (as 'lib' is unspecified) trying URL 'http://www.stats.bris.ac.uk/R/bin/windows/contrib/2.15/XLConnect_0.2-5.zip'
2007 May 01
3
Delay in Dial()
All, Is there any syntax I can use to put a delay in two lines being dialed? One is a SIP endpoint, the other is my cell phone. I'd like to have the SIP phone ring for some arbitrary number of seconds before it is sent off to the mobile phone. Using something like a Wait() within a Dial() would be ideal. Any suggestions? - sf
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all, I've compiled zaptel drivers and reconfigure asterisk afterwards from source --with-zaptel. Modules are loaded accordingly: asterisk-1.4.2 # lsmod |grep z Module Size Used by ztdummy 5472 0 zaptel 194504 5 ztdummy crc_ccitt 3521 1 zaptel my musiconhold.conf: asterisk-1.4.2 # grep -v '^;'
2005 Jul 28
3
MySQL authentication
Hi I am wanting to install : dovecot 1.0-stable I currently have dovecot 0.99.11-1 which came packaged on Fedora Core 3 It is doing auth off a MySQL db an working well I have downloaded the latest stable tarball and extracted ... I don't see how to enable mysql lookups at compile time... Help please ... I am getting a lot of pressure from the people at work ... Regards Andrew Andrew
2010 Feb 12
2
What happens to RJS in Rails 3
I know that Rails 3 ideal of unobtrusive javascript will result in the removal of all inline javascript. But where does that leave RJS? It looks like PrototypeGenerator is still a part of the Rails core, so I''m going to assume that RJS templates will remain unchanged. Still looks like gems/plugins such JRals will be necessary for use of other JS frameworks. Can anyone confirm or deny
2010 Nov 12
4
Opinion on best way to use network storage
I need the community''s opinion on the best way to use my storage SAN to host xen images. The SAN itself is running iSCSI and NFS. My goal is to keep all my xen images on the SAN device, and to be able to easily move images from one host to another as needed while minimizing storage requirements and maximizing performance. What I see are my options: 1) Export a directory through NFS.
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2009 Dec 17
2
RFC: conflict_warnings plugin
Greetings, I was hoping to get some feedback on a plugin I wrote. The plugin is called conflict_warnings and is currently available from my github repository at http://github.com/EmFi/conflict_warnings The purpose of the plugin is to provide a simple methods of preventing data inconsistencies that could arise from multiple users interacting with the same resource. Under basic operation a
2010 Aug 23
2
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Che-Liang Chiou <clchiou at gmail.com> writes: > Hi there, > > Thank Nick for kindly reviewing the patch. Here is the link to the > source code of the PTX backend; it would help Nick review the patch. > http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz Great! > I decided to take the code generator approach (referred to as codegen > approach) rather than C
2006 Apr 20
0
EastMedia Group to offer Ruby on Rails training courses in New York City and London
EASTMEDIA GROUP TO OFFER RUBY ON RAILS TRAINING COURSES IN NEW YORK CITY AND LONDON EastMedia Group, New York City?s premier Rails shop, is now offering two separate training courses on Ruby and Ruby and Rails. On April 29, EastMedia will offer a one-day training course in New York, to be taught by Francis Hwang and Matt Pelletier. On May 5 through 7, Smartlab/Volks Lab and EastMedia
2010 Oct 18
3
xen randomly crashes all VMs hosted on iSCSI NAS array
I inherited a xen server that is setup to have all the VM images hosted on an iSCSI mounted NAS array. We been experiencing a random (about every 2-3 days) issue where xen would crash all the VMs, leaving nothing but the Domain0 running. What appears to be happening is something causes the iSCI mount to hiccup. Running "vgchange -a y" and restarting all the VMs brings everything up.
2016 May 02
2
[Announce] Samba 4.4.3 Available for Download ( DebianJessie DEBs amd64 )
No its not so hard to build. Basilcy its : add sid source repo. Check for build depends. apt-get build-dep samba for the missing files, get these sources also and check build-dep. Build them, add them to local repo, apt-update Now again : apt-get build-dep samba And you are ready to build samba. I do change the changelog in debian/ folder. I added "-lvb1" to it so it wont