similar to: Structure of asterisk follow me table

Displaying 20 results from an estimated 30000 matches similar to: "Structure of asterisk follow me table"

2014 Feb 04
3
Best approach in asterisk configuration
Hi , I have asterisk 1.8.5 installed on Centos 6. Now I want to configure my PBX to work in my network. I see that I can do this with asterisk files or use database like mysql to do it (realtime) I want to know what is the best way and what can be consequence when I choose other way ? Thanks.
2008 Dec 11
1
Meetme realtime table structure
Hi guys, Sorry if I'll be very very stupid but really I write to this conference first. I have problems with configuration of app_meetme in realtime environment. I use last stable release of asterisk 1.6.0.3 Now situation is following. I create database and table in it. Th table is CREATE TABLE IF NOT EXISTS `booking` ( `bookId` int(10) unsigned NOT NULL auto_increment, `clientId` int(10)
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
Hello ! Maybe passing argument root=/dev/ram0 or root=/dev/rd/0 would help ? I use isolinux and it works in the isolinux.cfg sylvain > Message: 3 > Date: Fri, 13 Sep 2002 14:11:38 -0300 (ADT) > From: Geddes <jgeddes at unb.ca> > To: syslinux at zytor.com > Subject: [syslinux] Unable to mount root fs > > > Hey all, > > I'am able to use pxelinux to
2007 Nov 28
0
troubles with res_pgsql
Database on a remote machine res_pgsql.conf: [general] dbhost=172.16.0.2 dbport=5432 dbname=ast_config dbuser=pbx dbpass= dbsock=5432 [Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime Host: 172.16.0.2 [Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime Port: 5432 [Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime User: pbx [Nov 28
2003 Aug 21
1
Help me Please Can't Install portfwd
Hi, I'am quite new in Free BSd, and I'am trying to install the port net/portfwd, but I'am getting an error msg. Does anybody can help me? I'am using this version FreeBSD 4.8-STABLE #7: Tue Aug 12 21:46:52 BRT 2003 MSG: && CONFIG_FILES=getopt/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating getopt/Makefile gmake[2]: Leaving directory
2014 May 09
3
authoritative sql definitions for Asterisk Realtime Architecture ARA
I am trying to find where the authoritative sql definitions for Asterisk Realtime Architecture ARA are located. I have found many locations but each and everyone seems to be different. http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html http://www.open-voip.org/index.php?title=Asterisk_Full_RealTime_example Files included with the distribution:
2004 Dec 23
2
Realtime sipbuddies table structure why?????
Is there some reason the sipbuddies table structure was designed with sip config values as column names? Doesn't look very flexible It really should take the form of ast_config so when a new sip feature is implemented, you don't have to re-write the entire data structure too. Regards Greg Cirino
2008 Feb 17
2
Asterisk reltime mode with Postgresql
Hi I am having problems with Asterisk 1.4.18 and realtime architecture. I use Postgresql-8.3 as the database. Everything works OK; all sip phones (their configs are in the database) are able to register to the server and I can make calls (dialplan is in the database), but each time Asterisk reads the information from the database it shows me this on the console: [Feb 17 12:32:50] WARNING[620]:
2005 Aug 26
1
Realtime and database structure
Is there any official structure for the tables for doing realtime sip and extensions ? I see there's a big (big in lot's of fields) on http://www.voip-info.org/tiki-index.php?page=Asterisk+RealTime+Sip and I've seen other partial tables in other places. Thanks. -- Jos? Pablo Ezequiel Fern?ndez
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off? Thanks Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk
2007 Sep 22
2
Realtime table columns
I am a fairly novice Asterisk 1.4 user who used to use CallWeaver, based on asterisk 1.2. I used Realtime MySQL with CallWeaver and am currently using the very same MYSQL tables (and columns) with Asterisk 1.4.11 and things are working well. The questions I have are, since new configuration variables have been added into Asterisk 1.4, can I simply add columns in my MySQL sippeers table for
2008 Feb 18
1
realtime table customization to track iax registrations
Hello, I'm experimenting with Asterisk and MySQL. Up to know I've just put iax.conf in a MySQL database and it seems to work: when a Iax2 client registers the corrispondent row in db is updated. Good. However when I have many asterisk boxes pointing to the same db a problem arises: I need an additional column in iax_buddies table called for example "Asterisk ID" which tells me on
2012 Aug 03
1
asterisk realtime database structure
Hello, I was wondering if there is a tool that can create the realtime database structure for latest Asterisk version or a web resource/file containing the sql scripts. Hope I haven't missed obvious things, I had no luck searching on the web, in the wiki I found few pages with bits of sql or table structures, like:
2007 Apr 05
1
Dialplan not reading MySQL table
Hello, I'm trying to use MySQL for Dialplans and have followed the Asterisk RealTime Extensions setup. The MySQL table is called "extensions" and I have entered two records.. ext 1000 and 2000. I also added switch => Realtime/default@extentions in extensions.conf and extensions => mysql,asterisk,extensions in extconfig.conf I do a *CLI> dialplan reload but when I show
2011 Jan 17
1
Continuously core dumping of 1.8 on SLES
Hi, Anybody seen this before? (using a pre-compiled asterisk from the OBS on a sles11sp1) (I mean, i did the same with a 1.6 without any problem, but i need 1.8) after starting: kc3004:~ # /usr/sbin/safe_asterisk: line 145: 16133 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY} Asterisk ended with
2006 Dec 05
1
Question about Realtime static table
Hi All: I'd like to use Realtime Static in terms of the performance concern about dynamic realtime. Assume that I create a table: as following: CREATE TABLE `extensions_table` ( `id` int(11) NOT NULL auto_increment, `context` varchar(20) NOT NULL default '', `exten` varchar(20) NOT NULL default '', `priority` tinyint(4) NOT NULL default '0', `app` varchar(20)
2008 Mar 21
3
Problem with user regsitration and ldap on SVN version
Hi guys, I'm trying to use Asterisk with LDAP integration. I created some schemas and it seems to work fine for sip.conf replacement. When I try to register a softphone to test the service, it seems ok from the softphone point of view (user registred) but when I do a "sip show peers", no one is registered (nor sip show subrscriptions, users...) I put my Asterisk on full debug and I
2009 May 11
1
Problems with res_odbc
Good morning, I'm having suddenly cut-offs and I don`t know why. It's been hapenning since I enabled cdr_odbc/func_odbc in my system. We use func_odbc to register some queue member's events (login, pause, etc.) at an external DB ('remoto' connector) and to uptade local tables at a local DB ('local' connector). Currently we are usind cdr_odbc to Postgresql and cdr_addon
1999 Dec 13
0
NT Login with ipchains
Hello David, After some experiments and discussions I came to the following result concerning private NT-Box connecting to a LAN via ipchains and using all NETBIOS services (incl. domain-logon): Cross-subnet browsing with NETBIOS could only be done by a local master browser in the private net. I first thought of using Samba on the Linux router for that. But the Samba service would have to use
2004 Dec 14
2
Asterisk Realtime IAX - Adding fields for database table
Hello, Right now there is not a table build script at: http://www.voip-info.org/wiki-Asterisk+RealTime+IAX Therefore I have taken the SIP build script and added a few fields that I use from my iax.conf (could be more out there, please see the complete build script below): `dbsecret` varchar(100) default '', `notransfer` varchar(100) default '', `inkeys` varchar(100)