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
Tilghman Lesher b10343fd19
When MOH is playing on the channel, announcements sent through the conference are not heard.
17 years ago
..
Makefile remove this, it has been moved to the main Makefile 18 years ago
app_adsiprog.c AST-2009-005 17 years ago
app_alarmreceiver.c AST-2009-005 17 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 18 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. 19 years ago
app_chanisavail.c
app_channelredirect.c This patch fixes h-exten running misbehavior in manager-redirected 17 years ago
app_chanspy.c AST-2009-005 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 AST-2009-005 17 years ago
app_dahdiras.c Change include order to make compile on Centos 5 with DAHDI 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. 20 years ago
app_dial.c AST-2009-005 17 years ago
app_dictate.c Merged revisions 68526 via svnmerge from 19 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 Make apps send PROGRESS control frame for early media and fix too early media issue in SIP 17 years ago
app_dumpchan.c
app_echo.c Much simpler than previous one ;-) 19 years ago
app_exec.c Fix a minor spelling error. 18 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 Allow dahdichanname to work as advertised. 17 years ago
app_followme.c AST-2009-005 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 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 17 years ago
app_image.c
app_ivrdemo.c
app_lookupblacklist.c Picky, picky... show deprecation warning in application help, too (reported via list) 19 years ago
app_lookupcidname.c Picky, picky... show deprecation warning in application help, too (reported via list) 19 years ago
app_macro.c AST-2009-005 17 years ago
app_meetme.c When MOH is playing on the channel, announcements sent through the conference are not heard. 17 years ago
app_milliwatt.c Modify how Playtones() is used in Milliwatt() to resolve gain issue. 17 years ago
app_mixmonitor.c Fixes memory leak caused by incorrectly freeing mixmonitor 17 years ago
app_morsecode.c AST-2009-005 17 years ago
app_mp3.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
app_nbscat.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
app_osplookup.c AST-2009-005 17 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) 18 years ago
app_playback.c Make apps send PROGRESS control frame for early media and fix too early media issue in SIP 17 years ago
app_privacy.c AST-2009-005 17 years ago
app_queue.c This patch adds additional checking when generating queue log TRANSFER events. 17 years ago
app_random.c AST-2009-005 17 years ago
app_read.c Revert unnecessary indications API change from rev 122314 17 years ago
app_readfile.c AST-2009-005 17 years ago
app_realtime.c Fix some memory leaks found while looking at how realtime 17 years ago
app_record.c AST-2009-005 17 years ago
app_rpt.c AST-2009-005 17 years ago
app_sayunixtime.c
app_senddtmf.c Change NULL pointer check to be ast_strlen_zero. 17 years ago
app_sendtext.c Permit zero-length text messages in SIP. 17 years ago
app_setcallerid.c AST-2009-005 17 years ago
app_setcdruserfield.c Expand deprecation warnings from simply warning on use to the builtin documentation. 19 years ago
app_settransfercapability.c Expand deprecation warnings from simply warning on use to the builtin documentation. 19 years ago
app_skel.c Revert inadvertent changes to app_skel that occurred when 18 years ago
app_sms.c AST-2009-005 17 years ago
app_softhangup.c Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel names 17 years ago
app_speech_utils.c If we are able to create a speech structure unset the ERROR variable in case it was previously set. 17 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 AST-2009-005 17 years ago
app_test.c pri loop TestClient/TestServer fails: server SEND DTMF 8 17 years ago
app_transfer.c
app_url.c Fix documentation to reflect how Url() really works 20 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 AST-2009-005 17 years ago
app_voicemail.c AST-2009-005 17 years ago
app_voicemail.exports Make all the symbols for the C-client callbacks global 17 years ago
app_waitforring.c AST-2009-005 17 years ago
app_waitforsilence.c AST-2009-005 17 years ago
app_while.c ast_waitfordigit() requires that the channel be up, for no good logical 18 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