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
Terry Wilson e8f9274ca7
Add missing variable declaration in the PPC code
17 years ago
..
Makefile remove this, it has been moved to the main Makefile 18 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
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
app_chanisavail.c
app_channelredirect.c
app_chanspy.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_controlplayback.c Make sure res is a positive value before performing the check to determine whether the user stopped it or not. 19 years ago
app_dahdibarge.c build against the now-typedef-free dahdi/user.h 18 years ago
app_dahdiras.c build against the now-typedef-free dahdi/user.h 18 years ago
app_dahdiscan.c build against the now-typedef-free dahdi/user.h 18 years ago
app_db.c
app_dial.c Make sure to set the hangup cause on the calling channel in the case 17 years ago
app_dictate.c Merged revisions 68526 via svnmerge from 19 years ago
app_directed_pickup.c Include macroexten while searching for a channel to pick up in case they are in a macro. (issue #9491 reported by jamesb63) 19 years ago
app_directory.c Reconnection doesn't happen automatically when a DB goes down (fixes issue #9389) 19 years ago
app_disa.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
app_dumpchan.c
app_echo.c
app_exec.c Fix a minor spelling error. 18 years ago
app_externalivr.c Detect another way for a connection to have gone away. 18 years ago
app_festival.c Add missing variable declaration in the PPC code 17 years ago
app_flash.c build against the now-typedef-free dahdi/user.h 18 years ago
app_followme.c Fix a crash in the end_bridge_callback of app_dial and 17 years ago
app_forkcdr.c (closes issue #12910) 18 years ago
app_getcpeid.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
app_hasnewvoicemail.c Check to make sure a value has been given to the VMCOUNT dialplan function. 19 years ago
app_ices.c make app_ices compile on OpenBSD. 18 years ago
app_image.c
app_ivrdemo.c
app_lookupblacklist.c
app_lookupcidname.c
app_macro.c app_macro only needs a rdlock on the contexts list. 18 years ago
app_meetme.c (closes issue #13899) 17 years ago
app_milliwatt.c - Fix a typo in the argument to Playtones 18 years ago
app_mixmonitor.c Add a trigger mode that triggers on both read and write. The actual function that returns the combined audio frame though will wait until both sides have fed in audio, or until one side stops (such as the case when you call Wait). 18 years ago
app_morsecode.c Allow app_morsecode to build on PPC Linux by putting the value of the digit char in an int. 19 years ago
app_mp3.c
app_nbscat.c
app_osplookup.c Fixed OSP module did not report source/devinfo IP in correct format. 19 years ago
app_page.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
app_parkandannounce.c (closes issue #12193) 18 years ago
app_playback.c Ensure that help text terminates with a newline 18 years ago
app_privacy.c
app_queue.c This change had somehow gotten reverted due to a 17 years ago
app_random.c
app_read.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
app_readfile.c
app_realtime.c
app_record.c
app_rpt.c System call ioperm is non-portable, so check for its existence in autoconf. 17 years ago
app_sayunixtime.c
app_senddtmf.c
app_sendtext.c Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't 18 years ago
app_setcallerid.c For consistency sake, ensure that the values that ${CALLINGPRES} returns are valid as an 18 years ago
app_setcdruserfield.c
app_settransfercapability.c
app_skel.c Revert inadvertent changes to app_skel that occurred when 18 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
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) 18 years ago
app_stack.c Don't execute a gosub if the arguments is zero-len (not just NULL) 19 years ago
app_system.c The System() and TrySystem() applications can take a substantial amount of 19 years ago
app_talkdetect.c
app_test.c
app_transfer.c
app_url.c
app_userevent.c
app_verbose.c
app_voicemail.c If the prompt to reenter a voicemail password timed out, it 17 years ago
app_waitforring.c
app_waitforsilence.c Check correct values in the return of ast_waitfor(); also, get rid of a 18 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 19 years ago
enter.h
leave.h
rpt_flow.pdf