aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03backport rport scanning fix from trunk (bug #6071)kpfleming1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7738 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02 Fix compiler warnings.bweschke2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7706 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-28fix memory leak in build_rpid (issue #6070)russell1-7/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7665 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27backport fix to ensure that DSP is never enabled on pseudo channelskpfleming1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7641 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell3-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7634 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22revert changes to videosupport to allow per-peer setting, since it isn't quiterussell1-15/+10
complete and there is not an obvious fix at this point git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Actually put in the per-peer settings for sip video, as they didn't make it ↵twisted1-10/+15
in at astricon somehow, and I've been too busy up until now to redo it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7586 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Allow a chan_alsa that failed to open sound devices to be unloaded.tilghman1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7582 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug #6040 - Documentation correctionbweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7580 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20backport fix for reloading peer context (issue #6007)russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7552 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19I messed up and accidently committed this to the trunk first ...russell1-2/+1
- add note on required values of sip_methods struct - remove duplicate function prototype - remove duplicate ast_mutex_lock (issue #6025) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7529 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Max-Forwards headers must only be present on requests, not responseskpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7515 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17forcibly expire previous subscriptions from a peer when they resubscribe ↵kpfleming1-1/+29
(keeps them from building up and waiting for expiration, and stops us sending unwanted NOTIFY messages to devices) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7513 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter12-105/+2988
* Fixed Makefiles so that chan_misdn can be compiled again * added some hints, that mISDN cannot be compiled against gcc-4, SMP, Spinlock Debug * fixed some Minor issues in chan_misdn, regarding Type Of Number and Presentation git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13ensure that hangups while incoming calls are in early state are handled ↵kpfleming1-1/+2
properly (issue #5919) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7451 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13only report AGENT_IDLE for callback mode agents when they are actually idle ↵kpfleming1-1/+1
(issue #5902) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-10 Bug #5877bweschke1-0/+3
Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7425 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05fix the order of arguments to an error message (issue #5927)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7335 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)oej1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7275 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02protect agent_bridgedchannel() from segfaulting when there is no bridged ↵kpfleming1-7/+8
channel (issue #5879) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7271 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02allow variables to exist on both 'halves' of the Local channel (issue #5810)kpfleming1-3/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7270 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming50-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming2-10/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21backport fix from HEAD branchkpfleming2-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7184 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21backport fix from HEAD branchkpfleming2-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7183 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5815russell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7167 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5794russell2-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7157 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5792russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7150 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5799russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7149 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-17Add missing carriage return and line feed to the SDP line indicating that we ↵russell1-1/+1
don't support VAD (issue #5780) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-17fix remaining breakage related to chan_modem moduleskpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7127 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16don't register channel type until we are ready, coding format updatesjeremy1-366/+329
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7124 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16don't build chan_modem by defaultkpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7122 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16fix previous commit to actually do it properly...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7115 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16issue #5764kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7114 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15issue #5539kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7107 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15issue #5672kpfleming2-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7106 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15issue #5739 (plus ast_copy_string() usage conversion)kpfleming5-85/+208
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7105 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15issue #5751kpfleming1-34/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7104 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-13Fix i4l breakage (bug #5729)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7092 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12fix a lil' typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7090 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12Fix build on FreeBSD 4.11markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7089 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12issue #5712kpfleming1-11/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7086 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12fix typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7082 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11minor fixeskpfleming1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7079 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11Fix DTMF issue with 3-way native zapmarkster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5713kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7074 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5671kpfleming2-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7063 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10issue #5693kpfleming3-42/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7058 f38db490-d61c-443f-a65b-d21fe96a405b