Displaying 5 results from an estimated 5 matches for "tolc".
Did you mean:
tol
2007 Oct 18
1
IAX2: Calls answered before extension is tested?
...epting the incoming call sending a connected
message back, thereby completing the Macro, and only *then* checking if
the extension is actually available.
Here's the last bit of the log (I've edited the IP address) - we are
both deliberately NOT answering our phones...
Executing [s at tolc:1] Macro("SIP/101-081d1050",
"belllord|SIP/101&IAX2/alanb/201|tolc") in new stack
-- Executing [s at macro-belllord:1] Dial("SIP/101-081d1050",
"SIP/101&IAX2/alanb/201|10|tr") in new stack
-- Called 101
-- Called alanb/201
[Oct 17 16:...
2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
...quot;s"), but I cannot see *how* to fix it.
Please can I ask how do others handle this so it works properly (I've
included the basics of my DP below)?
I'm running Asterisk 1.4.21.2~dfsg-1ubuntu3 on Ubuntu Server 8.10.
Thanks
Alan
Here is the IVR which callers are dropped into:
[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
exten => s,n,Backgrou...
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
exten => s,n,Backgro...
2019 Nov 01
0
Getting error in rbindlist
...seful to update your
packages - just in case the problem has already been resolved.
Best
Tomas
> *I am using the below code:*
> library(plyr)
> library(dplyr)
> library(tidyr)
> library(igraph)
> library(magrittr)
> library(reshape2)
> library(tibble)
>
> colnames(lctolc3) <- c("Item","LC","ToLC")
>
> bodlane3 <- lapply(
> ? lapply(split(lctolc3, lctolc3$Item), function(x)
> graph.data.frame(x[, 2:3])),
> ? function(x) lapply(
> ? ? V(x)[degree(x, mode = "in") == 0],
> ? ? function(s) all_simple_pa...
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,
+ to = V(x)[degree(x, mode = "out") == 0])
%>%
+ lapply(
+...