search for: octothorp

Displaying 20 results from an estimated 20 matches for "octothorp".

Did you mean: octothorpe
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote: >> how to flush user input before READ()? How about a read() to a dummy variable with a 1 second timeout to consume the octothorpe and password? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2016 Jan 19
2
how to flush user input before READ()
...> Steve Edwards <asterisk.org at sedwards.com> wrote: > > > On Mon, 18 Jan 2016, Ethy H. Brito wrote: > > > > >> how to flush user input before READ()? > > > > How about a read() to a dummy variable with a 1 second timeout to consume > > the octothorpe and password? > > > It is an odd solution but i'll give it a try. To close the thread, the solution did "flush" the input as a side effect of the short timeout. Thank you mr. Edwards. Cheers Ethy > > Thanx; > > Ethy > > > > > > --...
2003 Jul 24
4
the 'pound' and '#' are the same?
Hi, I am translating the voice files of voicemail now. I don't know if the POUND and # are the same key in the telephone's keypad. If they are same, how could we understand the following message: %vm-msginstruct.gsm%To hear the next message press 6, to repeat this message press 5, to hear the previous message press 4, to delete or undelete this message press seven, to quite voicemail
2007 Oct 03
1
Resolving digit strings using pound/hash.
Hi all, The thing that has bugged me about Asterisk since I first started playing with it, is the fact that the pound sign/hash/octothorp doesn't resolve digit conflicts or cancel timing on a variable length string such as a tie line code or when you call numbers in a country whose length can be different between numbers in the same plan. In North America, we see this when calling places such as Germany. Thanks to Atis, thi...
2003 Jul 11
0
More voice prompts available now
...h %thirteenth.gsm%thirteenth %fourteenth.gsm%fourteenth %fifteenth.gsm%fifteenth %sixteenth.gsm%sixteenth %seventeenth.gsm%seventeenth %eighteenth.gsm%eighteenth %nineteenth.gsm%nineteenth %twentieth.gsm%twentieth %thirtieth.gsm%thirtieth %star.gsm%star %pound.gsm%pound %hash.gsm%hash %octothorpe.gsm%octothorpe %office-iguanas.gsm%The office has been overrun with iguanas. %gambling-drunk.gsm%We're off gambling and getting drunk. %nobody-but-chickens.gsm%Nobody here but us chickens! %deadbeat.gsm%Deadbeat! %pls-try-again.gsm%Please try again! %the-monkeys-twice.gsm%The monkeys! T...
2016 Jan 15
2
how to flush user input before READ()
Hi how to flush user input before READ()? I wrote a small script to ask for user password before granting access to outside, but some telefones memorize the full user input, including "#". So, when the user press redial, for instance 5556789#123, asterisk accepts the number and the password "123" and gives access to the outside word to whomever redials that terminal. Any
2006 Jan 19
2
R Commenting Style
I seem to remember reading somewhere about some style guide regarding R the number of comment characters (#) prior to the comment meaning something. Anyone know to what I'm referring? Where? ---------------------------------------------------------- SIGSIG -- signature too long (core dumped)
2005 Jan 18
1
Re: * compatible with Pulse dialing phones ?
On Tue, 2005-01-18 at 09:49 -0600, asterisk-dev-request@lists.digium.com wrote: > > Hi, > > I am Arnaud F?vrier, I teach in a technical university in Marseille. > > I'd like to know if is is possible to connect a very old phone to > asterisk and dial pulses with it? > > Are digium cards pulse dial compatible? > > Is there any specific configuration
2007 Mar 05
2
IAX2, DTMF and x86_64.
Hi all, I'm just starting to play with 1.4. I installed 1.4.1 on an Ia32 machine, and can't find any problems. So, I decided to upgrade my home pbx. All went well until I tried using my S101 to talk to the IVR. Some times, the first one or two digits get through, but eventually a digit will get stuck, playing continuously until the call is terminated. I have confirmed this
2008 Sep 11
1
IVR response of the pound key
Dear all, I've used trixbox to compose a custom IVR, and I've defined the input of pound key(#) leading to the repetition of the parent announcement. But each time the pound key is pressed, file "dir-intro.gsm" will always be played. Can any one tell me the reason? By the way,if I want to modify the build-in IVR, which configuration file should be edited? Thanks in advance.
2007 May 09
1
Replaces header
...Our tag: as33bbca55 [May 9 08:42:43] DEBUG[18518]: chan_sip.c:2107 __sip_ack: Stopping retransmission on '9CB723DE-FD6111DB-9FBF9C45-B28951D9@128.91.56.38' of Request 102: Match Not Found Really destroying SIP dialog '9CB723DE-FD6111DB-9FBF9C45-B28951D9@128.91.56.38' Method: ACK octothorpe*CLI> exit
2000 Feb 03
0
SYSKEY2. Request For Comments
...uire a new update to the encrypted password field (syskey2). comments, please! especially on whether the usr21Z data is sufficient to produce variations in the per-user key, particularly as the various time-stamps keep changing. thx, luke (samba team) p.s the definition of # is actually "octothorpe" - an eight-sided figure. it is pronounced, everywhere except in the u.s, as "hash". for those people in the u.k who have ever tried to use a u.s. keyboard or listened to automated telephone instructions, shift-3 and the button underneath 9 on a telephone _is_, to americans, the po...
2007 Sep 03
20
Reason for _spec.rb convention
Hi Easy one - I just wondered why all spec files for rspec_on_rails end "_spec.rb" instead of just ".rb"? They are all inside the spec folder so surely the fact they are specs is implicit? Ashley
2003 May 27
13
SayDigits
Any chance of say digits being extended to recognise "*" & "# " ?? Heck these are digits on a normal keypad :-) Gary .
2017 Aug 29
0
help with read.csv() for files with different number of columns
Hi Ace, You can just read the file first to find out: max_fields<-function(file,sep=" ") { rlines<-readLines(file) return(max(unlist(lapply(sapply(rlines,strsplit,sep),length)))) } nmax<-max_fields(test.txt,"\t") Jim On Wed, Aug 30, 2017 at 2:22 AM, Fix Ace <acefix at rocketmail.com> wrote: > Thank you very much! Looks like I have to know the length of
2017 Jun 15
1
draw stripes in a circle in R
hi david Thank you very much for the hack of draw.circle that you proposed me. I don't understand some part of the code, why do you pass radius as a vector in the function (if I understand well the purpose of the for loop) ? Also what is ymult? If I set the radius to the value 0.85 as I wanted (so as a scalar), I don't see any difference in the result when I call this function
2017 Aug 29
2
help with read.csv() for files with different number of columns
Thank you very much! Looks like I have to know the length of each record ahead of time. Ace On Monday, August 28, 2017 12:56 AM, Jim Lemon <drjimlemon at gmail.com> wrote: Hi Ace, With tabs as separators: testdf<-read.table("test.txt",header=FALSE,fill=TRUE,sep="\t", col.names=paste("V",1:19,sep=""),stringsAsFactors=FALSE) Also note
2008 Feb 09
1
Sending a message from inside voicemailmain.
As far back as I can remember in 1.4, the option of sending a VM from voicemailmain (3-5 or 3-5-1), depending if you could use the directory has been broken. In the ChangeLog for 1.4.18 a bug (11735) was mentioned. I do seem to remember that in 1.2, it wasn't possible to send a message to ones-self. This bug fix apparently corrects that situation. Well, I guess it would, if only it
2008 Mar 20
1
Unable to build smsq on beta6 and x86_64.
Hi, When I build the same asterisk package that I build on i386 on x86_64, I don't get /usr/sbin/smsq. AFAIK, the two machines have the same set of installed packages. What should I be looking for in the output of ./configure to get a clue of what might be missing? TIA. -- Bill in Denver
2008 Oct 17
1
Meetme "talker optimization" always on even when no "o" option present.
Hi all, After loading 1.6.0.1, I notice that I always have the "VOX" effect on Meetme conferences whether I have the "o" option set in the dial plan or not. Is anyone else seeing this? Although I'm now running 1.6.0.1, I'm also seeing this on a system still running 1.6.0beta9. Thanks. -- Bill in Denver