dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/channels
file 9279bf9d6d Merged revisions 114322 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114322 | file | 2008-04-21 11:39:32 -0300 (Mon, 21 Apr 2008) | 4 lines

Only drop audio if we receive it without a progress indication. We allow other frames through such as DTMF because they may be needed to complete the call.
(closes issue #12440)
Reported by: aragon

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114323 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-21 14:40:33 +00:00
..
h323 Merged revisions 103823 via svnmerge from 2008-02-19 20:31:15 +00:00
misdn fix up various warnings found via the addition of format string checking... some of these were really, really bad code 2008-03-18 16:23:05 +00:00
xpmr Allow chan_usbradio to compile again. 2007-10-17 16:09:01 +00:00
DialTone.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
Makefile Merged revisions 107713 via svnmerge from 2008-03-11 20:50:57 +00:00
chan_agent.c Merged revisions 109575 via svnmerge from 2008-03-18 17:59:18 +00:00
chan_alsa.c Merged revisions 106235 via svnmerge from 2008-03-05 22:43:22 +00:00
chan_console.c Merged revisions 106235 via svnmerge from 2008-03-05 22:43:22 +00:00
chan_features.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
chan_gtalk.c Merged revisions 112820 via svnmerge from 2008-04-04 19:28:49 +00:00
chan_h323.c Merged revisions 114120 via svnmerge from 2008-04-14 18:34:17 +00:00
chan_iax2.c Merged revisions 114083 via svnmerge from 2008-04-11 22:48:52 +00:00
chan_jingle.c Merged revisions 107714 via svnmerge from 2008-03-11 20:53:48 +00:00
chan_local.c During hangup it is possible for p->chan or p->owner to be NULL, so just return what the channel is bridged to instead of what they are *really* bridged to. Thanks Matt Nicholson! 2008-04-14 15:36:02 +00:00
chan_mgcp.c Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits. 2008-03-19 22:25:34 +00:00
chan_misdn.c Make MISDN generate channel rename events when the name changes. 2008-04-02 19:34:52 +00:00
chan_nbs.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
chan_oss.c Merged revisions 108796 via svnmerge from 2008-03-14 20:09:37 +00:00
chan_phone.c Merged revisions 106235 via svnmerge from 2008-03-05 22:43:22 +00:00
chan_sip.c Merged revisions 114322 via svnmerge from 2008-04-21 14:40:33 +00:00
chan_skinny.c Fix spelling of existent in a few places. 2008-04-10 13:45:45 +00:00
chan_unistim.c Make sure ADSI is marked as unavailable on Unistim channels so voicemail does not try to do some ADSI jazz. 2008-04-18 19:35:33 +00:00
chan_usbradio.c I missed a place when this define was changed. 2008-03-31 22:16:34 +00:00
chan_vpb.cc Fix last commit 2008-04-01 18:23:40 +00:00
chan_zap.c SS7:Added - Generic Name / Access Transport / Redirecting Number handling. #12425 2008-04-19 16:58:24 +00:00
console_board.c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know. 2008-01-10 00:50:39 +00:00
console_gui.c Fix minor misuses of snprintf 2008-03-04 23:10:45 +00:00
console_video.c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know. 2008-01-10 00:50:39 +00:00
console_video.h Two changes: 2008-01-09 18:03:40 +00:00
iax2-parser.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
iax2-parser.h Merged revisions 75445 via svnmerge from 2007-07-17 20:49:09 +00:00
iax2-provision.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
iax2-provision.h Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
iax2.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
misdn_config.c Oops, missed one 2008-03-26 20:34:05 +00:00
vcodecs.c prevent a panic when destroying a channel with no incoming video. 2008-01-01 23:54:40 +00:00
vgrabbers.c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know. 2008-01-10 00:50:39 +00:00