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/apps
tilghman 3793d49623 If a variable had a blank value upon the initial setting, then it would do nothing.
Identified by Dmitry Andrianov via private email, fixed by me.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@195839 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-20 23:30:05 +00:00
..
Makefile Merged revisions 127892,127895 via svnmerge from 2008-07-03 22:23:04 +00:00
app_adsiprog.c - Add more <see-also> based on TFOT. 2008-11-05 13:07:29 +00:00
app_alarmreceiver.c Add more SeeAlso references based on TFOT. 2008-11-05 14:37:07 +00:00
app_amd.c Add more SeeAlso references based on TFOT. 2008-11-05 14:37:07 +00:00
app_authenticate.c - Add more <see-also> based on TFOT. 2008-11-05 13:07:29 +00:00
app_cdr.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_chanisavail.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
app_channelredirect.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
app_chanspy.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_confbridge.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_controlplayback.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_dahdibarge.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_dahdiras.c Fix various spelling and grammatical issues in documentation 2008-11-02 02:50:33 +00:00
app_db.c - Add some see-also references based on TFOT. 2008-11-05 12:13:57 +00:00
app_dial.c Plug a memory leak in app_dial. 2009-05-20 20:14:28 +00:00
app_dictate.c Fix 'd' option for app_dial and add new option to Answer application 2009-02-11 22:41:01 +00:00
app_directed_pickup.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_directory.c Merged revisions 165255 via svnmerge from 2008-12-17 21:17:20 +00:00
app_disa.c Merge a large set of updates to the Asterisk indications API. 2009-02-17 20:41:24 +00:00
app_dumpchan.c Change global_app_buf to ast_str_thread_global_buf. 2009-03-27 16:21:10 +00:00
app_echo.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_exec.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
app_externalivr.c Fix externalivr's setvariable command so that it properly sets multiple variables. 2009-05-18 18:58:26 +00:00
app_fax.c Make app_fax compatible with spandsp-0.0.6pre4 2009-02-20 20:29:00 +00:00
app_festival.c Merged revisions 162273 via svnmerge from 2008-12-09 20:46:11 +00:00
app_flash.c Add Flash() application XML documentation. 2008-11-02 05:10:22 +00:00
app_followme.c Merged revisions 192429 via svnmerge from 2009-05-05 17:46:51 +00:00
app_forkcdr.c Commit documentation changes related to issue #14801. 2009-05-04 17:42:56 +00:00
app_getcpeid.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_ices.c Fix a typo in app_ices. 2009-03-27 20:08:44 +00:00
app_image.c - Add more <see-also> based on TFOT. 2008-11-05 13:07:29 +00:00
app_ivrdemo.c Add XML documentation for: 2008-11-03 01:01:25 +00:00
app_jack.c Making sure we have references to external libraries. 2009-04-14 14:20:10 +00:00
app_macro.c Warn about the use of the application WaitExten() within a Macro(). 2009-05-18 14:45:23 +00:00
app_meetme.c Merged revisions 195635 via svnmerge from 2009-05-20 17:14:42 +00:00
app_milliwatt.c Remove a dependency that no longer exists. 2009-02-17 22:52:43 +00:00
app_minivm.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
app_mixmonitor.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_morsecode.c Add more SeeAlso references based on TFOT. 2008-11-05 14:37:07 +00:00
app_mp3.c Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
app_nbscat.c Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
app_originate.c Set ORIGINATE_STATUS instead of OUTGOING_STATUS to match the documentation 2009-01-09 01:15:43 +00:00
app_osplookup.c Made security features optional. 2009-05-01 09:50:11 +00:00
app_page.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_parkandannounce.c Clear the autoloop flag when parsing and setting the context/extension/priority to go back to. When the channel executes a PBX again we want it to start out at the point we explicitly say and at that point it will not yet be doing autoloop. 2009-01-22 15:01:54 +00:00
app_playback.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_playtones.c Merge a large set of updates to the Asterisk indications API. 2009-02-17 20:41:24 +00:00
app_privacy.c Add more SeeAlso references based on TFOT. 2008-11-05 14:37:07 +00:00
app_queue.c Recorded merge of revisions 195366 via svnmerge from 2009-05-18 20:52:33 +00:00
app_read.c app_read does not break from prompt loop with user terminated empty string 2009-03-03 23:21:18 +00:00
app_readexten.c Merge a large set of updates to the Asterisk indications API. 2009-02-17 20:41:24 +00:00
app_readfile.c - Add some see-also references based on TFOT. 2008-11-05 12:13:57 +00:00
app_record.c Add an option to keep the recorded file upon hangup. 2009-02-13 16:41:15 +00:00
app_rpt.c These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, which tend to break my dev-mode build. Not a problem in 1.6.x. 2009-02-26 17:45:22 +00:00
app_sayunixtime.c Add more SeeAlso references based on TFOT. 2008-11-05 14:37:07 +00:00
app_senddtmf.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
app_sendtext.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_setcallerid.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_skel.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_sms.c Remove rarely-used event_log/LOG_EVENT support 2009-05-02 19:02:22 +00:00
app_softhangup.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
app_speech_utils.c Swap reversed timevals. 2009-03-01 23:25:23 +00:00
app_stack.c If a variable had a blank value upon the initial setting, then it would do nothing. 2009-05-20 23:30:05 +00:00
app_system.c Allow semicolons to be escaped, when passing arguments to the System command. 2009-02-20 17:29:51 +00:00
app_talkdetect.c Fix a typo in the name of the application. 2008-11-02 04:57:02 +00:00
app_test.c Merged revisions 184388 via svnmerge from 2009-03-26 21:09:37 +00:00
app_transfer.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
app_url.c - Add some see-also references based on TFOT. 2008-11-05 12:13:57 +00:00
app_userevent.c Merged revisions 169364 via svnmerge from 2009-01-19 20:05:52 +00:00
app_verbose.c Remove rarely-used event_log/LOG_EVENT support 2009-05-02 19:02:22 +00:00
app_voicemail.c Merged revisions 195520 via svnmerge from 2009-05-19 20:16:01 +00:00
app_waitforring.c Add XML documentation for: 2008-11-03 01:01:25 +00:00
app_waitforsilence.c Fix 'd' option for app_dial and add new option to Answer application 2009-02-11 22:41:01 +00:00
app_waituntil.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_while.c Merged revisions 156755 via svnmerge from 2008-11-14 00:43:13 +00:00
app_zapateller.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
enter.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
leave.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
rpt_flow.pdf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00