From 5d365394535b3192f861a36874d1d69a626870f5 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 7 May 2007 22:28:50 +0000 Subject: Add a sample configuration file and example tables for use with res_config_pgsql. (issue #9676, suretec) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63329 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/extconfig.conf.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configs/extconfig.conf.sample') diff --git a/configs/extconfig.conf.sample b/configs/extconfig.conf.sample index a6c399f16..d2c5fbbb2 100644 --- a/configs/extconfig.conf.sample +++ b/configs/extconfig.conf.sample @@ -40,7 +40,12 @@ ; the family if the table is not specified ; ;example => odbc,asterisk,alttable -;example2 => ldap,"dc=oxymium,dc=net",example2 +; +; "odbc" is shown in the examples below, but is not the only valid realtime +; engine. There is: +; odbc ... res_config_odbc +; pgsql ... res_config_pgsql +; mysql ... res_config_mysql (available from asterisk-addons) ; ;iaxusers => odbc,asterisk ;iaxpeers => odbc,asterisk -- cgit v1.2.3