Displaying 20 results from an estimated 6000 matches similar to: "Dynamic extensions without using DynExtenDB?"
2003 Aug 30
2
ATA 186 & DynExtenDB (query extensions vía sql)
Hi all:
Very disappointed, finally I left the attended call transfer with ATA 186
using SIP. With image 2.16-1, ATA sens '486 - Busy Here' when trying to
transfer the call.. I consulted with Cisco guys and accepts that some
problems with this service exist. Soon as I can I will try using MGCP.
My doubt now is if somebody proved the DynExtenDB application. I read some
commentaries but
2003 Sep 27
2
how stable is dynextendb
I'm looking for a way to manage large dial plans.
Blitz on IRC mentioned DynExtenDB
I'm wondering how stable it is since its not been
updated since 2002-12-15
Any other ideas ??
I want to have my dial plan in a SQL database
thanks
2003 Apr 26
6
DynExtenDB
I have been fooling around with DynExtenDB and run into two glitches.
1) The code is looking for (chan->dnis) and in my case I find (null). I
forced (chan-dnis) to be the same as (chan->exten). So far so good. Now I
can connect and talk. This lead me to the second glitch.
2) As soon as the call ends by hanging up, the code issues a
(ast_spawn_extension). This causes asterisk to drop
2003 Apr 30
2
FW: DynExtenDB
On Wed, 30 Apr 2003 00:24:19 -0400, Uriel Carrasquilla wrote:
>
>Gary:
>I just copied the content from chan->exten to chan->dnis. I am calling from
How are you doing this coying ?
>one extension to another.
>Have you got DynExtenDB to work?
nope, haven't got over the first problem yet.
Gary
.
2003 Jul 21
4
Dynamically setting up/tearing down extensions
Hello, * newbie here,
I'm designing a setup that is to eventually be used in a production
virtual PBX/VoIP service.
Customers need to be able to change their setups over the web - I want
them to be able to do simple things like setting up call forwarding, as
well as more intricate stuff that will require me to re-generate their
dialplans.
Administration of the service is to be
2003 May 16
1
DynExtenDB DNID problem
Hi,
Does anyone has a *working* patch to set the dnid from extension when it is now supplied, cos this plugin doesn't working without it.
I tried and it passes empty string.
THX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030516/aae0a7f4/attachment.htm
2003 Apr 28
0
DynExtenDB Module for iax.conf ?
I have at been looking at Andreas Otto's DynExtenDB Module which will
forfill half of my needs for a system...
The other half requires something similar for registrations in iax.conf
Has anyone found a similar solution ??
Gary
.
2017 Sep 26
2
build a SpatialLines object from a list
Hi Eric,
Thanks for the help.But this will not solve the problem as it will generate a list and what I need is an object of class sp using SpatialLine function from sp package.So, I need to convert each matrix to coordinates and then to a line and then to a spatial line as figured in the code.
My data structure is a list of 141 matrices.Each matrix represents coordinates of the river lines
2017 Sep 25
0
build a SpatialLines object from a list
Hi Ashraf,
It is not obvious to me what your structures are but one problem in your
function is the assignment tt1 <- SpatialLines(list(tt[[i]])).
This will set tt1 to just have one item.
Consider the following
test.func <- function(x) {
tt1 <- list()
for ( i in ... ) {
...
tt1[[i]] <- SpatialLines(tt[[i]])
}
return(tt1)
}
HTH,
Eric
On Mon, Sep 25,
2006 Mar 15
5
how to show called name on calling polycomdisplay
This is a function of the Phone itself. Asterisk has nothing to do with
it as it does not know anything about the call until after the SIP
device 'sends' it.
To my knowledge it is not posible. I don't even think a SIP standard is
available for this.
This 'feature' along with changing CallerID Display after a call has
been answered is something missing from the RFC.
>
2006 Mar 13
4
priorityjumping=no
I've been trying to use a set-up whereby I have several TA's connected
to an Asterisk server (1.2.4) and they act like they're in a hunt-group
i.e. try the first, if busy jump to the next etc.
in my extensions.conf I had something like
[inbound-trunk]
exten => 441234123456,1,Dial(SIP/s1a,20,r)
exten => 441234123456,102,Dial(SIP/s2a,20,r)
exten =>
2017 Sep 25
2
build a SpatialLines object from a list
Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one segment. Any suggestions?
test.func = function(x){
??? for (i in 1:length(x)) {??????? tt[[i]] <- x[i]; tt[[i]]? = Line(tt[[i]]); tt[[i]]? =
2011 Jan 06
2
Help with IF operator
Hi,
I am with a problem on how to do a comparison of values. My script is as
follows:
repeat{
cat("How many teams to use? (to end write 0) ")
nro<-scan(n=1)
if(nro==0)break
cat("write the", nro, "teams names \n")
teams<-readLines(n=nro)
if (teams[1]==teams[2)next
else print(teams)
}
On this example I only compare teams 1 name with teams 2 name, and if they
2006 Mar 10
27
Clustering
Hello All,
Ive been doing more and more research on trying to setup a cluster/load
balancer for Asterisk. All the Asterisk boxes would be using a config that
is the same between them all (via a DB), but we want one location to point
the phones to, and from there that machine/device will send it to a Asterisk
server so the call can be processed. I know you cant balance the whole call,
ie: once the
2018 Jul 23
4
Ayuda ggplot
Estimad en s,
Junto con saludar, quería saber si alguien me podría ayudar con este gráfico, tengo un análisis de datos del año 2016 de 3 variables con dos dimensiones (muestra objetivo y muestra lograda), y quería agregar la comparación con el año 2015, me gustaría agregar un gráfico de linea y puntos para el año 2015, pero no he podido lograrlo , la idea es generar un gráfico de esta forma.
2016 Mar 08
9
llvm and clang are getting slower
I have just benchmarked building trunk llvm and clang in Debug,
Release and LTO modes (see the attached scrip for the cmake lines).
The compilers used were clang 3.5, 3.6, 3.7, 3.8 and trunk. In all
cases I used the system libgcc and libstdc++.
For release builds there is a monotonic increase in each version. From
163 minutes with 3.5 to 212 minutes with trunk. For comparison, gcc
5.3.2 takes
2012 May 03
1
AMI disconnects
Hi all.
I've got a perl script that connects to Asterisk's management interface using Asterisk::AMI. So far, its proven to be very useful.
I'm hoping to use this to detect and respond to asterisk restarts and sip reloads.
However, my script gets disconnected quite frequently, causing false alarms in my monitoring.
Here's what the code looks like:
2018 Oct 04
3
help with samba and iptables
Hi community, i have a samba server that work's great, but my friends of
IT security said that is vulnerable without a firewall, i try to set an
iptables firewall using the official documentation but is not working
(obviously), this ti my config:
#!/bin/sh
echo n Aplicando Reglas de Firewall...
## FLUSH de reglas
iptables -F
iptables -X
iptables -Z
iptables -t nat -F
## Establecemos
2018 Feb 15
1
RV: Problem_graphic
Hi everyone,
I am beginner using R but I try to learn more.
I need this graphic or similar but instead of tropical and temperate are three ontogenetic states
Larva Met Juv
CTMAX
CTMIN
SP SP SP
This is my scrip:
Ex = subset(Expr, Outlayer=="N")
Ex2 = subset (Ex, S0 == 1)
Ex3
2009 Aug 18
2
open txt
Não consigo abrir a pasta txt no R, dá a mensagem: Warning message:
In file(file, "r") : cannot open file 'plantula.txt': No such file or
directory
O arquivo está na mesma página do Scrip.
Não sei qual é o problema????
[[alternative HTML version deleted]]