Displaying 20 results from an estimated 4000 matches similar to: "Oracle Realtime Driver and CDR Logger"
2005 Sep 15
2
Help on RealTime Extensions on Oracle DB
Does someone here configured RealTime Extensions using
ODBC connecting to Oracle DB? Im having a problem in
dialplan patterns, it doesnt work. Pls. help!
-Chris
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
2004 Jul 14
1
SMDR/CDR - Asterisk integration - Clarification
Folks!
Let me clarify something to the Asterisk community about the CDR tool.
1) This is *not* my code to start with. I picked the original code from this forum here... http://www.voip-info.org/tiki-index.php?page=Asterisk%20CDR%20Areski%20GUI
2) The original code was not working (for most part, as the MySql portion has bugs) and I fixed this and added a few bells and whistles.
3) The
2004 Jul 09
3
SMDR/CDR - Asterisk integration
Hello everyone,
I am developing an online SMDR / call log system for asterisk. This is going to take the form of an executable with embedded sql and webserver,
pdf generation, excel generation, graphs. Actually, we have been selling this for a while now with great success and now I am starting work
on the integration with Asterisk. Its a windows executbale and the executable is just about 1MB.
2008 Feb 06
3
slogging my way thru oracle, not adapter? gem install fails?
<ubuntu_gutsy> me@ubuntu:~/workspace/oracle/ro$ gem install
activerecord-oci-adapter
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find activerecord-oci-adapter (> 0) in any repository
<ubuntu_gutsy> me@ubuntu:~/workspace/oracle/ro$ rake db:migrate
(in /home/me/workspace/oracle/ro)
rake
2004 Jul 22
6
D-Link DPH-80S vs *
List,
The D'Link phones are not reliable at this time. I am trying to get them fix their Firmware to my specifications. It is half done so far. However there are still hurdles. below email is self explanatory. At present if you want to use these phones, you need to buy D'Link's SIP Server and run this as one of your SIP servers in the blend to call to Asterisk.
Seshu Kanuri
"G
2006 Feb 20
2
Oracle & Ruby on Rails
I''ve a remote database create using Oracle. This database use schemas.
I tried to connect to it using Ruby On Rails,with this file Database.yml
:
development:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
test:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
production:
adapter: oci
host: liber
database:
2005 Mar 29
7
Digium - Asterisk Download Ftp Site link Invalid
I am trying to download the latest release of Asterisk from:
ftp://ftp.digium.com/pub/asterisk/
The link provided by Digium is incorrect for the Asterisk Tarball as
there is no such file at
ftp://ftp.digium.com/pub/asterisk/asterisk-1.0.7.tar.gz
However the links for the Asterisk-Addons and other Tarballs is OK
ftp://ftp.digium.com/pub/asterisk/asterisk/asterisk-addons-1.0.7.tar.gz
Does anyone
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best
Content Management System that can be used in conjunction with Asterisk.
Mambo was supposed to be the best out there under GPL. The guys who
developed Mambo have a new product now - Joomla. I am using this and it
appears to be better than Mambo in many respects. Read the gist about
Joomla below.
-------------
If you've read
2004 Jul 02
3
Termination for Asterisk Users - Inter-Asterisk Exchange
Folks!
Netweb Group, Inc. fully supports connectivity to any Asterisk PBX systems you have and can provide A-Z termination with immediate effect.
Any volume is good enough for us, even an amount as small as $1.00 a day will do for us.
We will provide connectivity from our Softswitch IP 216.162.116.46.
If anyone is interested, add this to your Asterisk IPBX and then email me for setting up a
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to
Oracle,
however I could not connect while the settings seems to be correct:
development_oracle:
adapter: oci
host: 127.0.0.1:8080/XE
username: rubydb
password: rubyrails
What is wrong here?
Can anyonbe help me?
--
Posted via http://www.ruby-forum.com/.
2005 Oct 04
2
Empty fields and Oracle CLOBs
I have a field that is a clob within an Oracle database on Rails
0.13. Things have been working well until I tried to submit the field
empty via a rails app at which point the following error was
returned:
ORA-24801: illegal parameter value in OCI lob function
/app/controllers/publications_controller.rb:64:in `update''
The line in question was:
if
2004 Jul 29
2
BugetTone Bug Showstopper,
I have setup Grandstream to connect to my Asterisk Server. All the digits 0-9 are accepting dtmf. But When I try to send the call by Pressing # Key, nothing happens. Does anyone has a standard configuration for Asterisk and Grandstream as a PDF file or something to see.
How do you send the connect signal?
Seshu Kanuri
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
2004 Jul 29
10
Asterisk GUIs at Astricon * REMINDER *
I'm working with the final details of the Astricon agenda. I haven't
got anything so far on Asterisk GUI's and there are plenty of projects
out there. I would like to invite developer's of Asterisk GUI's, both
open source and commercial, to participate.
What I'm thinking of is giving each GUI a slot of 10-15 minutes for
a presentation and then a panel discussion on the GUI
2004 Jul 23
4
still can't load oh323 - Are we not supporting H.323 any more?
Why is no one suggesting any solution here for this problem, which has been lingering for a while.
Are we not supporting H.323 on Asterisk?
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of ruixun wu
Sent: Thursday, July 22, 2004 4:06 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] still can't
2013 Aug 29
3
ruby connect oracle problem
Hello folks.
I''m new in Ruby also ROR.
I installed oracle intant client and test it it works fine. Now I wanna
connect to oracle db. But its got some error. like this
*custom_require.rb:36:in `require'': cannot load such file -- oci8
(LoadError)*
my code is here.
require ''oci8''
oci =
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
Hello,
I have Oracle XE installed.
I have a table USERS.
When I try to generate a scaffold it gives me this error.
I tried also with Mysql and it worked.
E:\radrails\projects\MPS>ruby script\generate scaffold user
exists app/controllers/
exists app/helpers/
create app/views/user
exists test/functional/
dependency model
exists app/models/
exists
2006 Jul 06
2
Running Windows Oracle App into linux
Hi!
I'm trying to run a Windows Application that uses a Windows Oracle
Client version. The GUI works ok, but when I login, the program gives
me 'OCI.DLL: module not found'.
Looking for something into winnedbg I noticed it calls OCI.DLL and
loads ok, then start to load some libs, like SQLORA8.DLL, and so on..
until a DLL that it can't find and can't say me the name.
Any hints?
2004 Dec 01
9
Sveasoft Alchemy QOS
I just bought two new Linksys WRT54G routers. Sveasoft has loaded Linux on
this router and included a bunch of Linux tools, one of which is Bandwidth
Management. The QoS aspect of this is supposed to be much more granular
than the previous solution (Wonder Shaper).
I have not been able to find any suggestions for how to impliment QoS
(Bandwidth Management) using the web interface of Alchemy.
2005 May 11
2
AreskiCC Install Problems
I have followed the Idiots' guide for installation, but still could not
make it work.
When I try to login at the web page coming from /var/www/html/areski , I
get the following errors:
Can some body give me some hints where and what to check for this
error?. I am looking for info on the changes we have to make for
1) the database name
2) user name
3) password
4)connection name (server
2005 Oct 13
2
PA168S/AT320P
Hi all!
I've got a problem with thia PA168S/AT320P telephone.
I got 2 servers: one with SER and the other with Asterisk.
All users are on SER and Asterisk is the gateway/voicemail.
In these days I'm starting some tests using Asterisk accounts users.
With this PA168S/AT320P, if I use it with a user from SER, it's ok but
I can forget to use it with Asterisk users!!!
I've also updated