Displaying 20 results from an estimated 20000 matches similar to: "Realtime Mysql"
2010 Oct 01
2
Asterisk/Realtime and MySQL
Hi
i am not a expert on Asterisk and search a lot of small information :
I use Asterisk 1.6.1.4 with MySQL.
That's work and in my extension.conf, i have:
[as5300-incoming]
switch => Realtime
and in extconfig.conf
extensions => mysql,general,VOIP_Extensions
A lot of Extension are into the table VOIP_Extensions.
I am search to know if i can add a :
2009 Oct 31
2
Asterisk, Realtime and specify MySQL Table Name ?
Hi
actually, i test a new Asterisk Server and i want add Mysql Realtime SIP.
I read on the wiki:
===================================================
Database Config
put the following in res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = myuser
dbpass = mypass
dbport = 3306
Values in sip.conf or iax.conf like in older versions of * are no longer
used.
Database Table
Lets
2012 Sep 24
3
"Out of Memory error
Hi
we have a Samba-Winbind 3.5.10 and i have a big quantity of errors
in logs :
[2012/09/24 16:01:29.248286, 1]
winbindd/winbindd_ads.c:728(lookup_usergroups_memberof)
lookup_usergroups_memberof ads_search
member=CN=TESTDD,OU=Villeurbanne,OU=ExEA,DC=ELIOTT,DC=fr: Out of memory
[2012/09/24 16:03:38.498533, 1]
libads/ldap_utils.c:323(ads_ranged_search_internal)
could not pull first
2009 Feb 09
1
Asterisk and CIsco 1760 SIP ?
Hi
i am search a sample config (for asterisk and for cisco) for connect
a cisco 1760 with a FXO card to my asterisk.
Thanks for your help
Jerome
2007 Nov 20
1
Realtime - mysql query gives wrong results??
Hi,
I am using Realtime for sip configuration.
When there is an INVITE which arrives at asterisk
asterisk makes the following selects:
Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:651 mysql_reconnect:
MySQL RealTime: Everything is fine.
[Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:138 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM sip_conf WHERE name =
'tzl'
[Nov
2009 Nov 14
2
Error Dialplan ?
Hi
I have a problems with a new Asterisk Server,
when i want call, i have:
[Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160
handle_request_invite: Call from 'PHISIP000001' to extension
'00420225352184' rejected because extension not found.
but into my extensions.conf:
exten => _00420X.,1,Set(CDR(CodeTier)=CZE)
exten =>
2009 Oct 15
2
Asterisk with a Cisco AS5300 gateway
Hi
i test a new equipment on my backbone: a Cisco AS5300 with voice dsp
ressource
connected at a E1 Voice Link.
I want that all call incoming on the cisco 5300 are sent to Asterisk and
all Asterisk outgoing
call are sent to Cisco AS5300.
Actually, i configure the AS5300:
isdn switch-type primary-net5
!
voice service voip
sip
!
voice class codec 400
codec preference 1 g711alaw
codec
2005 Aug 11
5
Realtime + MYSQL
I'm having a few issues with the MySQL realtime configuration in
CVS-HEAD. I tested it initially with realtime extensions (realtime_ext
=> mysql,asterisk,extensions) and a realtime switch in extensions.conf
and that works fine, So I though I'd go back and test a static
configuration mapping.
I used the table structure from the asterisk guru postgres howto to
create something
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 19
2
[Fwd: FW: realtime mysql - p4]
Ok, i tried the suggestion:
Instead of:
sippuser => resource, database_name, table_name
sippeer => resource, database_name, table_name
I put in:
sippuser => resource, context, table_name
sippeer => resource, context, table_name
Unfortunately, with the same results.
btw i tried both "general" as "default"
Besids the commands i tried below, isn't there any
2014 Nov 20
1
Asterisk problems
Hi
I have a problem with Asterisk 11.5.1.
When I pick up an incoming phone call sometimes I need to transfer to
someone else in the organization.
I then dial a number on my phone, and press Xfer.
Sometimes it works well, I mean, the number I dialed get the call and
can chat with correspondent.
Sometimes, the number I dialed get the communication and while he chats
with correspondent, gets a bip
2011 Feb 17
1
Realtime MySQL - Asterisk 1.8.2
Hi to all.
I make some tests with Asterisk 1.8.2 in Realtime. But i have one problem,
the asterisk don't connect in the base and show this message:
[Feb 17 11:18:01] WARNING[19061]: res_config_mysql.c:441
realtime_multi_mysql: MySQL RealTime: Invalid database specified:
'asterisk_teste' (check res_mysql.conf)
I checked the asterisk config file (res_mysql.conf) and the configuration
2015 May 22
1
Problem with realtime mysql I can't seem to resolve
Hello
I have already several Asterisk servers running with similar
configuration, but now I stumble into a problem.
I have mysql configuration res_config_mysql.conf :
[MyAsteriskDB]
dbhost = 127.0.0.1
dbname = MyAsteriskDB
dbuser = astadmin
dbpass = mysecret
dbport = 3306
dbsock = /var/lib/mysql/mysql.sock
requirements=warn ; or createclose or createchar
Realtime seems to be loaded :
2009 Mar 20
1
Winbind error ? idmap Fatal Error: UID range full!
Hi
anyone know this error:
Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0]
sam/idmap_tdb.c:db_allocate_id(106)
Mar 20 12:01:06 gw winbindd[14756]: idmap Fatal Error: UID range
full!! (max: 20000)
Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0]
sam/idmap_tdb.c:db_allocate_id(106)
Mar 20 12:01:06 gw winbindd[14756]: idmap Fatal Error: UID range
full!! (max: 20000)
2009 Oct 28
2
Asterisk/Cisco AS5300 => Two problems in incoming (extension not found)
Hi
Now, my Cisco AS5300 sent call to my asterisk, but two problems:
When i call the phone number, i have:
[Oct 28 06:01:16] NOTICE[12813]: chan_sip.c:18160 handle_request_invite:
Call from '' to extension '0426000000' rejected because extension not found.
[Oct 28 06:01:18] NOTICE[12813]: chan_sip.c:18160 handle_request_invite:
Call from '' to extension
2010 Sep 08
1
Upgrade from 1.4 to 1.6 : problems with realtime mysql
Hello,
in asterisk 1.4.30 all realtime configurations go well.
In asterisk 1.6.2.11 the following appears on CLI :
[Sep 8 16:43:43] WARNING[1843]: res_config_mysql.c:325 realtime_mysql:
MySQL RealTime: Invalid database specified: MyDBase (check res_mysql.conf)
[Sep 8 16:43:43] WARNING[1843]: res_config_mysql.c:325 realtime_mysql:
MySQL RealTime: Invalid database specified: MyDBase (check
2006 Dec 13
2
Realtime +Mysql +Failover
Hoping someone out there has run into this or has some ideas for us.
We currently have asterisk set up with Realtime (using mysql) for its
extensions,sip and voicemail files.
The problem we are trying to solve, is one of a failover mechanism. What
if our mysql server went down.
Can Realtime be set up with a secondary mysql server to get its data
from. We can set up mysql to sync with its fellow
2011 Mar 07
2
Asterisk 1.6 MySQL Realtime fails to connect with working username and password.
Okay, so here's the configuration I have for MySQL Realtime (Asterisk
version 1.6.2.17):
In /etc/asterisk/extconfig.conf:
sipusers => mysql,mya2billing,cc_sip_buddies
In /etc/asterisk/res_mysql.conf:
[mya2billing]
dbhost = localhost
dbname = mya2billing
dbuser = a2billinguser
dbpass = REDACTED
dbport = 3306
And here's the error messages I get:
voip2*CLI> realtime mysql status
2006 Mar 02
1
Sip Realtime Configs Samples with MySQL
Guys,
I'm having a hellava time getting realtime to work, focused on sipusers right now, followed the wiki and other examples but still no luck. Using mysql on a seperate server, asterisk actually sees the database and can poll the table "realtime load sipusers" at the cli but asterisk realtime engine is no pulling the user info. I'm using 1.2.4 stable and have the database
2009 Nov 01
1
Error in MeetMe modules ?
Hi
when i use MeetMe, i have this errors:
app_meetme.c: Unable to open pseudo device
Where is the problems ?
i have too warning and error into my logs:
[Nov 1 07:26:17] WARNING[18544] res_musiconhold.c: Unable to open
pseudo channel for timing... Sound may be choppy.
[Nov 1 07:26:17] WARNING[18544] config.c: Realtime mapping for
'iaxpeers' found to engine 'mysql', but