dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/funcs
tilghman 357b97fb29 Merged revisions 326411 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r326411 | tilghman | 2011-07-05 17:08:29 -0500 (Tue, 05 Jul 2011) | 14 lines
  
  Add the attribute "type" to each "<use>" for menuselect.
  
  This matters only when autoconf fails to detect that weak linking is supported.
  External optional dependencies will become optional in both cases, as they are
  removed at compile time when not detected.  However, runtime-optional modules
  are made mandatory when weak linking is not found.  This change affects only
  the external optional dependencies; previously, they were incorrectly required
  when weak linking support was not detected.
  
  Patches:
  	20110702__issue18062__asterisk_trunk.diff.txt by tilghman (License #5003)
  
  Tested by: iasgoscouk
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326412 f38db490-d61c-443f-a65b-d21fe96a405b
2011-07-05 22:11:40 +00:00
..
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
func_aes.c Merged revisions 326411 via svnmerge from 2011-07-05 22:11:40 +00:00
func_audiohookinherit.c Merged revisions 229669 via svnmerge from 2009-11-12 16:44:39 +00:00
func_base64.c Add relationships to function documentation. 2011-01-14 20:07:02 +00:00
func_blacklist.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
func_callcompletion.c Replacing doc/* and asterisk.pdf with wiki links 2011-02-02 19:30:49 +00:00
func_callerid.c Expand the caller ANI field to an ast_party_id 2010-07-14 16:58:03 +00:00
func_cdr.c Add High Resolution Times to CDRs for Asterisk 2010-06-08 23:48:17 +00:00
func_channel.c CHANNEL(pickupgroup) 2011-05-25 15:43:28 +00:00
func_config.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_curl.c Merged revisions 316094 via svnmerge from 2011-05-02 19:15:46 +00:00
func_cut.c AST-2009-005 2009-08-10 19:20:57 +00:00
func_db.c Add DB_KEYS. 2011-01-21 08:13:18 +00:00
func_devstate.c Add load priority order, such that preload becomes unnecessary in most cases 2010-07-20 19:35:02 +00:00
func_dialgroup.c Merged revisions 298478 via svnmerge from 2010-12-16 08:56:59 +00:00
func_dialplan.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
func_enum.c Merged revisions 316265 via svnmerge from 2011-05-03 20:45:32 +00:00
func_env.c Merged revisions 305844 via svnmerge from 2011-02-02 20:06:33 +00:00
func_extstate.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_frame_trace.c Pass a MCID request to the bridged channel. 2011-02-07 23:33:44 +00:00
func_global.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
func_groupcount.c Add support for GROUP_MATCH_COUNT regex matching on category 2010-02-17 19:51:53 +00:00
func_iconv.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_jitterbuffer.c Fixes reliability issues with func_jitterbuffer's usage in the new ConfBridge application. 2011-05-05 18:08:42 +00:00
func_lock.c Fix a build error on FreeBSD. 2009-12-01 23:38:34 +00:00
func_logic.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_math.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
func_md5.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_module.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_odbc.c Merged revisions 310415 via svnmerge from 2011-03-12 20:08:19 +00:00
func_pitchshift.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
func_rand.c AST-2009-005 2009-08-10 19:20:57 +00:00
func_realtime.c Add Function and Application Relationships to documentation 2011-01-30 00:22:59 +00:00
func_sha1.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_shell.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_speex.c Merged revisions 326411 via svnmerge from 2011-07-05 22:11:40 +00:00
func_sprintf.c AST-2009-005 2009-08-10 19:20:57 +00:00
func_srv.c Commit compromise I suggested on review 608. 2010-04-19 18:42:31 +00:00
func_strings.c Adds STRREPLACE function 2011-05-20 16:27:12 +00:00
func_sysinfo.c Move function SYSINFO documentation to XML. 2009-06-06 21:56:58 +00:00
func_timeout.c AST-2009-005 2009-08-10 19:20:57 +00:00
func_uri.c According to section 19.1.2 of RFC 3261: 2011-01-24 18:59:22 +00:00
func_version.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_vmcount.c More 'static' qualifiers on module global variables. 2009-06-15 17:34:30 +00:00
func_volume.c Merged revisions 310587 via svnmerge from 2011-03-14 15:40:43 +00:00