similar to: How do I create an IVR/Dial Group that works properly?

Displaying 6 results from an estimated 6 matches similar to: "How do I create an IVR/Dial Group that works properly?"

2009 Jul 16
0
Struggling with Macros and "s" Extension
Hi all, I'm sure this has been done before but I just can't figure it out. On my * box I have a simple IVR: [tolc_menu] ; Welcome and information to callers exten => s,1,Answer() exten => s,n,Wait(2) exten => s,n,Background(welcome-to-tolc) ; Say Hello exten => s,n,Wait(1) exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter extension number if known, or
2007 Oct 18
1
IAX2: Calls answered before extension is tested?
[Sorry if this arrives more than once. I have sent this twice and it never arrived, despite other messages getting to the list O.K.] ----------- Hello, I would like an incoming caller to be able to choose from the menu options in my extension.conf below. Once They have dialled the appropriate digit, * should call two extensions simultaneously: one SIP phone on this * server, and one over a
2007 Oct 04
2
Voicemail/dtmf not working?
Hi, I am setting up an asterisk server for testing purposes and cannot get voicemail to work at all. My host OS is Linux From Scratch 6.3 and the asterisk software versions I built are zaptel-1.4.5.1 and asterisk-1.4.12. I am using the Ekiga softphone on my Ubuntu desktop machine. My asterisk server and client phone are on different computers but are on the same LAN, i.e. no NAT. I have an
2004 Jan 09
0
Winbind Pre-requisite
Hi List! Had a small problem recently. I tried to configure samba with winbind usage on AIX 5.2 (./configure --with-winbind) but it seems like the winbind .so files did not compile (nsswitch/libnss_winbind.so). Samba works fine at the moment using share authentication, but until I get winbind working I cannot use any other auth. When I try wbinfo I get a message which tells me it cannot see
2019 Nov 01
0
Getting error in rbindlist
On 11/1/19 5:24 PM, Anshul Saravgi wrote: > Thanks Tomas for identifying the bug. > > *How to resolve this bug? Can you please help me here?* I would recommend you first try to create a complete reproducible example (the code below is just a snippet). Then try to minimize it - make it do as little as possible but still trigger the bug. Then try to reduce the number of packages used.
2019 Nov 01
3
Getting error in rbindlist
Hi All Can you help me understand the meaning of the below error message then I will try to figure out what is going wrong: *Input Code:* > bodlane2 <- lapply( + lapply(split(lctolc2, lctolc2$Item), function(x) graph.data.frame(x[, 2:3])), + function(x) lapply( + V(x)[degree(x, mode = "in") == 0], + function(s) all_simple_paths(x, from = s, +