similar to: Asterisk h323 module

Displaying 20 results from an estimated 200 matches similar to: "Asterisk h323 module"

2005 Dec 19
3
created_on, created_at defaulting to 2000/01/01 00:00:00
Hello all, Rails 1.0.0 created_on is being set to 2000/01/01 00:00:00 Any ideas on this ? Thanks! Schema is create table user_login_history ( id int identity(1,1) not null, user_id int not null, created_on datetime default(getdate()) not null, created_at datetime default(getdate()) not null, updated_on datetime default(getdate()) not null, constraint pk_user_login_history primary key clustered
2011 Apr 07
2
Selecting data from list object
Hello Group, Is there a simpler way to get data out of a list object? (like in data frame without using the apply functions) I have the following dataset > dput(d) list(c("20110405", "092102"), c("20110405", "092538"), c("20110405", "093458"), c("20110405", "101124"), c("20110405", "102041"),
2005 Jan 05
1
CVS Compile problem on Solaris
Hello all, After reading through the Wiki and archives, I decided to take a stab at installing * on Solaris 9 SPARC. I checked it out via CVS last night as well as about an hour ago, and have run into a compile problem that I can't quite figure out. After running into some unlisted dependencies, such as popt, things are almost compiling. Right now the make bombs when trying to find setenv
2006 Jun 10
1
How to check a date against today
I''m looking for a function which produces the current date eg. if account.expiry_date < getdate ''getdate'' doesn''t seem to work. anyone know what does? -- Posted via http://www.ruby-forum.com/.
2004 Sep 01
1
NEWBIE: PWLIB Build Failure
Any got experience w/ PWLIB - sorry I know it's somewhat off topic... I do not have a bison.simple file located on Fedora RC2... But when make'ing PWLIB I get ../common/getdate.y:106:1: warning: "YYPURE" redefined ../common/getdate.tab.c:43:1: warning: this is the location of the previous definition Is it safe to continue or is this a bad build?
2012 Oct 30
1
pass javascript date variable to rails controller as params
I have an application where jquery fullcalendar is implemented. On day click I need to pass the selected date as params to rails controller. When I alert the date inside dayclick function, I am getting the date in the format of "Tue Oct 30 2012 12:40:20 GMT+0530 (IST)".. But when I pass as params in jquery ajax to rails controller, it is passing blank. How do I get it in rails
2005 Jul 26
2
function declaration isn't a prototype
hello, i got this error when i run make after downloading asteirsk from cvs. gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -Iinclude/solaris-compat -I/usr/local/ssl/include -D_REENTRANT -D_GNU_SOURCE -O6 -Wcast-align -DSOLARIS -DBUSYDETECT_MARTIN -fomit-frame-pointer -c -o term.o term.c In file included from
2003 Sep 04
2
build samba rpm for redhat 9
Hello group, I have downloaded the source file of samba 3: samba-3.0.0rc2-1.src.rpm.And build it for redhat 9.0,I didn't see any redhat package of samba 3 for redhat 9.0. when i install the source,and built redhat package using the following command: rpmbuild -ba samba3.spec. It seem OK,but at last,it report the error: Can everybody help me and show me how to fix the error. Thanks a lot.
2005 Aug 28
2
error compiling on solaris 10
>Message: 11 >Date: Sun, 28 Aug 2005 11:46:29 +0800 >From: "chris" <chris@fivestartel.com> >Subject: [Asterisk-Users] error compiling on solaris 10 >To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> >Message-ID: <003a01c5ab83$149a9e30$650fa8c0@acid> >Content-Type: text/plain;
2006 Jul 27
1
getdate_column
Plugin location: http://svn.kylemaxwell.com/getdate_column/ ** Won''t work on Windows ** OVERVIEW =================== Getdate_column is designed to make the accessor methods of a datetime column accept and return string representations of the date (e.g. "today", "10 days from now", "1/2/06 10pm"). I personally find date controls on the web to be clumsy,
2005 Jul 25
0
Fw: /bin/sh: build_tools/make_version_h: not found
----- Original Message ----- From: "chris" <chris@fivestartel.com> To: "Frank Tarczynski" <ftarz@mindspring.com>; <seruser@iptel.org> Sent: Tuesday, July 26, 2005 9:54 AM Subject: Re: [Asterisk-Users] /bin/sh: build_tools/make_version_h: not found > hi Tzafrir > > any idea how we can fix this error? > > include/asterisk/strings.h:232: parse
2007 Dec 23
11
return day from date (javascript) ?
Ok, I know this isn''t a Rails problem, but if you could help me out that''d be brill. I''ve used JavaScript to create a new Date object containing a date of my choice... mydate = new Date("11/24/2007"); //going with Javascript''s mm/dd/yyyy format now this is good, what i want to do now is put in an integer variable the number for the day, in this case
2006 Jul 17
4
Inner SELECT-s in Rails
Is there a proper way of doing inner selects in rails. Basically, I run in issues where I need the count of a query and end up using find_by_sql. I was wondering if there was any elegant way of doing such queries. Roland -- Posted via http://www.ruby-forum.com/.
2006 Jan 19
0
db_schema_dump for SQL Server
We''re using migrations to manage a SQL Server project and have been running into a number of issues with db_schema_dump/migrations. Can anyone confirm that these are actual issues with the SQL Server adapter and not issues with me :) 1) Fields are not properly setup with proper null settings (:null => true / false). I''m wondering if we need to update the def columns method
2006 Jan 04
2
H323 compilation Help needed
hi all im trying to compile h323 i have got the pwlib and openh323 working that is simph323 is running properly but when i try to compile h323 in the channels directory it gives me the following error can anybody please help me with [root@test src]# cd /usr/src/asterisk/channels/h323/ [root@test h323]# make opt g++ -DNDEBUG -I../../include -Wmissing-prototypes -fPIC -DP_LINUX=2.6.5-1.358
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
Hello all, I was finally able to create the OpenSSH package for Solaris 8 10/01. The problem I have now is that I will still need to have entropy ready prior to openssh-3.1p1 package installation. Otherwise there is no entropy pool available (with the new servers) and key generation fails. With the previous versions of openssh, I used SUN's "makeOpenSSHPackage.ksh" script and was
2004 Jul 16
2
Can't build 3.0.4 under QNX 6.1.0
I've been trying to build Samba 3.0.4 on QNX 6.1.0. 1. I downloaded the source tarball "samba-latest.tar.gz" from a mirror site. The downloading was done on an MS-Windows system. The tarball was transferred to the QNX box by loading into Emacs on MS-Windows with "M-x find-file-literally" then saving it with Emacs's ftp facility: "C-x C-w
2008 Aug 08
1
h323 channel compile error
I have following settings done on my Fedora8: Downloaded openh323-v1_19_0_1-src-tar.gz pwlib-v1_11_1-src.tar.gz Extracted them in /root/openh323 and /root/pwlib Exported the following variables: PWLIBDIR=/root/pwlib export PWLIBDIR OPENH323DIR=/root/openh323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH Then I compiled pwlib and it was fine. But in
2006 May 18
0
Error building Oh323
Hello Im having problem building oh323 on SuSE Linux 9.3, I have build the openH323 and pwlib and Im getting the following error: g++ -Wall -felide-constructors -x c++ -Os -DP_USE_PRAGMA -ffunction-sections -fd ata-sections -D_REENTRANT -Wall -fPIC -I/usr/src/pwlib/include -DPTRACING -I/usr /src/openh323/include -DHAS_OSS -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSI ON=\"1.6.6\"
2006 Aug 09
0
ActiveRecord provides unnecessary default value (SQL Server)
All, ActiveRecord 1.14.3, sqlserver adapter, odbc mode I have a table in SQL Server with a smalldatetime column - let''s call it little_date. little_date is not allowed to have NULLs per the database schema. I am creating a new ActiveRecord object using obj.new (no database save) and calling obj.little_date. So I''m doing: obj.new obj.little_date What I observe is that if