Displaying 20 results from an estimated 1000 matches similar to: "SayUnixTime in CVS?"
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
2003 Oct 31
1
Some problems after an Asterisk update
Hi,
Yesterday evening I have done a full update of Asterisk on a test system.
The version is CVS-08/25/03-15:55:51
After this operation I get some big problems:
- the Voicemail2 application does not work anymore. I must disable it in
modules.conf file in order to be able to start * without crashing. The
following settings:
noload => app_voicemail2.so
noload => app_sayunixtime.so
If
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
2006 Jun 23
6
Caller ID Matching in extensions.conf
I'm running 1.2.9.1, and I can't get caller id dialplan matching to work.
When calling from 9220370 to 1234, the following does not match.
exten => 9220370/1234,1,NoOp(${CALLERIDNUM})
exten => 9220370/1234,2,Answer
exten => 9220370/1234,3,Playback(tt-weasels)
However, when calling from 9220370 to 1234, this DOES match.
exten => 1234,1,NoOp(${CALLERIDNUM})
exten =>
2005 May 25
0
May Twenty Fifth SayUnixTime
I'm trying to get SayUnixTime to parse the date correctly and say 'May
Twenty Fifth', however it refuses to do so and keeps using the phrase 'May
Twenty Five'. I've read all the syntax, tried using both 'd' and 'e', and in
the doc it says:
d or enumeric day of monthfirst, second, ..., thirty-first
However, it doesn't read my h-#.gsm files...
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
2012 Jun 25
1
IAX Trunk issue.
I'm testing a few IAX trunk scenarios in a controlled lab. From server2 extension 5000 (Server IP Address 172.16.200.212) I dial 6001 which goes across the IAX trunk to server 1 (IP address 172.16.200.210). Instead of ringing the 6001 phone, it plays tt-weasels (the s extension). When I dial 6099 it also plays tt-weasels as it's supposed to, but it's not the tt-weasels under its
2011 Jun 07
3
why doesn't "s" accept incoming call
Call from 'sip' to extension '+1xxxyyyzzzz' rejected because extension
not found in context 'out'.
But
[out]
exten => s,1,NoOp( this is the extension: ${EXTEN})
exten => s,n,Answer()
exten => s,n(weasels),PlayBack(weasels-eaten-phonesys)
........
If I set "s" to "_." it works.
Shouldn't "s" work here? Is it because the
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 =>
2009 Aug 04
4
CDR Problem - No CDRs when call is not bridged
Hi!
I just found out that Asterisk (1.4) does not write CDRs if the incoming
call was not forwarded but handled internally without answering the call.
E.g.:
[from_pstn]
exten => 997,1,Answer()
exten => 997,2,Playback(tt-weasels)
exten => 997,3,Hangup()
exten => 999,1,Playback(tt-weasels|noanswer)
exten => 999,4,Hangup()
For incoming calls to 997 a CDR will be written, but not
2008 Jan 18
2
SAY TIME + PHPAGI + Timezone
Hello All,
Is there any way to change the timezone on the fly? I have this little
time clock program running on Asterisk system developed using PHPAGI.
Currently, whenever user logs in, Asterisk will prompt the current
system time using "$agi->say_time();" which executes "SAY TIME". Now the
current timezone set on the system is "PST", and I have a request to
2007 Aug 05
1
How does one use sip_autoreg
I've RTFM and Googled but can't seem to get sip_autoreg to work (or
perhaps I'm just completely missing the point of it).
(what I'd like to do is avoid having to put explicit entries for every
SIP phone into extensions.conf).
Asterisk is creating entries in the (virtual) context sip_autoreg:
asterisk*CLI> dialplan show sip_autoreg
[ Context 'sip_autoreg'
2004 Jun 20
7
Date Time Stamp with Caller ID
Where does the date/time stamp from Caller ID come from? On my extensions
ATA188 and IAX2 soft phone the caller id date / time is 12/30 12:00AM. The
Linux time is correct. SayUnixTime return the correct time.
Any Ideas? Does this work?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2005 Mar 23
4
Playback of sound files but no sound
Hello,
I'm running asterisk-1.0.6 on a centos3.4 box.
I'm still in testing phase and so far everything is running smoothly.
I'm now trying to play a soundfile or an mp3file using 'MP3Player',
'Playback'
or the 'Background' commands, but don't get any sound.
The logfile says:
-- Executing BackGround("SIP/joa-9def", "tt-weasels") in
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)
2004 Jan 23
3
SIP Absolute Timeout
Hi All,
I've been having a hard time getting the AbsoluteTimeout function to work.
Is this Function working in for SIP? I've search all the messages in the
news letters and tried what was suggested and still have not gotten it to
work. Below is a portion of my extensions.conf. I've also been running these
test on ver 0.5.0
exten => _X.,1,Absolutetimeout(20)
exten =>
2009 Jan 28
1
Scope of variable
I have this extension:
exten => 1322,1,Answer()
exten => 1322,n,Set(CfMC_AMDValue="NotChecked")
exten => 1322,n,GotoIf($["${CfMC_DoAMD}" != "Yes"]?NOAMD)
exten => 1322,n,AMD()
exten => 1322,n,Set(CfMC_AMDValue = ${AMDSTATUS})
exten => 1322,n(NOAMD),Wait(1)
exten => 1322,n,UserEvent(E1322-1,${CfMC_ActionID}=${CHANNEL} &
${CfMC_AgentToUse}
2007 Feb 07
4
tzdata - extra info.
Sorry for the extra info required, but I had digest mode turned on and
wouldn't have received the mailing till tomorrow.
I have since updated the data manually, but after 'yum update tzdata' was
run, the zdump -v for EST5EDT and America/New_York all still showed a date
of April 1, instead of March 11. After manually fixing, it is correct.
This was mostly a question about why yum