Displaying 20 results from an estimated 10000 matches similar to: "text till answer"
2005 Sep 10
2
GotoIf Syntax to match first digits
how does a GotoIf-challenge look like to match e.g. only the first two digits? i want to strip the first two digits from an incoming pstn-call and add a zero instead so when i forward a call to a mobile the called party gets the correct number of the caller. at the moment, incoming calls from the austrian pstn are recognized as e.g. 43650123123 by asterisk, when i forward the call e.g. to a
2005 Sep 09
1
Changing User-Agent: Asterisk PBX
Hello Folks!
in my sip-logs i see that asterisk uses the User-Agent ID "Asterisk
PBX":
SipClient: Received: 16:34:03.023
---------------------------------
BYE sip:102141@131.130.XXX.XXX:44343;transport=udp SIP/2.0
Max-Forwards: 10
Record-Route: <sip:213.2XX.XXX.XX8;ftag=as2eb3c466;lr=on>
Via: SIP/2.0/UDP 213.2XX.XXX.XX8;branch=z9hG4bK539a.47e6e8a7.0 #this is SER
Via:
2005 Sep 27
1
wait before accepting the call
hello!
i'm looking for a way to prolonge a pstn-call for 5 seconds before it
enters the extensions.conf. this is for testing purposes, all numbers
of a ddi should be received by asterisk before the call is walking
through the extensions. how can i achive this? i've not seen a feature
like this for zapata or zaptel, does anyone have an idea how this could
be done?
thx
christian
2006 Mar 06
1
cdr records on transfer
Hello!
i'm trying to set up transfer without using the respective
asterisk-function but with the built-in phone functions. my goal is to
have the first callleg billed to the caller and the second callleg to the
callee, who is responsible for the forward(and i can't bill a unknown
caller anyways)
so far it's working without problems, but my cdr's are messed. with the
help of the
2005 Oct 03
1
Direct Dial In - second try
Hi all,
I have an asterisk-server (cvs-head from august) connected to a
carrier's switch (DMS/Euroisdn) via a te410p, and I am having problems
with DDI (standard 'official pstn' number plus extra digits for
'internal' use)
Basically, when the entire number (including the extra digits) is
dialled via a redial or a programmed key, I see the entire called party
number (including
2010 May 05
3
creating a station from the ground up
Hey all, I am looking to start my own station, but don't know where do
start. I have edcast, so will use that to originate my programs. However,
how do I set up a server to broadcast to? Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20100505/edb6e275/attachment.htm>
2008 Mar 05
3
types of vectors / lists
Hello,
I am an advanced user of R. Recently I found out that apparently I do
not fully understand vectors and lists fully
Take this code snippet:
T = c("02.03.2008 12:23", "03.03.2008 05:54")
Times = strptime(T, "%d.%m.%Y %H:%M")
Times # OK
class(Times) # OK
is.list(Times) # sort of understand and not understand that
length(Times)
2008 Aug 01
1
duplicate entries on ext3 when using readdir/readdir64
Hello,
I have a problem with directories that contain more than 10000 entries
(Ubuntu 8.04.1) or with more than 70000 entries (RHEL 5.2). If you use
readdir(3) or readdir64(3) you get one entry twice, with same name and
inode.
Some analyzing showed that disabling dir_index solves this problem, but
I think that this is a bug in the ext3 code, as no other file-system
shows this behavior.
2008 Mar 05
2
collapsing list to data.frame
Hello,
Given a list with all elements having identical layout, e.g.:
l = NULL
l[[1]] = list(4, "hello")
l[[2]] = list(7, "world")
l[[3]] = list(9, " !!!! ")
is there an easy way to collapse this list into a data.frame with each
row being the elements of the list ?
I.e. in this case I want to convert the list into a data.frame with 3
rows and 2 columns, where
2006 Jan 10
1
avoided deadlock/channel already in use
Hello!
After upgrading my production machine to 1.2.1(used to be 1.2.0) on friday
i experienced strange behaviour yesterday, i received
deadlock-avoided-messages and channels refusing to hangup on span1(used
for inbound calls), both messages in all cases paired:
Jan 9 17:40:01 WARNING[30003] chan_zap.c: Ring requested on channel 0/17
already in use on span 1. Hanging up owner.
Jan 9 17:40:01
2008 Sep 12
1
write.dcf does not quote as Debian would like it to (PR#12816)
Full_Name: charles blundell
Version: 2.7.0
OS: Debian GNU/Linux
Submission from: (NULL) (217.37.73.202)
The Debian Policy Manual says concerning lines in a Description field:
* Those containing a space, a full stop and some more characters. These are for
future expansion. Do not use them.
(section 5.6.13, http://www.debian.org/doc/debian-policy/ch-controlfields.html)
But for example:
>
2003 Aug 26
3
Subsetting a dataframe
Hi R-people
I have a question concerning subsetting. I have a dataframe which contains among other variables the variable "subject". For each subject number there are several rows, e.g.:
subject treatment concentration day
19 a 15,4 1
19 a 18,3 2
19 a 2,3 3
etc.
Im trying to subset the dataframe to get for
2009 Jul 07
1
request for documentation improvement
Dear Samba-Team.
First, I don't know if this is the right place for my request. If a bug
report is more suitable, I can file one.
My request is interconnected with CUPS, but I was told to ask you instead as
- CUPS avoids to document software-specific stuff, because there are too
many changes in the programs interconnected with CUPS to keep up with and
the SMB backend is - as a part of Samba
2005 Feb 16
4
Dutch VOIP-PSTN provider
Hi,
I read a lot about US providers that can terminate a PSTN
number for you and offer IAX or SIP connectivity.
Does anyone know such a company in The Netherlands ?
I read about Unet. Anyone with experience with them ?
Any information is welcome.
--
Michiel van Baak
http://lunteren.vanbaak.info
michiel@vanbaak.info
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D
2003 Sep 30
2
Trouble with 'NET ADS JOIN'
Hi All,
Any clues as to what is causing this? I have seen similar questions asked
before in regards to joining ADS domain but have not been able to find a
solution to my problem.
The domain is a Native mode ADS on win2k3 with signing required. Please let me
know if additional info or logs are required to diagnose the problem.
I did a 'net ads join ADSDOM -U
2010 Apr 16
3
run R script from Excel VBA
I wrote a R script say called computeCovarMatrix.R and i want to call and
run this piece from Excel visual basic. does anyone know how to do that?
thanks,
KZ
[[alternative HTML version deleted]]
2007 Oct 11
3
lme4 install trouble
After upgrading to R 2.6.0, I'm having trouble running lmer:
model <- lmer(primed ~ log(dist.time)*role + 1|target.utt,
data=data.utts)
Error in UseMethod("as.logical") : no applicable method for "as.logical"
So I thought I'd upgrade lme4 to the latest version, but
unfortunately the compilation fails - perhaps there's a missing
#include:
R CMD INSTALL
2003 Nov 24
2
Samba 3.0.0, LDAP and multiples domains
Hi all,
Can samba have multiples domains in a single OU on ldap ?
Cause I have 2 separate samba domains, many users in the same OU depending
on one or the other domain (not 2 at the same time, the SID is refering to
only one domain), and every user can log into the 2 domains without
interdomain trust...
Is it a normal feature ?
(Yes it's a configuration a little twisted, I know ;))
Mathieu
2004 May 24
2
SIP Authentication Problem
I have a group of users configured as extensions in *.These users are registered with a SIP Proxy Server and can receive calls very well. The problem happens when any user tries to make an outbound call. The proxy replies with a "401 Unauthorized" and * don't try another INVITE including credentials.
Here is part of the content of sip.conf.
[general]
port = 5061
bindaddr = *.IP
2003 Jul 21
1
PAnasonic And Asterisk
Dear Pals
One customer has a Panasonic PBX KX-T336 with 60 ext. and a E1 (R2) for
Trunks working perfectly now,
This customer has 10 wireless links to his branches, wireless working
great now, no voice at the present
MY IDEA :
T1Card into the Panasonic (additional to the E1) connected to a T1
Digium Card into Asterisk as far as I know the T1 Card can be configured
as E&M to act as