Displaying 20 results from an estimated 1000 matches similar to: "transfer option and pressing #"
2008 Dec 23
2
AEL Variable Warning Messages
I have two offices sharing a phone system. They also share a common
internal context because all of the employees of the second office also
work for the first office. Each office has 4 outside lines and I have
defined 2 channel groups in my zapata.conf. The second office needs all
of their outgoing calls to go out over their lines so the people they
call will have the correct callerID. I
2008 Dec 31
2
Troubles with AEL
Hi,
I'm migrating some macro from extension.conf format to AEL and they are
some things
i don't understand, and some i don't evan know how to get them working.
Example:
Doing this "queueMemberList=${QUEUE_MEMBER_LIST(queue)};" won't
make any warning
message, however the resulting variable value won't be the
expected one (a string) but some kind of
2009 Feb 09
2
Dataframes: conditional calculations per row .
Dear Sirs: I've been working with several variables in a dataframe
that serve as part of a calculation that I need to perform in a
different way depending on its value. Let me explain:
The main dataframe is called llmcc
llmcc : 'data.frame': 283 obs. of 11 variables:
$ Area : num 308.8 105.6 51.4 51.4 52.9 ...
$ mFondo : num 30.1 10 10.2 10.2 40.4 ...
$ mFachada :
2009 Feb 10
1
Calculating variables
Dear fellows: This is the problem: I have 5 variables A, B, C, D and E
with a range from 1 to 100 with 0.1 steps. Depending on the different
values these have, the results of the formula change:
alitemp <- ((Abase/llmcc$Clase)*PClase)+(((1/llmcc
$Categoria)*Abase)*PCategoria)+((Abase*llmcc$Phi)*PPhi)+((Abase*llmcc
$Rf)*PRf)
So, alitemp (a 283 element series) changes if any of the P**
2009 Feb 13
1
Add columns to data frame automatically
Hello fellows: I've een trying to set up a function that performs 100
loops producing the coresponding 100 series. I want to save all those
datasets in a dataframe, so I wrote this...
prep <- function()
# Clase[1]/Categoria[2]/Phi[3]/Rf[4]
peso <- c(.0,.03,.3,.6)
# Extension del calculo
for (i in 1:100)
{
# Calculos de todas las curvas
# Variables (Valor Base)
abase
2018 Apr 23
4
Alias for country in indications.conf
Hello list,
Hope you all doing fine!
I've tried to use the 'alias' directive in the indications.conf file but
apparently it doesn't work....
It looks like maybe this feature was removed, because old sample for the
indications.conf file have example using the alias parameter, but newer
samples don't have it anymore.... also I couldn't find any ticket saying
this parameter
2009 Nov 05
1
stepAIC(coxph) forward selection
Dear R-Help,
I am trying to perform forward selection on the following coxph model:
>my.bpfs <- Surv(bcox$pfsdays, bcox$pfscensor)
> b.cox <- coxph(my.bpfs ~ Cbase + Abase + Cbave + CbSD + KPS + gender +
as.factor(eor) + Age)>stepAIC(b.cox, scope=list(upper =~ Cbase + Abase +
Cbave + CbSD + KPS + gender + as.factor(eor) + Age, lower=~1), direction=
c("forward"))
However
2009 Dec 13
3
iphone client app
Hi
Got a new iphone, want to know about peoples experience with any apps
that work well with asterisk and run on a iphone
Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091213/1f81f008/attachment.pgp
2005 Jan 13
0
Xfering a call
> Well that didn't work....I now get this error
>
>
> Jan 12 16:56:21 NOTICE[4989]: app_dial.c:746 dial_exec: Unable to
> create
> channel of type 'SIP'
> == Everyone is busy/congested at this time
> -- Executing VoiceMail("IAX2/iaxfwd@65.39.205.121:4569/5", "b") in
> new
> stackJan 12 16:56:21 WARNING[4989]:
2007 May 16
8
2.6.20-1-amd64 Xen with RHEL5 guest
Hi
I am having some problems installing a paravirt RHEL guest on a deb amd64 xen
machine
uname -a = Linux debxen 2.6.20-1-xen-amd64 #1 SMP Tue Apr 24 22:23:22 UTC 2007
x86_64 GNU/Linux ============== xm info ==============
host : debxen
release : 2.6.20-1-xen-amd64
version : #1 SMP Tue Apr 24 22:23:22 UTC 2007
machine : x86_64
2009 Aug 21
2
stutter playback
Hi
I had a working system, until recently - its asterisk 1.6.1 from debian
- not the lastest as the last doesn't seem to work.
but somebody who rang me said my voice mail announcement was all
stuttery. so i dialed my voicemail box and its really stuttery...
so I have done a reboot and its just as bad, now I am not sure what to
check to try and get this working again .....
Alex
2009 Jun 12
5
Help building dahdi for debian
Hi
I am in the process of installing a new box and using dahdi. I have a
tdm410 + hardware echo canceller.
I have just read in the read me for dadhi that VPMADT032 support has
been removed and unlike with the zaptel stuff i could just download and
install the firmware I can't with dahdi
what is the best way forward to recompile with hardware echo canceller
support.
Thanks
Alex
2009 Jun 10
3
Query about tdm410 cards
Hi
recently bought a soekris net5501 and a tdm410 to place in there.
I am having some issues attaching 12V power to the card via the molex
card - basically the box for the motherboard is too small.
I have read up about a PWR2400b and it seems to use 2wire pin, I am
guessing to connect to P8 just behind the molex connector on the tdm410.
can any one here confirm this, or have any info on the
2006 Jan 23
5
dial out and message playback
Hi,
In a normal PBX environment a user usually calls in and IVR's are played
according to a predefined dialplan.
Iam trying to develop an application where asterisk dials out to a user and
initiates an IVR instead (please note that the IVR is not static and may
vary according to different condtions).
Can someone guide me how this is possible using Asterisk. Do I need to write
some sort of
2010 Jan 14
4
how to strip + from the caller-ID
Hi,
How can I strip + from the front of the caller ID?
I have tried this:
exten => s/_+X.,1,Set(CALLERID(name)=${CALLERID(name):1})
But it is not working.
Szasz Szabolcs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100114/a3f18781/attachment.htm
2009 Jun 23
4
1000Hz kernel
Hi
I was reading this article on installing asterisk 1.6 + debian
http://www.howtoforge.com/installing-and-configuring-asterisk-1.6-and-postgresql-to-manage-cdr-and-realtime-config-on-debian
and I noticed they suggested to recompile to 1000Hz enable kernel, I
currently have a 250Hz stock standard kernel. I am running on a soekris
board - amd geode cpu.
Is recompiling the kernel to the
2006 Jan 16
10
Multi-path routing only using last nexthop in default route.
I''ve applied julian''s paches to a 2.6.14 gentoo kernel with the appropiate
options enabled, and i''m using a modified version of the mpath2.sh script
also available on julian''s site http://www.ssi.bg/~ja/
Overall everything works nearly perfectly. Incomming connections to either
the fios (PPPoE) connection, or cable modem get routed back out correctly.
The
2009 Jun 18
2
snom mass deploy help
Hi
I am trying to setup asterisk to do a mass deploy of some snom phones. I
can't find where i configure asteriks to listen to the multicast
address, nor where to set the notify reply.
I was hoping to not have to use dhcp options
alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc:
2009 Oct 07
2
system cmd + fax line
Hi
I have a site that has asterisk install with a tdm410 one port is
connected to a pstn that is used as a backup outbound line when/if the
internet/voip is unavailable.
Currently my dial plan for this line is to ignore it, I just basically
do a
s,1,noop
s,n,wait (60)
s,n,hangup
what I would like to do is if I call from a certain number be given an
option to run some commands or for the
2009 Nov 02
2
Problem with pam_winbind
Hi
my setup debian amd64 with
ii samba 2:3.4.2-1
SMB/CIFS file, print, and login server for Unix
ii samba-common 2:3.4.2-1
common files used by both the Samba server and
ii samba-common-bin 2:3.4.2-1
common files used by both the Samba server and
ii samba-doc