asterisk/res
Kevin P. Fleming a2c8e8a4a7 Merged revisions 62797,62807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r62797 | kpfleming | 2007-05-02 19:57:23 -0400 (Wed, 02 May 2007) | 7 lines

improve static Realtime config loading from PostgreSQL:
	don't request sorting on fields that are pointless to sort on
	use ast_build_string() instead of snprintf()
	don't request the list of fieldnames that resulted from the query when we both knew what they were before we ran the query _AND_ we aren't going to do anything with them anyway

(patch by me, inspired by blitzrage's bug report about res_config_odbc)

................
r62807 | kpfleming | 2007-05-02 20:02:57 -0400 (Wed, 02 May 2007) | 15 lines

Merged revisions 62796 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r62796 | kpfleming | 2007-05-02 19:53:46 -0400 (Wed, 02 May 2007) | 7 lines

increase reliability and efficiency of static Realtime config loading via ODBC:
	don't request fields we aren't going to use
	don't request sorting on fields that are pointless to sort on
	explicitly request the fields we want, because we can't expect the database to always return them in the order they were created
	
(reported by blitzrage in person (!), patch by me)

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-05-03 00:10:38 +00:00
..
snmp rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
Makefile Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
res_adsi.c Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
res_agi.c Issue #9068 - make sure we quote HTML characters correctly too (seanbright) 2007-02-16 11:47:48 +00:00
res_clioriginate.c merge qwell's CLI verbification work 2006-09-18 19:54:18 +00:00
res_config_odbc.c Merged revisions 62797,62807 via svnmerge from 2007-05-03 00:10:38 +00:00
res_config_pgsql.c Merged revisions 62797,62807 via svnmerge from 2007-05-03 00:10:38 +00:00
res_config_sqlite.c Merge changes from team/russell/sqlite: 2007-03-13 21:22:33 +00:00
res_convert.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
res_crypto.c Creating new doxygen macro "\extref" to create page that lists 2007-02-24 19:27:50 +00:00
res_eventtest.c Merge changes from team/russell/events 2007-04-28 21:01:44 +00:00
res_features.c In addition to making it so attended transfers don't fail unnecessarily, 2007-05-01 22:24:51 +00:00
res_indications.c rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
res_jabber.c Fix JabberEvents 2007-04-09 18:13:30 +00:00
res_limit.c Doxygen additions, corrections 2007-02-24 20:29:41 +00:00
res_monitor.c Merged revisions 61961 via svnmerge from 2007-04-26 01:50:02 +00:00
res_musiconhold.c I'm crazy so I think I'll change the musiconhold classes linked list to read/write as well! 2007-02-09 01:57:48 +00:00
res_odbc.c Merged revisions 59289 via svnmerge from 2007-03-28 03:40:19 +00:00
res_realtime.c When calling the Realtime app more than once, unset fields which were 2007-01-07 16:21:12 +00:00
res_smdi.c remove a duplicate include 2006-12-15 22:00:48 +00:00
res_snmp.c Creating new doxygen macro "\extref" to create page that lists 2007-02-24 19:27:50 +00:00
res_speech.c Major res_speech cleanup. It looks much better now! 2007-04-06 01:29:28 +00:00