You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/apps
Jeff Peeler 0b026ce04f
Add new configuration option to make shared IMAP mailboxes function as expected.
17 years ago
..
Makefile remove this, it has been moved to the main Makefile 17 years ago
app_adsiprog.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
app_alarmreceiver.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 19 years ago
app_amd.c From bugtracker: "fix totalAnalysisTime to handle periods of no channel activity" 18 years ago
app_authenticate.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
app_cdr.c Finished up a previous fix to overcome a compiler warning; the app NoCDR() has been updated to mark the channel CDR as POST_DISABLED instead of destroying the CDR; this way its flags are propagated thru a bridge and the CDR is actually dropped. The cases where only one channel in a bridge has a CDR was cleaned up. 18 years ago
app_chanisavail.c merge new_loader_completion branch, including (at least): 19 years ago
app_channelredirect.c This patch fixes h-exten running misbehavior in manager-redirected 17 years ago
app_chanspy.c Revert my previous change because it was stupid 17 years ago
app_controlplayback.c Make sure res is a positive value before performing the check to determine whether the user stopped it or not. 18 years ago
app_dahdibarge.c (closes issue #13480) 17 years ago
app_dahdiras.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_dahdiscan.c (closes issue #13480) 17 years ago
app_db.c Fix a couple of typos. Initially pointed out by mrobinson. 19 years ago
app_dial.c Fix feature inheritance with builtin features 17 years ago
app_dictate.c Merged revisions 68526 via svnmerge from 18 years ago
app_directed_pickup.c Add 'down' as a valid state for directed call pickup. This creeps up when we receive session progress when dialing a device and not ringing. 17 years ago
app_directory.c Fix some memory leaks found while looking at how realtime 17 years ago
app_disa.c Revert unnecessary indications API change from rev 122314 17 years ago
app_dumpchan.c merge new_loader_completion branch, including (at least): 19 years ago
app_echo.c Much simpler than previous one ;-) 19 years ago
app_exec.c Fix a minor spelling error. 17 years ago
app_externalivr.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_festival.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_flash.c build against the now-typedef-free dahdi/user.h 17 years ago
app_followme.c Do not crash if we are not passed in a followme id. 17 years ago
app_forkcdr.c (closes issue #12910) 17 years ago
app_getcpeid.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 17 years ago
app_hasnewvoicemail.c Check to make sure a value has been given to the VMCOUNT dialplan function. 18 years ago
app_ices.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_image.c merge new_loader_completion branch, including (at least): 19 years ago
app_ivrdemo.c merge new_loader_completion branch, including (at least): 19 years ago
app_lookupblacklist.c Picky, picky... show deprecation warning in application help, too (reported via list) 18 years ago
app_lookupcidname.c Picky, picky... show deprecation warning in application help, too (reported via list) 18 years ago
app_macro.c Reverse the fix from issue #6176 and add proper handling for that issue. 17 years ago
app_meetme.c If we are unable to request a DAHDI pseudo channel and we are using the user introduction without review option make sure it gets unset so other code does not blindly assume a DAHDI pseudo channel exists. 17 years ago
app_milliwatt.c - Fix a typo in the argument to Playtones 17 years ago
app_mixmonitor.c Add some missing cleanup to app_mixmonitor 17 years ago
app_morsecode.c Allow app_morsecode to build on PPC Linux by putting the value of the digit char in an int. 18 years ago
app_mp3.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_nbscat.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_osplookup.c Fixed OSP module did not report source/devinfo IP in correct format. 18 years ago
app_page.c Resolve a logic error that was causing Page() to crash when more than one 17 years ago
app_parkandannounce.c (closes issue #12193) 17 years ago
app_playback.c Ensure that help text terminates with a newline 17 years ago
app_privacy.c Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 19 years ago
app_queue.c Fix situations where queue members could be autopaused unexpectedly 17 years ago
app_random.c merge new_loader_completion branch, including (at least): 19 years ago
app_read.c Revert unnecessary indications API change from rev 122314 17 years ago
app_readfile.c merge new_loader_completion branch, including (at least): 19 years ago
app_realtime.c Fix some memory leaks found while looking at how realtime 17 years ago
app_record.c Update app_record documentation to use new CLI command, core show file formats. (issue #9151 reported by junky) 18 years ago
app_rpt.c System call ioperm is non-portable, so check for its existence in autoconf. 17 years ago
app_sayunixtime.c merge new_loader_completion branch, including (at least): 19 years ago
app_senddtmf.c we can't unlock a channel if we cant find it. - AnthonyL bug #8741 19 years ago
app_sendtext.c Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't 17 years ago
app_setcallerid.c For consistency sake, ensure that the values that ${CALLINGPRES} returns are valid as an 17 years ago
app_setcdruserfield.c Expand deprecation warnings from simply warning on use to the builtin documentation. 18 years ago
app_settransfercapability.c Expand deprecation warnings from simply warning on use to the builtin documentation. 18 years ago
app_skel.c Revert inadvertent changes to app_skel that occurred when 17 years ago
app_sms.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
app_softhangup.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
app_speech_utils.c If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8) 17 years ago
app_stack.c Don't execute a gosub if the arguments is zero-len (not just NULL) 18 years ago
app_system.c The System() and TrySystem() applications can take a substantial amount of 18 years ago
app_talkdetect.c merge new_loader_completion branch, including (at least): 19 years ago
app_test.c merge new_loader_completion branch, including (at least): 19 years ago
app_transfer.c merge new_loader_completion branch, including (at least): 19 years ago
app_url.c Fix documentation to reflect how Url() really works 19 years ago
app_userevent.c Truncate userevents at the end of a line, when the command exceeds the buffer. 17 years ago
app_verbose.c merge new_loader_completion branch, including (at least): 19 years ago
app_voicemail.c Add new configuration option to make shared IMAP mailboxes function as expected. 17 years ago
app_waitforring.c merge new_loader_completion branch, including (at least): 19 years ago
app_waitforsilence.c Check correct values in the return of ast_waitfor(); also, get rid of a 17 years ago
app_while.c ast_waitfordigit() requires that the channel be up, for no good logical 17 years ago
app_zapateller.c An empty string is an empty callerid ... so zap it. This closes issue #10502, which was pointed out by dswartz. Thank you, and may the swartz be with you 18 years ago
enter.h remove extraneous svn:executable properties 20 years ago
leave.h remove extraneous svn:executable properties 20 years ago
rpt_flow.pdf remove extraneous svn:executable properties 20 years ago