Displaying 20 results from an estimated 500 matches similar to: "Problems using SIPURA and MFC/R2"
2007 May 07
2
Asterisk to record CDR in DB Oracle
Hi People,
I had success to do my asterisk to record CDR in a databese MYSQL...
Now, I need to do it to record CDR in Oracle...
Does Anybody knows how to do this??
Every hints are welcome....
Thank`s all
Everton Goularth
Uberlandia - MG - Brazil
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as
2008 Jan 16
2
Difference between TE121 and TE122
What's the difference between the TE121 and TE122. I read the description on
Digium's site and it isn't clear to me.
Best regards,
--
Guilherme Loch G?es
Visite nossa loja virtual: http://www.shopvoip.com.br
Not?cias e F?rum sobre VoIP com software livre:
http://www.asteriskexperts.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 May 07
1
Ubuntu 8.04 + Astribank
I'm trying to use a Xorcom Astribank wth Ubuntu 8.04, but got no success. I
can see the channel bank with lsusb, but when I tried to use
zaptel_hardware, or when I try the /etc/init.d/script, they don't see my
Channel Bank. I compiled the latest Zaptel 1.4.10, with Astribank's
dependecies, fxload and libusb-dev. Anyone have a similiar experience ?
Best Regards,
--
Guilherme Loch G?es
2005 Sep 13
1
Integration between Asterisk and Siemens HiCom 150e over ISDN
Hi,
I am looking to integrate Asterisk with a Siemens HiCom 150e via BRI and
wondered if anyone is able to offer any advice.
In simplistic terms, my goal is to pass calls from the HiCom to the Asterisk
box. e.g: HiCom user dials access code and can call Asterisk extension or
establish SIP call over Internet. Likewise, I'd like Asterisk to be able to
present a call to the Hicom, either
2004 Jun 08
2
Integration with a Siemens HiCom 150E / HiPath 3750
Hi * :-)
I found in the online WiKi docs some information on how to integrate
Asterisk with "old PBX"...
http://www.voip-info.org/wiki-Asterisk+legacy+integration
...but I couldn't find anything on integration with a Siemens HiCom
150E. Later on we'll migrate to a HiPath 3750 so information covering
this model would be nice too...
Do you know if any of the PBX listed
2006 Jan 11
8
Oracle and Rails seems really slow.... In development
I''m just looking into how to connect to Oracle using Rails. I''ve got
everything connecting and working as it should.
I have a Users table in Oracle:
create_table "users", :force => true do |t|
t.column "username", :string
t.column "created_on", :datetime
t.column "email", :string
t.column "note", :text
2006 Feb 07
5
OCI adapter slowdown on dictionary access
Hi,
after some experience with Rails on MySQL databases I gave it a try on one
of our larger Oracle database.
I was facing a problem when Rails tried to detect the columns for a
model/table. The appropriate statement ran about 1 min which led to a
timeout.
Our Oracle guru told me to analyze the SYSTEM schema. After that hadn''t
helped, he said the only remaining chance is to use a
2006 Jan 13
19
Problems with scaffold''s parameter on Oracle
Hi
I run Ruby on Rails on Oracle XE.
I have a simple table:
create table customer(id number primary key, name varchar2(100));
And
ruby script\generate model Customer
ruby script\generate controller Customer
http://localhost:3000/customer/
- show a fine list, but when I click show/edit/destroy, I get an
ORA-01722:
OCIError: ORA-01722: invalid number: select * from (select raw_sql_.*,
2005 Aug 25
5
ROracle and select query empty
Hi,
I just installed ROracle and RDBI. The connection to the database seems
to work also. My problem is when I am selection rows that really exist
in the database, it is returning nothing. Where should I look to see
what could be my problem?
Thank you very much,
Mathieu
> drv <- dbDriver("Oracle")
> summary(drv, verbose=TRUE)
<OraDriver:(6721)>
Driver name:
2007 Aug 21
1
Problems with overlap dial and Xorcom Astribank BRI
I have a strange problem with overlap dialing. I installed an asterisk
server between a Siemens HiCom PBX and our telephony provider.
Everything is working fine except some strange problems with the dialing
of the fax (connected to the HiCom PBX). It seems to me that if dialing
takes too long Asterisk just hangs up the channel without recognizing
that the fax machine is still dialing:
(Fax gets
2006 Apr 13
2
Legacy database with varchar2 primary key?
I rememeber seeing an article about how to cope with legacy databases
where the primary key is defined as VARCHAR2. I only want read-access
to the data.
Does anyone have a link to such an article? Or can give advice?
--
Posted via http://www.ruby-forum.com/.
2007 Mar 21
6
ORACLE DESC "table_name" Failure
I am getting "DESC CYCLEMSTR" failed; does it exist?
errors on a table named CYCLEMSTR in Oracle every 3 out of 4 trys to
do a simple find(:all) on the table.
It is a legacy table that only contains 12 rows of join information.
I don''t understand why it works one out of every 4 or 5 times
help please.
trace:
(eval):3:in `describe''
2004 Jun 02
1
Fax Recognizion without Answer? How to Supress this?
Hello,
we have a PRI (E1) to a carrier and a second one to a legacy PBX:
DTAG ---pri---- * ------ Hicmo
(PSTN) |
|
Sip
and
more
Many normal inbound calls are direcly routed to the hicom.
Outbound calls from the Hicom go through LCR and then to PSTN.
Inbound faxes are working, but outbound faxes from hicom to pstn are
2004 May 29
4
PlayTones problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I am having problems with the PlayTones application and VoIP softphones.
I have the following in my extensions.conf:
exten => 123,1,Answer
exten => 123,2,PlayTones(Busy)
exten => 123,3,Hangup
But when I connect with gnophone(IAX) or kphone(SIP) and dial 123 the call
just hangs up immediately.
I get the following on the console:
--
2004 Nov 22
3
Mode context extremely poor performance.
Hi all,
I curently have a big problem. One request (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly
2004 Nov 22
3
Mode context extremely poor performance.
Hi all,
I curently have a big problem. One request (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly
2005 Mar 19
2
Goto and E1 line
Hi,
I have a server with 2 TE110P cards. 1 card is plugged to telco line,
another card is plugged with a Hicom PBX.
I want to send some call to VoIP phones and all other to my PBX.
I don't known how to make my dialplan :
===========Extensions.conf==========
[incoming_call]
exten => 090200000,1,Goto(callcenter,100,1)
exten => 022956353,1,Goto(callcenter,100,1)
exten =>
2005 Jun 04
2
Zap channel not hangingup
Hi,
I am setting up a test call center using *. I am using one Zap channel
(Wildcard TDM400P REV E/F -- 4 FXO modules) for incoming call and sip
phones (SjPhone) for call agents. I have setup queues and agents. While
testing I found that if the agent presses * key in soft phone while
attending calls Zap channel gets hung up, and another customer can call.
But if the caller hangs up (for example
2004 Apr 30
1
Configuring Digium TE405P for use in Germany
Hello all,
I really checked voip-info.org but it still seems to be not very easy and I
just hope that there is anybody with a simular config.
We have one PRI (euroisdn with 30 channels) coming from the DTAG. The second
PRI should be connected to a Siemens Hicom 150E Pro Office PBX (was cheaper
than a channel bank :-)
Carrier ----S2M------ * -----S2M------Siemens
|
|
2008 Jun 16
0
Astribank and Celular Interface Module
Hi,
I have a Xorcom Astribank connected to my Asterisk server. In one of the
Astribanks FXO port I have a Celular Interface Module. My problem is the
Astribank is receiving a early answer from the module, which doesn't happen
with a ATA connected to the same module. This is causing some trouble with
my billing system. I already tried the answeronpolarityswitch option, what
else can I do ?