501ac5189c 
								
							
								 
							
						 
						
							
							
								
								update res_odbc to support pooled connections  
							
							... 
							
							
 
							
							(from tilghman's developer branch, res_odbc_rewrite)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21181  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								f32e294300 
								
							
								 
							
						 
						
							
							
								
								remove some unnecessary braces  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20170  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								b8317169d0 
								
							
								 
							
						 
						
							
							
								
								Compatibility fixes for loader changes  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20075  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								e43bc6634d 
								
							
								 
							
						 
						
							
							
								
								This rather large commit changes the way modules are loaded.  
							
							... 
							
							
 
							
							As partly documented in loader.c and include/asterisk/module.h,
modules are now expected to return all of their methods and flags
into a structure 'mod_data', and are normally loaded with RTLD_NOW
| RTLD_LOCAL, so symbols are resolved immediately and conflicts
should be less likely.  Only in a small number of cases (res_*,
typically) modules are loaded RTLD_GLOBAL, so they can export
symbols.
 
The core of the change is only the two files loader.c and
include/asterisk/module.h, all the rest is simply adaptation of the
existing modules to the new API, a rather mechanical (but believe
me, time and finger-consuming!) process whose detail you can figure
out by svn diff'ing any single module.
Expect some minor compilation issue after this change, please
report it on mantis http://bugs.digium.com/view.php?id=6968 
so we collect all the feedback in one place.
I am just sorry that this change missed SVN version number 20000!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20003  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a55f8848bf 
								
							
								 
							
						 
						
							
							
								
								Bugs 6883, 6930: compiler warnings  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19095  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								f10f427d49 
								
							
								 
							
						 
						
							
							
								
								since the module API is changing, it's a good time to const-ify the description() and key() return values  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18552  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								0af770edd1 
								
							
								 
							
						 
						
							
							
								
								Bug 6670 - Additional parameters to the CHANNEL func  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14870  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								82b0400322 
								
							
								 
							
						 
						
							
							
								
								Do the (expensive) LOCAL_USER_ADD only after we are sure  
							
							... 
							
							
 
							
							that arguments are valid.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14785  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								98d91f0464 
								
							
								 
							
						 
						
							
							
								
								Bug 6699 - Fix for ENUMLOOKUP  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13710  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								d61a6c9a1c 
								
							
								 
							
						 
						
							
							
								
								README files have changed names, better change references too :-)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								8c737ce8b8 
								
							
								 
							
						 
						
							
							
								
								Sun's shell: just different enough to cause problems  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11505  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								4cdf248d82 
								
							
								 
							
						 
						
							
							
								
								Bug 6619 - Fix Solaris issue with doubled [[  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11478  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								e912ad9d35 
								
							
								 
							
						 
						
							
							
								
								Move conditional compilation for CURL from apps/ to funcs/  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10961  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								af1331ad56 
								
							
								 
							
						 
						
							
							
								
								correct documentation typo  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10960  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								5f446b24ea 
								
							
								 
							
						 
						
							
							
								
								minor fixes to commit 10934 from bug#6257  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10959  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								53936916ec 
								
							
								 
							
						 
						
							
							
								
								Bug 6417 - Allow retrieval of raw CDR values  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10953  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a4734960e7 
								
							
								 
							
						 
						
							
							
								
								added function QUOTE into strings, which allows  
							
							... 
							
							
 
							
							for quoted strings, and escapes them properly.
slightly modified patch from bug #6257 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10934  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								61d4406b69 
								
							
								 
							
						 
						
							
							
								
								Move CURL function from apps/ to funcs/  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								516d690aca 
								
							
								 
							
						 
						
							
							
								
								Some sick individuals use SQL queries longer than 512 bytes in the dialplan.  ;-)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10895  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								302c943001 
								
							
								 
							
						 
						
							
							
								
								add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser  
							
							... 
							
							
 
							
							update pbx_dundi to use ast_get_time_t
eliminate some compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10871  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								850397b334 
								
							
								 
							
						 
						
							
							
								
								revert change to ENUM functionality (go back to supplying a default zone)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10823  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								6204abdae2 
								
							
								 
							
						 
						
							
							
								
								merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10805  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								bb7325ade8 
								
							
								 
							
						 
						
							
							
								
								set keywords property correctly  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10627  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2b357881a7 
								
							
								 
							
						 
						
							
							
								
								suppress compiler warning  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10286  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a0d438fb6c 
								
							
								 
							
						 
						
							
							
								
								remove the uses of the deprecated STANDARD_LOCAL_USER  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10241  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								c5ff2c4f42 
								
							
								 
							
						 
						
							
							
								
								add KEYPADHASH dialplan function (issue  #6441 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10113  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								be6eea0cc1 
								
							
								 
							
						 
						
							
							
								
								handle longer ENUM lookup results (issue  #6476 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10112  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								4662d58b01 
								
							
								 
							
						 
						
							
							
								
								add API function for parsing strings to time_t (issue  #6320 , with mods)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10105  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								c8b087ffcb 
								
							
								 
							
						 
						
							
							
								
								don't force a default zone for ENUM() lookups, use the configuration file (issue  #6036 , with update to UPGRADE.txt)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10047  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								59990fc904 
								
							
								 
							
						 
						
							
							
								
								Fix build issues...  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9988  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2f2530b8e6 
								
							
								 
							
						 
						
							
							
								
								remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9800  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								5869d96050 
								
							
								 
							
						 
						
							
							
								
								use the zone and options set by the arg parsing macros  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9719  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								e7c198453d 
								
							
								 
							
						 
						
							
							
								
								ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9691  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								96bf384e7d 
								
							
								 
							
						 
						
							
							
								
								major dialplan functions update  
							
							... 
							
							
 
							
							deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9674  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								6aa6819c41 
								
							
								 
							
						 
						
							
							
								
								use auto-build for apps, simplify variable setting  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9564  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								52c23802d6 
								
							
								 
							
						 
						
							
							
								
								use auto-build for res modules too  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9552  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								90cca08247 
								
							
								 
							
						 
						
							
							
								
								prepare to use auto-build rules in other Makefiles  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9551  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								e42c6c4f9e 
								
							
								 
							
						 
						
							
							
								
								set standard properties on all non-binary files  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9549  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								ada97b3723 
								
							
								 
							
						 
						
							
							
								
								Fix compile time warnings  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9548  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								ad7f3e78e4 
								
							
								 
							
						 
						
							
							
								
								remove last vestiges of pbx_functions  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9471  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a38a7eec61 
								
							
								 
							
						 
						
							
							
								
								build function modules independently (no more pbx_functions.so)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9469  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								34bcd0e0b6 
								
							
								 
							
						 
						
							
							
								
								Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9138  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a16ae226b6 
								
							
								 
							
						 
						
							
							
								
								use string fields for some stuff in ast_channel  
							
							... 
							
							
 
							
							const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9060  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								7d03c33e0a 
								
							
								 
							
						 
						
							
							
								
								Allows for user to uninstall asterisk binaries  
							
							... 
							
							
 
							
							bug 6177
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9052  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								f9811bc198 
								
							
								 
							
						 
						
							
							
								
								Bug 6378 - deprecate CHECK_MD5 function  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8883  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								293d88108f 
								
							
								 
							
						 
						
							
							
								
								Reverting change in revision 8539 - fixed wrong problem. Sorry.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8548  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								543cc7e2a4 
								
							
								 
							
						 
						
							
							
								
								Issue  #6323 , FreeBSD compatibility with compilation of func_odbc.c (reported by nulbyte)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8539  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								428efda5a9 
								
							
								 
							
						 
						
							
							
								
								code clean up and macro implementation from  
							
							... 
							
							
 
							
							bug 6247
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8505  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								7d897634dc 
								
							
								 
							
						 
						
							
							
								
								Bug 6262 - New function STRPTIME  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8428  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								4414f45393 
								
							
								 
							
						 
						
							
							
								
								on this pass, only remove duplicate log messages  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8403  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								9fa6eb5e07 
								
							
								 
							
						 
						
							
							
								
								revert my pass through the tree to remove checks of the result of ast_strdupa  
							
							... 
							
							
 
							
							(revisions 8378 through 8381)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8387  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2499926195 
								
							
								 
							
						 
						
							
							
								
								remove useless checks of the result of ast_strdupa  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8380  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								109b5baa8d 
								
							
								 
							
						 
						
							
							
								
								Argh, another ERROR that should have been DEBUG  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8104  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								7f28989616 
								
							
								 
							
						 
						
							
							
								
								Change a debugging message committed with the wrong level  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8103  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								4a7cec937d 
								
							
								 
							
						 
						
							
							
								
								remove redundant CFLAGS for BSD which are already set in the main Makefile (issue  #6250 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8101  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								fa07ae94ec 
								
							
								 
							
						 
						
							
							
								
								More code optimization with the new argument macros  #6253  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8099  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2dec3747df 
								
							
								 
							
						 
						
							
							
								
								Clarify description of ARRAY function  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8080  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								9702fac4f8 
								
							
								 
							
						 
						
							
							
								
								Bug 6238 - Janitor - update to app_args macros  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8076  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								3578c5b19d 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 8074 via svnmerge from  
							
							... 
							
							
 
							
							/branches/1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8075  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								f5b108ac99 
								
							
								 
							
						 
						
							
							
								
								Added macros from 6198 and 6203.  also added better  
							
							... 
							
							
 
							
							error reporting in func_cut
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7989  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								00f2142dc1 
								
							
								 
							
						 
						
							
							
								
								6186 amd 6187 with minor revisions.  added arg  
							
							... 
							
							
 
							
							parsing from macro.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7945  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								0d7fda32fd 
								
							
								 
							
						 
						
							
							
								
								Fix indentation  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7929  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								d25b128b66 
								
							
								 
							
						 
						
							
							
								
								committing 5924 with minor white space changes  
							
							... 
							
							
 
							
							and adding it to the Makefile for functions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7921  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								935c80d5e6 
								
							
								 
							
						 
						
							
							
								
								Bug 5961 - new RAND() function  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7920  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								455f75c9b1 
								
							
								 
							
						 
						
							
							
								
								remove unnecessary check before ast_strlen_zero (issue  #6179 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7901  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								1d603f5256 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 7773 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r7773 | russell | 2006-01-04 02:06:50 -0500 (Wed, 04 Jan 2006) | 2 lines
use a more correct way of determining the size of the destination buffer
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7774  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a725468381 
								
							
								 
							
						 
						
							
							
								
								update doxygen docs to specify authors  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								340f5b67de 
								
							
								 
							
						 
						
							
							
								
								Bug 5906 - ARRAY dialplan function  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7648  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								dd161bec3b 
								
							
								 
							
						 
						
							
							
								
								Add SQL_ESC to allow single ticks to be escaped  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7642  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								5323442db4 
								
							
								 
							
						 
						
							
							
								
								Bug 5327 - new function FILTER and optional argument to CALLERID  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7614  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2f66f7cfe9 
								
							
								 
							
						 
						
							
							
								
								don't try to build func_odbc when ODBC headers/libraries are not present  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7589  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								28af98ae95 
								
							
								 
							
						 
						
							
							
								
								Bug 5055 - Simple SQL commands from the dialplan  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7576  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								6c3eda3e5f 
								
							
								 
							
						 
						
							
							
								
								Bug 5440 - Add STAT() dialplan function  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7575  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								eea40f2025 
								
							
								 
							
						 
						
							
							
								
								First field was truncated.  
							
							... 
							
							
 
							
							(Don't kill me; this attempted merge didn't work because the paths changed.)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7498  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								cbab537375 
								
							
								 
							
						 
						
							
							
								
								Properly move these functions over to the funcs directory (since they no longer contain apps)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7496  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								870f98f02d 
								
							
								 
							
						 
						
							
							
								
								Bug 5858 - Make the chanvars.c functions return a 'const char *'  
							
							... 
							
							
 
							
							This should prevent us from unintentionally changing variable
values when they're returned from pbx_builtin_getvar_helper.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7304  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2c65582b66 
								
							
								 
							
						 
						
							
							
								
								remove extraneous svn:executable properties  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								c14588af86 
								
							
								 
							
						 
						
							
							
								
								remove remaining .cvsignore files  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7220  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								ab56f3a571 
								
							
								 
							
						 
						
							
							
								
								issue  #5791  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7135  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								1740d40182 
								
							
								 
							
						 
						
							
							
								
								issue  #5693  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7058  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								987b87662c 
								
							
								 
							
						 
						
							
							
								
								make app_queue 1.2 jump compliant (issue  #5580 )  
							
							... 
							
							
 
							
							add missing includes of stdio.h
remove some unused and duplicate headers
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7026  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a0a9769616 
								
							
								 
							
						 
						
							
							
								
								issue  #5648  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7011  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								426360e389 
								
							
								 
							
						 
						
							
							
								
								major update to arg/option parsing APIs and documentation  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6953  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								7ffb604a2f 
								
							
								 
							
						 
						
							
							
								
								issue  #4678  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6936  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								3453e3efa5 
								
							
								 
							
						 
						
							
							
								
								Doxygen documentation update from oej (issue  #5505 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6847  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								907fd55883 
								
							
								 
							
						 
						
							
							
								
								add missing STANDARD_HANGUP_LOCALUSERS  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6827  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								b59ab89e1a 
								
							
								 
							
						 
						
							
							
								
								implement TXTCIDNAME as a dialplan function and mark the application deprecated  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6813  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								a863d2b280 
								
							
								 
							
						 
						
							
							
								
								clean up function to be more consistent with coding guidelines  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6808  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								9a85d06a64 
								
							
								 
							
						 
						
							
							
								
								initialize variable  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6786  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								33377538b0 
								
							
								 
							
						 
						
							
							
								
								provide the correct string to evaluate with the given regex, instead of the  
							
							... 
							
							
 
							
							entire string provided as input to the REGEX function..  Also, use the
provided buffer to store the result.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6744  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								0bffff1930 
								
							
								 
							
						 
						
							
							
								
								correct cygwin detection (issue  #5328 )  
							
							... 
							
							
 
							
							handle parallel make better (issue #5328 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6725  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								d612e3bc27 
								
							
								 
							
						 
						
							
							
								
								ensure result buffer is initialized (issue  #5285 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6652  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								5da915dcfd 
								
							
								 
							
						 
						
							
							
								
								update MANY more files with proper copyright/license info (thanks Ian!)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6596  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								0c8f0e8bdb 
								
							
								 
							
						 
						
							
							
								
								extensive ENUM support update, including ENUMLOOKUP() dialplan function (issue  #5201  with mods)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6579  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								9519f6c5f4 
								
							
								 
							
						 
						
							
							
								
								clean up, use make functions instead of subshells, remove unused stuff  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6449  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								022cf309e4 
								
							
								 
							
						 
						
							
							
								
								add dialplan functions for URI encoding/decoding (issue  #4857 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6442  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								6aeb93a629 
								
							
								 
							
						 
						
							
							
								
								handle whitepace around expression  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6390  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								88ea13f07e 
								
							
								 
							
						 
						
							
							
								
								Fix description text for IF function. (Bug  #4966 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6336  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								6e2aa7c62a 
								
							
								 
							
						 
						
							
							
								
								only check for an existing cdr when about to set an arbitrary cdr variable (bug  #4848 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6277  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								654ff10f8e 
								
							
								 
							
						 
						
							
							
								
								make GROUP set group@categroy instead of category@group  
							
							... 
							
							
 
							
							ensure that GROUP_COUNT still returns "0", even if no group was found
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6245  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								bbb33e5c41 
								
							
								 
							
						 
						
							
							
								
								don't crash if no group is specified (bug  #4836 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6237  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								cdf79750c0 
								
							
								 
							
						 
						
							
							
								
								squash a warning  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6196  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								76b6344760 
								
							
								 
							
						 
						
							
							
								
								add ability to set or read both callerid name and num in one call to the function  
							
							... 
							
							
 
							
							This one is for you, Mark :-p
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6188  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								a9c7f50a09 
								
							
								 
							
						 
						
							
							
								
								Allow manager originate to specifiy more than one variable to be set.  
							
							... 
							
							
 
							
							Allow manager originate and spool files to set writable dialplan functions,
including those that use the pipe symbol to seperate arguments.
Allow CDR dialplan function to be able to set the account code and userfield.
This deprecates the use of the Account header in manager originate and spool
files, as well as the SetAccount and SetCDRUserField applications.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6147  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								22b0f5d306 
								
							
								 
							
						 
						
							
							
								
								add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug  #4504 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6146  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								38717a75c6 
								
							
								 
							
						 
						
							
							
								
								add a dialplan function to get and set the music on hold class  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6115  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								0e9d920a60 
								
							
								 
							
						 
						
							
							
								
								move tools used during build into build_tools subdirectory  
							
							... 
							
							
 
							
							clean up Makefile headers
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5942  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								79392ea53b 
								
							
								 
							
						 
						
							
							
								
								add MATH() dialplan function (bug  #4473 , with mods)  
							
							... 
							
							
 
							
							deprecate the Math() application
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5895  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								0db4cee117 
								
							
								 
							
						 
						
							
							
								
								enable version string for this module, since it's standalone  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5874  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								2b8338cb52 
								
							
								 
							
						 
						
							
							
								
								more file version tags  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5866  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								0e6762dd5f 
								
							
								 
							
						 
						
							
							
								
								remove experimental module version tags  
							
							... 
							
							
 
							
							add per-file revision tags and 'show version files' CLI command
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5864  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								43cf15e339 
								
							
								 
							
						 
						
							
							
								
								add support for per-module version numbers  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5862  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								b364c1b953 
								
							
								 
							
						 
						
							
							
								
								clean up logic functions code and help texts  
							
							... 
							
							
 
							
							add IFTIME function (bug #4394 , with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5836  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								102c76a9c8 
								
							
								 
							
						 
						
							
							
								
								make IF dialplan function handle quoted strings properly (bug  #4322 , with API mods)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5750  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								f3cbf61cbf 
								
							
								 
							
						 
						
							
							
								
								Add SET function (bug  #4335 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5745  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								9ebf63696a 
								
							
								 
							
						 
						
							
							
								
								minor doc fixes  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5743  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								9c83ec2f25 
								
							
								 
							
						 
						
							
							
								
								Cache result from database function reads (conf call)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5741  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								85d809903b 
								
							
								 
							
						 
						
							
							
								
								add DB_EXISTS function to be able to check if a key exists in the database  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5715  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								376bc46af5 
								
							
								 
							
						 
						
							
							
								
								prevent copying of NULL (bug  #4307 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5708  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								2638192439 
								
							
								 
							
						 
						
							
							
								
								add EVAL function, deprecate Eval application (bug  #4277 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5689  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								fa60672d58 
								
							
								 
							
						 
						
							
							
								
								add dialplan functions for Caller ID, language and timeouts (bug  #4219 , with mods)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5679  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								49a7a4809a 
								
							
								 
							
						 
						
							
							
								
								Removed unnecessary strip (bug  #4181 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5608  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								b33a3aa3e2 
								
							
								 
							
						 
						
							
							
								
								Update groupcount / db documentation (bug  #4200 , etc)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5606  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								0e57cede55 
								
							
								 
							
						 
						
							
							
								
								Convert app_db to function variables (bug  #4201 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5604  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								cccca96058 
								
							
								 
							
						 
						
							
							
								
								add my name for the functions I wrote  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5593  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								cd6ad266b5 
								
							
								 
							
						 
						
							
							
								
								Build as a single executable, work around Makefile issue  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5590  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								7cd4ac0ee1 
								
							
								 
							
						 
						
							
							
								
								clean up file headers  
							
							... 
							
							
 
							
							restore appropriate copyrights for functions that came from files with copyrights listed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5587  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								6ec28c9f98 
								
							
								 
							
						 
						
							
							
								
								correct build on platforms that require PIC objects (bug  #4179 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5586  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								59bc293d15 
								
							
								 
							
						 
						
							
							
								
								ensure generated files are ignored by CVS  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5585  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								f01e832eef 
								
							
								 
							
						 
						
							
							
								
								add STRFTIME dialplan function (bug  #4098 , modified to use new funcs subdirectory)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5584  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								4d2537ae11 
								
							
								 
							
						 
						
							
							
								
								major re-work of dialplan functions, including:  
							
							... 
							
							
 
							
							- locking of functions list during registration/unregistration/searching
 - rename of function description structure to be consistent with the rest of the API
 - addition of 'desc' element to description structure, for detailed description (like applications)
 - addition of 'show function' CLI command to show function details
 - conversion of existing functions to use uppercase names to match policy
 - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions
 - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5583  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago