asterisk/apps
Mark Michelson 6f53ed4c67 This commit introduces COLP/CONP and Redirecting party information into Asterisk.
The channel drivers which have been most heavily tested with these enhancements are
chan_sip and chan_misdn. Further work is being done to add Q.SIG support and will be
introduced in a later commit. chan_skinny has code added to it here, but according
to user pj, the support on chan_skinny is not working as of now. This will be fixed in
a later commit.

A special thanks goes out to bugtracker user gareth for getting the ball rolling and
providing the initial support for this work. Without his initial work on this, this would
not have been nearly as painless as it was.

This functionality has been tested by Digium's product quality department, as well as a
customer site running thousands of calls every day. In addition, many many many many bugtracker
users have tested this, too.

(closes issue #8824)
Reported by: gareth

Review: http://reviewboard.digium.com/r/201



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186525 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-03 22:41:46 +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 Merged revisions 172030 via svnmerge from 2009-01-28 20:31:06 +00:00
app_chanspy.c Add manager events for chanspy starting or stopping 2009-02-13 20:35:26 +00:00
app_confbridge.c Don't play the "you are about to be placed into the conference" and "the leader has left the conference" sounds if the quiet 2009-03-11 13:44:42 +00:00
app_controlplayback.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +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_dahdiscan.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_db.c - Add some see-also references based on TFOT. 2008-11-05 12:13:57 +00:00
app_dial.c This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +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 This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +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 Fix various spelling and grammatical issues in documentation 2008-11-02 02:50:33 +00:00
app_externalivr.c Fixes issue with hangups not being sent and external process never terminating. 2009-02-09 17:26:02 +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 184842 via svnmerge from 2009-03-29 05:52:20 +00:00
app_forkcdr.c - Add PlayTones() and StopPlayTones() applications XML documentation. 2008-11-05 01:44:04 +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 Fix build WRT ast_str_opaque 2008-12-15 14:40:08 +00:00
app_macro.c Merged revisions 166093 via svnmerge from 2008-12-23 18:13:49 +00:00
app_meetme.c app_meetme not setting filename and fileformat correctly for realtime 2009-03-03 22:01:24 +00:00
app_milliwatt.c Remove a dependency that no longer exists. 2009-02-17 22:52:43 +00:00
app_minivm.c Use ast_random() instead of rand() to ensure we use the best RNG available. 2009-03-27 18:04:43 +00:00
app_mixmonitor.c Merged revisions 173592 via svnmerge from 2009-02-05 18:48:55 +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 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_page.c Merged revisions 170979 via svnmerge from 2009-01-25 13:35:48 +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 Janitor, use ARRAY_LEN() when possible. 2008-12-05 10:31:25 +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 This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +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 Merged revisions 184078 via svnmerge from 2009-03-24 22:40:39 +00:00
app_sendtext.c - Add some see-also references based on TFOT. 2008-11-05 12:13:57 +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 Introduce SMS() application XML documentation. 2008-12-07 22:43:46 +00:00
app_softhangup.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_speech_utils.c Swap reversed timevals. 2009-03-01 23:25:23 +00:00
app_stack.c Fix0ring build 2009-02-10 07:06:29 +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 Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +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 Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
app_voicemail.c Merged revisions 186445 via svnmerge from 2009-04-03 19:59:55 +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 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
leave.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile Merged revisions 127892,127895 via svnmerge from 2008-07-03 22:23:04 +00:00
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00