Displaying 20 results from an estimated 900 matches similar to: "[Fwd: FW: realtime mysql - p4]"
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme => mysql,general
2011 May 12
2
Realtime - ara180
Hi all,
A week or so down the list, i read that not many people were using
realtime on an Asterisk18, so i had this afternoon a go at it...
[sorry for the inconveneant line-wraps]
First i did:
mysql> create database asterisk;
mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by
next i used the info from the wiki:
CREATE TABLE `sip_devices` (
`id`
2011 May 23
1
[Fwd: FW: extconfig.conf]
Hi Andrew,
OK, (the simple fact that those machines are not connected to internet
makes that i have to go to those machines and copy them on a usb-stick,
so it causes some delay each time...)
-------- Forwarded Message --------
Sorry - I meant extconfig.conf - not cdr_mysql.conf (my mistake).
I use (and done for a long time) mySQL for realtime storage - and it's
never let me down (touch
2013 Mar 05
1
multiple sipusers tables
Hi,
I have 2 databases DBNAME1 and DBNAME2. In each database I have a table called sipusers (so DBNAME1.sipusers and DBNAME2.sipusers).
Can I use both sipusers tables in Asterisk RealTime?
Something like this:
/etc/asterisk/extconfig.conf:
[settings]
sipusers => odbc,DBNAME1,sipusers
sippeers => odbc,DBNAME1,sipusers
sipusers => odbc,DBNAME2,sipusers
sippeers =>
2010 Feb 22
2
Problems with SIP realtime
I have followed the instructions on voip-info.org for Realtime SIP
peers, but I get this notice :
[Feb 22 20:05:32] NOTICE[15298]: chan_sip.c:15889
handle_request_register: Registration from
'<sip:testsip at 192.168.1.150;transport=UDP>' failed for '192.168.1.105' -
No matching peer found
The CLI shows :
[Feb 22 19:58:23] == Parsing
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote:
> Did something change DB-wise with PJSIP and realtime between 13.3.2
> and 13.5.0? I'm getting an unknown column error and unsure where I
> need that column and the type it needs to be.
Yes, the schema can change between versions. Following the instructions
on
2009 Apr 24
4
Certificate system
Hi all,
Can anybody inform me wether the "RedHat Certificate System" or
actually a CentOS equivalent is available for CentOS.
Just skimmed on a download site through the RPM's for 5.3 and I couldn't
find it.
According to their pressrelease, it the code should be gpl, allthough I
can't find any rpm for RH, FC or Centos.
It seems that this is one of the few CA-packages for
2009 Jul 17
1
Realtime difference sipusers sippeers
Hi,
I would have expected that peers of type friend ( for example an
SIP-phone) registring at Asterisk will be searched in sipusers.
But the peers will be searched in sippeers.
May be sombody can explain the difference?
Asterisk 1.4
thanks
Thomas
2008 Nov 12
1
What are the minimum realtime fields for sipusers?
I'm trying to get sipusers working with a realtime odbc database on
Asterisk 1.6. We have sippeers working from the database, but need
sipusers to be in a separate table for other implementation reasons.
sip show user test load returns results from the database.
CLI> sip show user test load
* Name : test
Secret : <Set>
MD5Secret : <Not set>
2006 Mar 29
1
Realtime Users/Peers/Friends - Ick
I've been going in circles for a few weeks now with Realtime SIP.
My extconfig.conf has:
sipusers => mysql,dbname,ast_sip_users
sippeers => mysql,dbname,ast_sip_users
When I do a 'sip show peers' I see all my phones. When I do a 'sip show users' I only see a few of them. I can't work out why this is the case. They are also coming up with NAT as
2010 Dec 12
1
Atcom IP-4B ISDN IP PBX?
Hello
For customers who need a small IP PBX to handle up to four ISDN lines
(in France, so I guess that means EuroISDN) instead of a PC + Asterisk
and an ISDN gateway box, has someone already played with the Atcom
IP-4B?
www.atcom.cn/IP-BRIM.html
Any feedback appreciated.
2009 Mar 23
3
usb-phones
While reading the thread about recommending usb-phones...
Once in a while, i'm in a data-centre, no normal phones, and too much
concrete shielding wireless phones.
So i was thinking to use one of those usb-phones, and plug it into one
of my servers there.
But what i read from the thread, i seems that you need a graphical
environment, while all of the servers are strictly cli-only.
Is there
2014 Jun 10
1
Asterisk realtime peer registration
Hello there
I'd like to use sip users and peers realtime.
I think I done all I need to get asterisk works fine in realtime:
res_odbc.conf configuration.
extconfig.conf
sippeers => odbc,asterisk,sipclient
sipusers => odbc,asterisk,sipclient
sip.conf
[general]
rtcachefriends=yes
The sipclient table as suggest in this article: SIP Realtime, MySQL table
structure (
2006 Mar 28
3
aah 2.7 / BRI
First encounter with *
Just downloaded & installed aah-2.7
Started up AMP, but i can not find any reference towards isdn.
I presume there has to be some configuration done for my Eicon-Diva-pro.
Does aah actually support isdn-bri?
On the mail-archive i found some references, but these are rather old
( they speak about the coming release of aah-2.1)
aah-handbook (version 1.6) doesn't
2008 Mar 07
3
Asterisk Realtime and SIP configuration
Dear all
I'm writing to the list for help as a last resort. I've exhausted all
other options, so please forgive me. I've lurked here for years but
never actually posted.
I'm trying to get Asterisk Realtime SIP configuration working, but it
refuses to do so. I have all the necessary configuration in place,
Asterisk makes a connection to the database, which can be verified with
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
I have configured my mysql database by following this link
http://www.voip-info.org/wiki/view/Asterisk+RealTime+Queue
The only difference is that I am using ODBC instead of MySQL with Realtime.
Within extensions.conf I have the following for my queue
exten => 9**2**1611,1,Answer
exten => 9**2**1611,2,Queue(irock.com,tT,,,300)
exten => *50,1,Answer
exten =>
2009 Dec 11
2
sip realtime question
Hi everybody,
First of all i am sorry my English :)
i want to configure my asterisk server as a sip server that stores sip users in the mysql database connecting directly over odbc driver. My odbc configuration works as below
[root at ao042 asterisk]# isql -v asterisk
+---------------------------------------+
| Connected! |
| |
|
2013 Mar 10
2
chan_mobile
Hi,
I've been looking at the list at:
http://www.voip-info.org/wiki/view/chan_mobile
But when googling of any of the "known working" devices, there ain't any
for sale anymore, probably replaced by more recent types.
So, anyone around here who bought recently an BT-dongle that is working
with asterisk?
hw
2011 Jul 05
2
realm question
Hi all,
Trying to find where i got wrong in my config....
Is the "realm" parameter in sip.conf only used for possible
autentication?
The thing is, i got my box more-or-less working as i wanted,
but i can only reach internal functions (like echo-test and so on) and
other sip-clients if i dial "1234 at fqdn", while i was expected to be able
to just dial "1234"
I
2011 Apr 06
2
realtime mysql for 1.8
Hi,
I'm going to have a go with realtime mysql.
Just wondering, most examples i came across while googling, was with 1.6
systems.
So any drastic changes with 1.8.3, table-layout? other pitfalls?
hw