Displaying 20 results from an estimated 6000 matches similar to: "x110p -> tdm400p -> answering machine ISSUE"
2005 Sep 13
0
TDM400P stops answering
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Kevin P. Fleming
> Sent: Tuesday, September 13, 2005 6:13 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] TDM400P stops answering
>
> Andy Howell wrote:
> > I have a weird
2007 Sep 11
1
TDM400P not answering or making calls
Hello,
I have recently purchased a TDM400P card with one FXO expansion card,
and I'm having problems.
The card does not pick up incoming calls. Asterisk detects the ringing
line and rings various SIP phones as required. When a sip phone
answers, the sip user hears nothing and the PSTN user continues to
hear ringing. Here is the asterisk output for an incoming call:
2005 Mar 18
2
Installation problem MacOS X
R gurus
I have tried to install the R 2.0.1 binary for OS X and although the
installation was successful I can get the application going. When I
double click the icon R tries to load (R window shows briefly) and it
quits immediately. This behavior was described in this list before and
nobody found the answer to the problem. If you try to load the x11
version by typing "R" at
2002 May 02
3
CQB and prio
HI!!
I''m use CBQ script for retrict bandwidth, but i need to priorize some
traffic, ¿how i do it?
In my case, i need that all trafic from 192.168.0.100/29 (marked with
iptables) have higher priority.
Thanks
--
2006 Mar 16
0
can't get TDM400P to answer
Hi all,
I can't figure out why my TDM400P (with one FXO plugin) won't answer any
calls. There are no messages in the Asterisk console when a call is
placed to the FXO line from the PSTN. Any suggestions would be most
appreciated.
The wctdm and zaptel modules are loaded:
[root@steerpike asterisk]# lsmod | grep wc
wctdm 37952 0
zaptel 189700 1 wctdm
2005 Jun 30
1
Outbound answer on TDM400P
How come an outgoing call using my TDM400P immediately
say the call is answered? I'd like to be able to
detect when the call is actually picked up, is this
possible?
If this is normal with analog cards, does the same
thing happen with T1 cards?
-L
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
2005 Sep 08
1
How to increase delay before incoming call answer with tdm400p
Is there a way of increasing the delay before asterisk
picks up the incoming PSTN call?
I'm using a tdm400p with fxo card. It seems to pick up
the inbound call immediately. I want to delay
detecting the call by about 10 secs if poss.
Done some searching but couldn't find anything
relevant.
Cheers,
Taff!!!
___________________________________________________________
Yahoo!
2015 Nov 13
2
Colores en labels de un mapa
Estimados por solicitar su ayuda, estoy intentando cambiar el color de una
etiqueta de un gráfico, he realizado múltiples intentos sin un resultado
satisfactorio.
Debido a que necesito realizar múltiples gráficos he realizado una función
que dando parámetros de entrada me grafique las variables o los valores que
deseo. Mi problema es en la representación de los colores.
Los parámetros de la
2014 May 20
3
Curvas de densidad no parametricas
Estimados una consulta me encuentro graficando un histograma cuyos datos no
provienen de una distribución clásica como la normal exponenial, poisson,
etc, Lo que necesito es colocar una curva no paramétrica que permita
evidenciar el ajuste de los datos a esa curva ya que son muchos (alrededor
de 80000).
Muchas gracias
[[alternative HTML version deleted]]
2005 Jun 05
0
Outgoing TDM400P FXO calls always answered
Hi All,
This must have been asked before, but despite my best googling efforts,
I can't find a solution or reason why it won't work. Please accept my
Apologies.
Is it possible for an outgoing call on the FXO port (PSTN line) to not
always register in the call logs as being answered?
I've tried adding the 'r' option to the end of the Dial command, but
that does not appear to
2005 Jul 12
0
TDM400P FXO callprogress doesn't detect remote answer
Location = US
asterisk/zaptel from CVS. Updated last week some time. Currently
rebuilding with todays checkout.
I have 2 fxo channels hooked up to outside standard Bell South phone lines.
If I configure as so
[channels]
context=pstn
group = 1
signalling = fxs_ks
callprogress = yes
channel => 4,3
Then any call routed from asterisk to the outside line will ring, and can be
picked up, but *
2003 Apr 29
2
Cluster analysis and bootstraps
Hi R helpers,
I was wondering if anybody knows if is possible to generate bootstrap
values for a cluster analysis in R. What I am trying to do is obtain
some confidence on the clusters formed by resampling the data set. A
similar type of analysis is used in molecular taxonomy and the
confidence values of each cluster are placed in the nodes of the
dendogram. Any ideas on how to do this
2013 Mar 06
3
almacenamiento en lista y funcion lapply
Estimados su ayuda, tengo un total de 20 matrices las cuales deseo
colocarlas como componentes de la lista, es decir
matrices<-list(matriz1,matriz2,matriz3,...,matriz20) existe alguna manera
de hacer esto de manera automatica ya que puede que exista un mayor numero
de matrices por ejemplo 100, donde el ingreso de una por una puede resultar
un poco cansado.
A su vez a las matrices ingresadas
2003 Sep 28
0
tdm400p + x100p config problem
Hi,
I have configured tdm400p alone and it works fine for me. But now i tried to add 2 x100p in the same machine with the following configs, but asterisk refuses to load, can someone guide me what i have done wrong. Following r the configs and output.
TIA, Azher
>> ./asterisk -vvvvvc
[chan_zap.so] => (Zapata Telephony)
== Parsing '/etc/asterisk/zapata.conf': Found
--
2013 Nov 15
2
Aplicación de lapply()
Estimados su ayuda con la ejecución del comando lapply()
Tengo creada la siguiente función invertir(matriz,n) que me permite cambiar
la posición de los elementos de una matriz.
invertir<-function(Matriz,n){
a<-Matriz
b<-matrix(c(rep(0,n*n)),n,n)
c<-matrix(c(rep(0,n*n)),n,n)
for (i in 1:n) {b[i,]<-a[(n+1)-i,]}
for (j in 1:n) {c[,j]<-b[,(n+1)-j]}
return(c)
}
2013 Jul 23
3
Selección de valores de la lista y reordenar
Estimados tengo 1 lista de valores aleatorios misma que necesito reordenar
de acuerdo a determinadas condiciones. Ej: sea la siguiente lista (la
primera fila hace referencia a la posición del valor de lista
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1 7 3 4 8 6 1 4 5 2 3 4 10 15 5
necesito que me tome los valores que son mayores 3 y menores a 8, pero
unicamente considerando los valores hasta la
2003 Oct 15
0
app_dial Flag
A nice flag in app_dial ?
would be f and F to indicate weather to send flash to
the fxo or fxs device in a bridged call.
so if you have a pots line on an x100p bridged to a tdm400p
and the pots line has call waiting you hear the call waiting signal
'f' would behave as normal and flash on the tdm400p and 'F' would
send the flash on the x100p
The flashing the tdm400p
2003 Jul 18
1
Base package R Macintosh port
Hi everybody
I was trying the R binary (1.7.0) for Macintosh (Carbon) and I tried
to install some packages using "install.packages" and apparently this
function was not implemented. I reloaded the base library since the
"update.packages" function should be on it but did not work. Also I
tried read.table and did not work either. Does anybody know if the
base package
1999 May 12
1
About directory permissions
I'm working with samba 1.9.18p10-7, on a i586 with debian linux v2.1.
I'm trying to personalize windows95/98 on a multiuser/shared PC instalation
and I want to include a Historial folder somewhere in the home directory of
every user on a centralized server. This way any user could log on from any
PC (in a classroom for example) an may have their own configuration for the
Internet
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
The REV I card shows up in the PCI table as:
02:05.0 Network controller: Tiger Jet Network Inc. Intel 537 (or
02:05.0 Class 0280: e159:0001)
Subsystem: Unknown device b119:0001
But the REV E/F shows up as:
02:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (or
02:0d.0 Class 0780: e159:0001)
Subsystem: Unknown device b100:0003
One