similar to: DTMF Question (misunderstood '*' button)

Displaying 20 results from an estimated 500 matches similar to: "DTMF Question (misunderstood '*' button)"

2006 Oct 13
2
AEL Question
Hi, all. I'm making my first foray into AEL. I'm starting with a simple macro, but I've already encountered an odd behaviour. I'm wondering if someone can shed some insight: Asterisk 1.2.9.1 macro newPlaceCallPSTN { s => { TIMEOUT(absolute)=7200; NoOp(Analog Out List: ${ANALOGOUT}); ChanIsAvail(${ANALOGOUT}); NoOp(Available Out List:
2012 Aug 24
2
(no subject)
I'm very new to R and just finding my way, so be gentle! I've hit a swift halt doing some summary statistics on a simple continuous data field, divided into two categories. I'm getting the following error message. I am unclear why length(names(tth$Mins.to.hospital)) is zero and how to alter this. This is preventing me from carrying the summary data forward to any further analyses,
2004 Jul 18
0
ChanIsAvail issue
Hello I am trying to setup ChanIsAvail function in the extensions.conf file so that user should use the available channel to call out, but immediately after the function like, zap channel hangup. Here is the copy of my extensions.conf file and messages display on consol while making the call. Please help me to fingure out this issue. Thanks Deepak Extension.conf : exten =>
2007 Feb 09
1
Outbound Call Transfer Problem
Hi I am using Asterisk 1.2 and for the life of me, I am unable to transfer outbound calls (eg calls I initiate from sip extensions). When I press #, nothing happens. Inbound calls transfer fine, but only once per call. The problem happens: - With both software and hardware phones. - With calls going out through the ZAP channel and to internal SIP extensions. - After I have transferred an
2006 Jul 25
2
Sweave and tth
I tried odfWeave to create an OpenOffice file and found that it exhausted the memory of my large linux machine and took a long time to run. LaTeX with Sweave is blazing fast and extremely flexible. Most of the time I can give clients a pdf file. Sometimes I'd like to make Sweave LaTeX files more accessible (and editable) to (gulp) Word users, mainly so they can extract tables and other
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All, The recent improvement in RODBC to recognize datetimes in tables has exposed my ongoing confusion. All my data are obtained from a satellite system (Argos) which tags events in the GMT time zone. Daylight saving is ignored. To my way of thinking this means that 1. twelve-o-clock means halfway through the day regardless of season, and 2. the difftime of any two dates where
2005 Jan 27
1
ChanIsAvail not working
I'm testing ChanIsAvail context and it is not working for me. exten => 55,1,ChanIsAvail(SIP/11&SIP/21) exten => 55,2,Cut(theChannel=AVAILCHAN,,1) exten => 55,3,Dial(${theChannel},r) exten => 55,4,Hangup exten => 55,102,Goto(s,4) It is not dialing SIP/21 when I'm talking on SIP/11, it execute Hangup instruction instruction. According to notes: The channels are checked
2001 May 10
2
memory blues
G'Day again, I am attempting to read a large MSAccess file into R, but get memory problems. With the first 100 rows of the table ("Macca99") things, as shown below, are fine and the resulting object is 33,780 bytes. But when I read the entire table ("MaccaDiv99") which is 218,000 rows R falls over with the message: Rgui.exe - Application error The instruction at
2009 Apr 03
4
embed?
I have a question on the function 'embed'. I ran the example x <- 1:10 embed(x, dimension=3) This gives the output: [,1] [,2] [,3] [1,] 3 2 1 [2,] 4 3 2 [3,] 5 4 3 [4,] 6 5 4 [5,] 7 6 5 [6,] 8 7 6 [7,] 9 8 7 [8,] 10 9 8 I don't quite understand the output and why it is useful. First, there are only 8
2020 Apr 15
2
Clients disconect after one hour
sry i had forgot to answer at the list. there is no restart at the logfiles of icecast, and there are no listener behind Am 15.04.2020 um 16:40 schrieb tonton Th: > On 4/15/20 4:06 PM, Railgun wrote: >> Hi I have a problem, the webplayer, Oder other clients (only VLC not) >> get >> most time disconect after exactly one hour. >> >> Somone can help me solv this
2015 Dec 14
2
[GlobalISel][RFC] New verifier stages
Hi Medhi, > On Dec 11, 2015, at 6:18 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > Hi, > > Side note: shouldn’t RFCs rather go to llvm-dev? You’re right! I could have sworn I have sent it to llvm-dev! Moving it now. > >> On Dec 11, 2015, at 5:44 PM, Quentin Colombet via llvm-commits <llvm-commits at lists.llvm.org> wrote: >> >> Hi,
2020 Apr 15
2
Clients disconect after one hour
Hi I have a problem, the webplayer, Oder other clients (only VLC not) get most time disconect after exactly one hour. Somone can help me solv this problem? I using icecast 2.4.4 on Ubuntu 18.04 And ezstream as source. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200415/7aa4270b/attachment.htm>
2005 Jun 16
1
faxdetect config issues
My Asterisk fax detection used to work, but no longer does. OK. So, here's the deal: 1. It appears that the "faxdetect" command cannot be applied channel-by-channel in zapata.conf anymore, as Asterisk appears to the last "faxdetect=" command to ALL channels. 2. My stations are detected and sent to the proper extension; i.e., when I send a fax from one zap extension
2007 Oct 19
1
Glare on Incoming Calls
How I change my configuration to reduce this issue. I have this setting on my zapata.conf signalling=fxs_ks group=1 callgroup=1 pickupgroup=1 channel=1 signalling=fxs_ks group=2 callgroup=1 pickupgroup=1 channel=2; singalling=fxs_ks group=3 callgroup=1 pickupgroup=1 channel=3; singalling=fxs_ks group=4 callgroup=1 pickupgroup=1 channel=4 and for outbound calls I have this context on my
2020 Apr 15
2
Clients disconect after one hour
they disconect individually after playing one hour. Am 15.04.2020 um 19:08 schrieb Jordan Erickson: > Hi, > > Doesn't sound like anything Icecast does by default. I would inspect > your web player / browser for clues. Do all clients disconnect at the > same time every hour, or do they individually disconnect after playing > for an hour each? > > > Cheers, >
2007 Feb 08
1
Queue extension issues
I'm stuck on queues! The way I read what documentation I have found, if I set up a queue like this: [general] persistentmembers = yes [testq] musiconhold=default strategy = ringall timeout = 10 retry = 5 context = testing member => SIP/100 and then add into extensions something like this: [incomingiax] exten => 1234,1,Dial(SIP/100,10) exten => 1234,2,Queue(testq|tTH|||300)
2004 Nov 21
1
DC++ crashes with current CVS wine
Hi! I have a problem, that DC++ client now crashes in wine. The problem is that it crashes using its own exception handler, from the wine's point of view the app is running OK. The client simply pops up a dialog box saying that it just crashed and the debug info is placed in a file called exceptioninfo.txt. OK, the file is really there and it really shows something important: Code: c0000005
2020 Apr 15
1
Clients disconect after one hour
Perhaps check the mount settings in the icecast config file: <mount type="normal"> <mount-name>/example-complex.ogg</mount-name> <username>othersource</username> <password>hackmemore</password> <max-listeners>1</max-listeners>* <max-listener-duration>3600</max-listener-duration>* -
2009 Feb 23
1
sieve-test issue
Hi all, I'm using a build of dovecot 1.2, and I'm seeing this: # ls -al 1235038385.M765212P13483.tch-mailstore1\,S\=3927\,W\=4017\:2\,S -rw------- 1 mail mail 3927 2009-02-19 10:13 1235038385.M765212P13483.tch-mailstore1,S=3927,W=4017:2,S (root at tch-mailstore1:/mailstore/mail/domain.net/i/ian/mail/.postini/cur) (2009-02-23 13:46:04) # sieve-test -c ../../../sieve/default.sieve
2019 Feb 05
1
Icecast Digest, Vol 176, Issue 3
Hi, >>> >>> Either you called ./configure with --disable-yp or with --without-curl (see >>> XIPH_PATH_CURL definitio in m4/xiph_curl.m4) >> >> So, I can see this? but what am I looking for exactly? >> > How did you invoke the ./configure command when you was building the icecast? > I extracted the source tarball in the /tmp directory. I