similar to: May Twenty Fifth SayUnixTime

Displaying 20 results from an estimated 5000 matches similar to: "May Twenty Fifth SayUnixTime"

2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension (400) that reports the time when it is dialed. I searched the threads and it seems like this should work... Here's what's in my extensions.conf: exten => 400,1,Answer() exten => 400,n,Wait,1 exten => 400,n,SayUnixTime(,EST5EDT,) exten => 400,n,Playback(tt-weasels) [BTW, tt-weasels is hillarious!
2012 Aug 14
0
SayUnixTime quandry
Hi Gang, Hopefully somebody out there has a "doh" for this one. My dialplan announces the date and time using SayUnixTime. When I run this: exten => 36225,1,Set(ABA=999999999) exten => 36225,n,Background(telbank/${ABA}/${CHANNEL(language)}/thetimeis) exten => 36225,n,sayunixtime(,,Abe 'digits/at' IMP) I get this CLI output -- Executing
2004 Dec 17
0
SayUnixTime
If I use SayUnixTime to an extension, it will tell me the CORRECT time: extension =>698,1,SayUnixTime If I use the same in the wakeup-agi, it tells me the time 14 hours in the future: $agi->exec('SayUnixTime', sprintf("%s||IMp", UnixDate($time, "%s"))); Where is the difference? I am in Time zone Asia/Taipei (GMT+8:00) Any ideas? bye Ronald
2004 Aug 12
2
Interruptable SayUnixTime
I'd like to announce the time when people call and hit my voice-menu context, but the complaint is that the time announcement isn't interruptable. Is there any way to make SayUnixTime interruptable? -- PhoneBoy
2009 Apr 12
2
Convert string to time
One variable contains values (1.30 - one hour and thirty minutes, 1.2 (which is supposed to be 1.20 - one hour and twenty minutes)). I would like to convert to a minute variable so 1.2 is converted to 80 minutes. How?
2011 Nov 13
0
Has anyone used SIAR package add on?
On Nov 12, 2011 at 8:29pm Alex wrote: > Has anyone used SIAR package add on? I posted a reply to an earlier question from you on this subject. See http://r.789695.n4.nabble.com/Errors-in-SIAR-td4029804.html. In it I note that there are problems with the function from siar (not SIAR) you are using, but that this may not be "your" problem, that the function calls for matrices (you
2004 Jun 24
0
-- Serious issues with current CVS?
I had a compile problem with the CVS I downloaded on 21 June. I have a Debian box with 2.4.18 kernel (version needed for support of Conexant ADSL). There is a difficulty with Zaptel build regarding HDLC detection. It tries to build it in and then results in unresolved kernel symbols and fails to load. I have had to comment out the entire HDLC defines in zconfig.h to get a driver to install at
2004 Jun 12
1
'background' problem
I have a 'day' and a 'night' mode. In the day mode, I play a 'background' message which is interruptable by the pushing of a DTMF key - ie - all is normal. In night mode - I decided to get smarter... I play two backgrounds with a 'sayunixtime' in between and now DTMF does nothing - the menu times out to my 'lets get the operator then'... If I change the
2007 Nov 29
1
Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get added to the release? I was trying to do a "popcorn" extension on my phone (that gives the date and time... maybe even getting fancy and adjusting for the caller's timezone based on country code or area code)... but didn't have the word "local" or phrase "local time" in the lexicon. Now if
2019 Oct 22
5
It was twenty years ago today...
Xapian has turned 20! Strictly speaking it was 20 years ago last month but I managed to miss the true anniversary - the oldest commit in the Xapian repo is: commit 8ced76ea128c8fb2792477e09b41fa989f2e572f Author: Richard Boulton <richard at tartarus.org> Date: Fri Sep 10 09:50:40 1999 +0000 Martins initial code, which didn't work for him but did for me. Back then Richard,
2007 Dec 05
2
New feature: calling all bug marshals
> Hi. > > I wanted to write a "popcorn" app for myself, both to learn how to > script in extensions.conf, but also because it was something handy. > > Along the way, I found myself doing something like: > > [popcorn] > exten => s,1,Set(FUTURETIME=$[${EPOCH} + 10]) > ... > exten => s,n,While(${EPOCH} < ${FUTURETIME}) > exten =>
2007 Dec 05
5
New feature: calling all bug marshals
Hi. I wanted to write a "popcorn" app for myself, both to learn how to script in extensions.conf, but also because it was something handy. Along the way, I found myself doing something like: [popcorn] exten => s,1,Set(FUTURETIME=$[${EPOCH} + 10]) ... exten => s,n,While(${EPOCH} < ${FUTURETIME}) exten => s,n,Wait(0.01) exten => s,n,EndWhile() exten => s,n,Play(beep)
2009 Sep 14
3
How to convert numbers to words?
I am trying to convert numbers to English words, e.g. 123 -> One hundred twenty three. After some searching, I have been unable to find any info on this. I could certainly write code to do it, but my question is this: Does anyone know of a function that does this? Thanks, Derek McCrae Norton
2005 Jul 11
2
h323 and asterisk
We come into this section of the dialplan: exten => 88670333333,1,Wait(1) exten => 88670333333,n,SayUnixTime exten => 88670333333,n,NoOp(If you know the extension ...) exten => 88670333333,n,Dial(${PHONE_6003}) The caller from the GK hears only ringing, not the time. The extension 6003 rings and I can pick up, but without any voice nor video. athome*CLI> -- Executing
2015 Jun 14
4
German sounds on Asterisk
Hi again I'd like to configured my Asterisk to use german sounds for the "Say"-commands... I installed the sounds-files and I tried them with "Playback(de/demo-echodone)" and it works. Now I tried to add an extension to say the current time: exten => 24,1,Verbose(2,Time asked by ${CALLERID(num)}) Exten => 24,n,Set(CHANNEL(language)=de) Exten =>
2005 Jul 28
0
H323 problem
Can anybody spot the problem? H.323 via GK calls Asterisk box and should be connected directly to the extension 6002 (an voice sip phone) The caller hears only ringing. The called party hears the ring. Called party picks up, caller hears still the ring tone. Called party hears nothing. Called party hangs up, caller hears the busy tone. extensions.conf: exten => 88670333333,1,Wait(1) exten
2006 Jan 25
0
include from database
Hi list users I?m trying to do an incluye statement from the Database In my dialplan I have different contexts that defines common services for example ---------------------------------------------------------------------------- ----------------------- [basic_services] exten => 100,1,VoicemailMain() exten => 600,1,Playback(demo-echotest) exten => 600,2,Echo() exten
2010 Jan 11
0
Custom date formats with new mode say.conf?
I have Asterisk 1.6.2 running on CentOS 5.4. I would like to use mode=new in say.conf but when I do, SayUnixTime doesn't play any sounds. i.e., SayUnixTime(,CST,ABd 'digits/at' IMp) says the date / time as expected with mode=old, but changing to mode=new causes that to do nothing at all. Is there something else I need to change to make date formats other than the default work
2015 Jun 14
0
German sounds on Asterisk
Hi, from voipinfo... If an Asterisk command specifies a sound file in a*subdirectory*, Asterisk looks in that subdirectory for the language subdirectory. For example, theSayDigits <http://www.voip-info.org/wiki/view/Asterisk+cmd+SayDigits>command may play the sound file "digits/6". Asterisk will, if the language code is "de", first look for
2018 May 07
0
LLVM Weekly - #227, May 7th 2018
LLVM Weekly - #227, May 7th 2018 ================================ If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/227>. Welcome to the two hundred and twenty-seventh issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex