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
Steve Murphy 1975b6e753
closes issue #11379; OK, this is an attempt to make both sides happy. To the cdr.conf file, I added the option 'unanswered', which defaults to 'no'. In this mode, you will see a cdr for a call, whether it was answered or not. The disposition will be NO ANSWER or ANSWERED, as appropriate. The src is as you'd expect, the destination channel will be one of the channels from the Dial() call, usually the last in the list if more than one chan was specified. With unanswered set to 'yes', you will still see this cdr entry in both cases. But in the case where the dial timed out, you will also see a cdr for each line attempted, marked NO ANSWER, with no destination channel name. The new option defaults to 'no', so you don't see the pesky extra cdr's by default, and you will not see the irritating 'not posted' messages.
18 years ago
..
Makefile Fix app_directory when ODBC_STORAGE is being used. The Makefile did not 18 years ago
app_adsiprog.c add some inter-module dependencies 19 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 Use LOG_DEBUG to print out the indication that app_amd is using default settings instead of using LOG_NOTICE. This stops needless logging of this information under normal circumstances. (issue #8361 reported by Seb7) 19 years ago
app_authenticate.c Merged revisions 42421 via svnmerge from 19 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 merge new_loader_completion branch, including (at least): 19 years ago
app_chanspy.c Merged revisions 75066 via svnmerge from 18 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_db.c Fix a couple of typos. Initially pointed out by mrobinson. 19 years ago
app_dial.c closes issue #11379; OK, this is an attempt to make both sides happy. To the cdr.conf file, I added the option 'unanswered', which defaults to 'no'. In this mode, you will see a cdr for a call, whether it was answered or not. The disposition will be NO ANSWER or ANSWERED, as appropriate. The src is as you'd expect, the destination channel will be one of the channels from the Dial() call, usually the last in the list if more than one chan was specified. With unanswered set to 'yes', you will still see this cdr entry in both cases. But in the case where the dial timed out, you will also see a cdr for each line attempted, marked NO ANSWER, with no destination channel name. The new option defaults to 'no', so you don't see the pesky extra cdr's by default, and you will not see the irritating 'not posted' messages. 18 years ago
app_dictate.c Merged revisions 68526 via svnmerge from 18 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) 18 years ago
app_directory.c Reconnection doesn't happen automatically when a DB goes down (fixes issue #9389) 18 years ago
app_disa.c If # is pressed after dialing an extension in DISA, stop trying to collect more digits. 18 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 merge new_loader_completion branch, including (at least): 19 years ago
app_externalivr.c Merged revisions 48394 via svnmerge from 19 years ago
app_festival.c Ensure that frames are fully initialized. This will probably fix getting 18 years ago
app_flash.c Change the description of app_flash to note how it can be a useful tool instead 18 years ago
app_followme.c Return 1.4 to a state where it builds. Changing the arguments to a function and not changing where they are used is bad, mmmk? 18 years ago
app_forkcdr.c merge new_loader_completion branch, including (at least): 19 years ago
app_getcpeid.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_hasnewvoicemail.c Check to make sure a value has been given to the VMCOUNT dialplan function. 18 years ago
app_ices.c Merged revisions 48374 via svnmerge from 19 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) 19 years ago
app_lookupcidname.c Picky, picky... show deprecation warning in application help, too (reported via list) 19 years ago
app_macro.c Merged revisions 77767 via svnmerge from 18 years ago
app_meetme.c When unloading app_meetme destroy any auto created contexts created by SLA. 18 years ago
app_milliwatt.c Merge team/russell/frame_caching 19 years ago
app_mixmonitor.c Close the audio file before sending it to the post processing application. 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. 18 years ago
app_mp3.c Merged revisions 48374 via svnmerge from 19 years ago
app_nbscat.c Merged revisions 48374 via svnmerge from 19 years ago
app_osplookup.c Fixed OSP module did not report source/devinfo IP in correct format. 18 years ago
app_page.c List app_meetme as a module that app_page depends on. 18 years ago
app_parkandannounce.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_playback.c After issuing a "say load new", if a caller hangs up during the middle of playback of a number, 18 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 a small error I made in my previous commit 18 years ago
app_random.c merge new_loader_completion branch, including (at least): 19 years ago
app_read.c Minor cleanup and make sure the tmp variable is clean 19 years ago
app_readfile.c merge new_loader_completion branch, including (at least): 19 years ago
app_realtime.c merge qwell's CLI verbification work 19 years ago
app_record.c Update app_record documentation to use new CLI command, core show file formats. (issue #9151 reported by junky) 19 years ago
app_rpt.c Fixed problem with changes made to cdr functionality 18 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 merge new_loader_completion branch, including (at least): 19 years ago
app_setcallerid.c merge new_loader_completion branch, including (at least): 19 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 merge new_loader_completion branch, including (at least): 19 years ago
app_sms.c fix a bogus datalen in the frames generated by app_sms 19 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 Instead of accepting a single DTMF character accept a full string. 18 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 Remove an extra \r\n from manager user events. (issue #8955, mnicholson) 19 years ago
app_verbose.c merge new_loader_completion branch, including (at least): 19 years ago
app_voicemail.c Revert vmu->email back to an empty string if it was empty when imap_store_file 18 years ago
app_waitforring.c merge new_loader_completion branch, including (at least): 19 years ago
app_waitforsilence.c Changes/fixes to the app_waitforsilence app to make it behave more the way the author originally intended for it 19 years ago
app_while.c Merged revisions 51828 via svnmerge from 19 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
app_zapbarge.c merge new_loader_completion branch, including (at least): 19 years ago
app_zapras.c Merged revisions 48374 via svnmerge from 19 years ago
app_zapscan.c merge new_loader_completion branch, including (at least): 19 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