similar to: What's up with DATETIME and TIMESTAMP in Asterisk 1.4beta3 ?

Displaying 20 results from an estimated 800 matches similar to: "What's up with DATETIME and TIMESTAMP in Asterisk 1.4beta3 ?"

2006 Nov 21
1
Hints no longer working in 1.4beta3 with Polycoms
Hi there, Is there anyone else using hints and buddy watch on 1.4beta3 with Polycoms? If so, can you give an indication of whether they are working or not? We had hints working fine on 1.2.1, but they have stopped working after upgrading our test server to 1.4beta3. We've tried rebooting the phones, 'sip reload', deleting and recreating the directory entries etc. A 'sip
2009 Mar 21
2
1.6.2 beta 1 crash
Hi, I'm starting testing 1.6.2 beta. CentOs 5.2 I found my first crash, first I have [Mar 20 20:30:41] WARNING[11201]: res_config_mysql.c:611 update_mysql: Attempted to update column 'useragent' in table 'sip', but column does not exist! [Mar 20 20:30:41] ERROR[11201]: res_config_mysql.c:581 update_mysql: MySQL RealTime: Updating on column 'lastms', but
2010 Nov 23
2
Function SIP_Header not registered
Hello, I'm trying to use SIP_HEADER function on my dialplan but I receive this message (on the console): pbx.c:3367 ast_func_read: Function SIP_Header not registered Why? Thank's - Bakko
2006 Nov 30
1
2nd attempt - Return code - How to?
Can anyone give me some insight on this? If I am not making myself clear please let me know. At voip-info.org they show the following example.... exten => s,1,Set(foo=${STAT(s,/var/t3)}) which I guess is suppose to work and make foo = size of t3 I did the following.... exten => 542,1,Set(s1=${STAT(e,"/var/lib/asterisk/t1")}) which should set s1 = 1 if the file exists and 0
2006 May 05
5
Code parsing error?
This code executes just fine, and leaves the SIP peer's mailbox setting from sip.conf in variable target. exten => 1,1,Set(target=${CHANNEL:4}-) exten => 1,n,Set(target=${SIPPEER(${CUT(target,,1)}:mailbox}) exten => 1,n,VoiceMailMain(${target}) However, every time it runs I get an error in the CLI as follows WARNING[5629]: pbx.c:1366 ast_func_read: Can't
2006 May 10
3
migrations :timestamp becomes :datetime in mySql
For some reason whenever I try and create a timestamp column with migrations and mysql I get a datetime column instead. That''s kind of annoying because I want the column to update every time the row gets changed. Is this a bug, or is there something I can do about it? (Obviously I can manually change my mysql table, but that kind of defeats the point of migrations!) In my migration
2006 Mar 02
2
TIMESTAMP, DATETIME not working
I am using the latest SVN version 1.2 of Asterisk When I attempt to test the output of certain variables, for use in file naming etc, certain key ones appear to fail. exten => 5555,1,NoOp(${EPOCH}) Returns -- Executing NoOp("SIP/200-638c", "1141352935") in new stack exten => 5556,1,NoOp(${TIMESTAMP}) Returns -- Executing NoOp("SIP/200-8cc9",
2007 Sep 03
1
unnumbered priorities
Hi: When should we use "unnumbered priorities"(n) in extensions.What is the different between these 2 forms of extensions.conf? and ,Are both true? extensions.conf: form1: [Conferencerooms] exten => 333,1,Answer exten => 333,n,meetme(8000|cim) exten => 333,n,playback(vm-goodbye) exten => 333,n,hangup form2: [Conferencerooms] exten => 333,1,Answer exten =>
2003 Dec 19
2
GotoIfTime help
Hey All, I need to forward an extension to an other depending on the current time but I could not get it done with GotoIfTime. What I'm trying to do is ring on the extension 1 if time is between 8:00AM and 2:00PM and on extension 2 if is between 2:01PM 11:00PM. exten => 111,1,GotoIfTime(8:00-14:00|*|*|1-12?333) exten => 111,2,Dial(${Person1}) exten => 111,3,Dial(Hangup) exten
2006 May 16
2
Using REGEX function
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Arial">Greetings,<br> <br> I'm running
2003 Nov 25
2
modem to modem calls through asterisk
Modem connect speeds on calls through * seem to be lower than calls made through the telephone company lines or our old Rolm PBX. All data calls have 2 wire analog modems on both ends. For my set up I have channels of a Zhone channel bank tied to 2 modems. The Zhone channel bank interfaces my * server with a T400P card. modem --- Zhone Channel bank - * via T400P card - Zhone channel bank -
2006 Dec 05
4
question on tx_fax install for asterisk 1.4
I downloaded these 4 files: app_rxfax.c app_txfax.c asterisk.patch spandsp-20061130.tar.gz for use with asterisk 1.4 (these are the 1.4 files) I installed spandsp, copied app_rxfax and app_txfax into /asterisk-1.4beta3/apps my question is what do I do with asterisk.patch? I tried to put it in the apps directory also and run "patch < asterisk.patch" and it gave me an error.
2006 Nov 21
2
Answer Machine Detection
Hi all, i'm trying to make AMD, Answer Machine Detection, to work on my outbound context but i can't get it to work, just on inbound context like whe i use the application Answer before AMD, but i need to make AMD to do the detection on an outbound predictive dialer integration. Follow are the inbound and outbound examples. My current environment is Asterisk 1.4beta3 and a Digum
2011 Feb 09
1
dial option 'g' not working
Hi, I'm trying to get my dialplan to continue executing in the current context after a third-party is called and hangs up. It seems like it should be straightforward but it's not working. Here's what I have in extensions.conf: exten => 333,1,Answer() exten => 333,n,Playback(hello) exten => 333,n,Dial(SIP/19992223333 at sipcarrier,,g) exten => 333,n,Playback(hello) exten
2006 Nov 30
3
1.4beta3 help
I do a ./configure successfully but when I try doing a 'make' I get error 1 - menuselect What am I doing wrong? Doug
2006 Nov 23
1
asterisk 1.4 chan_h323, help please...
Hi, My configuration is SipPhone<-->*1<--->*2. My asterisk version is 1.4beta3. I installed pwlib,openh323,chan_h323. When i call from SipPhone--(SIP)-->asterisk1---(H323)-->asterisk2, there is no audio. Using 'rtp debug', I can see that rtp packets are being received. Rtp packets are being exchanged. I also tested chan_ooh323, but to fail. Can anyone recommand best
2005 Mar 07
2
SIP and ISDN
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 2918 bytes Desc: Picture (Metafile) Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050307/cb404791/attachment.bmp
2007 Jun 25
0
[1072] trunk/wxruby2/swig/shared/datetime.i: Add typemap for DateTime::WeekDay; plug mem leak with wxDateTime arg
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2008 Mar 20
4
Blank DateTime versus Nil DateTime
Hi! These days I have been having trouble with a test that tried to test DateTime functionality. I have discovered that a NULL DateTime is auto-type casted to NIL by Rails. My problem here is that I have a field :datetime and I want to allow NULL datetimes but not wrong datetimes. With this validation if deadline is wrong or if is is blank it returns true. How I can accomplish this? protected def
2006 Oct 30
0
Realtime trouble with contex
Hello, Asterisk. I am currently using Asterisk (asterisk-1.2.13) and asterisk-addons-1.2.3_1 on FreeBSD 6.1-RELEASE-p10 So, after setup asterisk for realtime extension: res_mysql.conf: [general] dbhost = 127.0.0.1 dbname = asterisk dbuser = asterisk dbpass = asterisk dbport = 3306 dbsock = /tmp/mysql.sock res_odbc.conf: [mysql] enabled => yes dsn => asterisk username => asterisk