aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2007-04-20Use the last line in the SDP, even if it has no CRLF. Remember Jon Postel :-)oej1-0/+13
This code exists in 1.2 and 1.4 but was removed from trunk for some unknown reason. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61689 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-13added CLI 'sip unregister <peer>' for issue 9326. thanks elieldhubbard1-0/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61660 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-13Merged revisions 61648 via svnmerge from file1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61648 | file | 2007-04-13 13:19:53 -0400 (Fri, 13 Apr 2007) | 2 lines For those very verbose SIP implementations that attach tons of info to the Contact header... let's increase our variable sizes. (issue #9535 reported by jeffg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61649 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-13Merged revisions 61644 via svnmerge from murf1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61644 | murf | 2007-04-13 11:01:02 -0600 (Fri, 13 Apr 2007) | 1 line A fix for chan_oss that resulted from the CDR changes; it helps to use the right info. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61646 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-13Merged revisions 61641 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61641 | file | 2007-04-13 12:32:03 -0400 (Fri, 13 Apr 2007) | 2 lines Don't assume the callid of a dialog will be set, as in some circumstances it may not. (issue #9534 reported by tecnoxarxa) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61642 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-12Don't treat a host lookup as failed if sipregs is not in use when doing a ↵file1-7/+9
realtime lookup. (issue #9255 reported by sergee) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61618 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11Merged revisions 61477 via svnmerge from russell1-4/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r61477 | russell | 2007-04-11 11:05:29 -0500 (Wed, 11 Apr 2007) | 13 lines Merged revisions 61476 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61476 | russell | 2007-04-11 11:01:25 -0500 (Wed, 11 Apr 2007) | 5 lines If someone sets the "useragent" option in sip.conf to be empty, then don't add the User-Agent header at all. It is an optional header, anyway. Also, the bug report says that some of Japan's SIP providers don't allow it for some weird reason. (issue #9488, reported by makoto, fixed by me) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61478 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11Merged revisions 61342,61372-61373,61443 via svnmerge from nadi3-48/+111
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61342 | nadi | 2007-04-11 12:52:28 +0200 (Mi, 11 Apr 2007) | 2 lines AOCD's are now exported to asterisk channel variables. ........ r61372 | nadi | 2007-04-11 15:33:30 +0200 (Mi, 11 Apr 2007) | 2 lines Ignore facility messages in case we don't have a corresponding channel object. ........ r61373 | nadi | 2007-04-11 15:40:26 +0200 (Mi, 11 Apr 2007) | 2 lines Export AOCD variables on misdn_hangup. ........ r61443 | nadi | 2007-04-11 17:39:14 +0200 (Mi, 11 Apr 2007) | 2 lines Don't export AOCD variables on misdn_hangup anymore, this was mainly a fix for trunk.. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61460 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11Merged revisions 61427 via svnmerge from russell1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r61427 | russell | 2007-04-11 10:09:39 -0500 (Wed, 11 Apr 2007) | 14 lines Merged revisions 61426 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61426 | russell | 2007-04-11 10:05:36 -0500 (Wed, 11 Apr 2007) | 6 lines Fix a bug with switching between host=dynamic and using specific hosts for peers. The code would only reset the peer's address when it is dynamic if it was a new peer structure. Now, it will also reset the address if it was already in the peer list, but before the reload, it was not dynamic. (issue #9515, reported by caio1982, fixed by me) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61428 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11Merged revisions 61377 via svnmerge from russell1-6/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r61377 | russell | 2007-04-11 09:04:44 -0500 (Wed, 11 Apr 2007) | 13 lines Merged revisions 61376 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61376 | russell | 2007-04-11 09:02:54 -0500 (Wed, 11 Apr 2007) | 5 lines Remove the attempt at reporting configuration errors in sip.conf. This can cause a bunch of improper messages when using realtime. I give up. As oej tried to convince me when I put this in, there is just no easy way to do it. (inspired by a message on the -dev list) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61379 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11Remove duplicate prototype declaration. (issue #9517 reported by junky)file1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61375 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-10Added zapata.conf parameter "cid_rxgain" to allow the user to adjust the ↵dbailey1-2/+10
gain bump used during CID acquisition. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61303 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-10updated ast_channel_alloc() call to include the 4 extra args everyone got. ↵murf1-1/+1
Not much info there, as the config file evidently does not allow amaflags, or accountcode settings; and the pvt's exten doesn't sound like what we need in the cdr, either. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61221 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-10Merged revisions 61183 via svnmerge from nadi1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r61183 | nadi | 2007-04-10 14:43:40 +0200 (Di, 10 Apr 2007) | 10 lines Merged revisions 61170 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61170 | nadi | 2007-04-10 14:31:45 +0200 (Di, 10 Apr 2007) | 2 lines msns config parameter defaults to '*' ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61184 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-10Merged revisions 60989 via svnmerge from murf16-28/+23
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60989 | murf | 2007-04-09 12:32:07 -0600 (Mon, 09 Apr 2007) | 1 line This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered. This also adds the mods from 1.4/r.61136; ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Merged revisions 61072 via svnmerge from oej1-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r61072 | oej | 2007-04-09 21:58:17 +0200 (Mon, 09 Apr 2007) | 11 lines Merged revisions 61038 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61038 | oej | 2007-04-09 21:38:59 +0200 (Mon, 09 Apr 2007) | 3 lines - Don't send ActionID before Response: header. - Don't use a blank in an AMI header ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61073 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09use "ChannelType" in events to indicate which channel driver that generates ↵oej2-6/+6
the event. This replaces "ChannelDriver" and "Channel", previously used to indicate channel driver. ChannelType is more in line with "core show channeltypes" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60987 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Make RTP session ID and session version generation random. (issue #9456 ↵file1-2/+2
reported by tjardick) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60898 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Merged revisions 60847 via svnmerge from tilghman1-16/+19
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r60847 | tilghman | 2007-04-08 21:42:48 -0500 (Sun, 08 Apr 2007) | 10 lines Merged revisions 60846 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r60846 | tilghman | 2007-04-08 21:37:18 -0500 (Sun, 08 Apr 2007) | 2 lines Bug 9505 - If the return value for local_queue_frame is set, then p->lock is no longer valid. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60848 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Add counter for sip show registry CLI command. (issue #9352 reported by junky)file1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60796 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Use the same parameter to the two "Registry" AMI events - ChannelDriveroej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60531 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Merged revisions 60485 via svnmerge from mattf1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60485 | mattf | 2007-04-06 13:21:52 -0500 (Fri, 06 Apr 2007) | 2 lines Make sure we check the faxdetect option before doing fax processing ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60487 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Merged revisions 60459 via svnmerge from mattf1-72/+75
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r60459 | mattf | 2007-04-06 12:32:31 -0500 (Fri, 06 Apr 2007) | 10 lines Merged revisions 60456 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r60456 | mattf | 2007-04-06 12:03:15 -0500 (Fri, 06 Apr 2007) | 2 lines There should only be one code path for doing DTMF conditionals on channels. This fixes it. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60486 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-05Merged revisions 60214 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r60214 | file | 2007-04-05 08:55:02 -0400 (Thu, 05 Apr 2007) | 10 lines Merged revisions 60213 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r60213 | file | 2007-04-05 08:52:50 -0400 (Thu, 05 Apr 2007) | 2 lines Only unlock our pvt and net locks if we are actually going to try to lock the owner again. (issue #9472 reported by zoa) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60215 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-04Merged revisions 60112 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60112 | russell | 2007-04-04 11:49:45 -0500 (Wed, 04 Apr 2007) | 3 lines Add a Content-Length of 0 to the response built by transmit_response_with_unsupported(). (issue #9454, reported by makoto, fixed by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60114 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-04Merged revisions 60088 via svnmerge from russell1-20/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r60088 | russell | 2007-04-04 11:39:04 -0500 (Wed, 04 Apr 2007) | 12 lines Merged revisions 60083 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r60083 | russell | 2007-04-04 11:37:04 -0500 (Wed, 04 Apr 2007) | 4 lines Fix the return value of handle_common_options() so that it always properly indicates whether it handled the option or not. (issue #9455, reported by Netview, fixed by me) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60091 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Add support for RTP packetization in chan_jingle and chan_gtalk.russell2-0/+16
(issue #9416, phsultan) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60011 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Merged revisions 59939 via svnmerge from russell1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59939 | russell | 2007-04-03 14:16:53 -0500 (Tue, 03 Apr 2007) | 12 lines Merged revisions 59938 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59938 | russell | 2007-04-03 14:15:04 -0500 (Tue, 03 Apr 2007) | 4 lines Don't attempt to report configuration errors in build_user(). oej pointed out that for a "friend" entry, this won't work, because all user options are valid for peers, but not the other way around. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59940 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Merged revisions 59936 via svnmerge from russell1-3/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59936 | russell | 2007-04-03 13:55:57 -0500 (Tue, 03 Apr 2007) | 11 lines Merged revisions 59916 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59916 | russell | 2007-04-03 13:43:54 -0500 (Tue, 03 Apr 2007) | 3 lines Make chan_sip report when it encounters an unknown option. (issue #9440, reported by nightcrawler) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59937 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Remove a duplicate function prototype. (issue #9444, junky)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59896 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Merged revisions 59804 via svnmerge from nadi2-0/+25
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59804 | nadi | 2007-04-03 13:02:46 +0200 (Di, 03 Apr 2007) | 15 lines Merged revisions 59788,59803 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59788 | nadi | 2007-04-03 11:37:00 +0200 (Di, 03 Apr 2007) | 2 lines Use the new sysfs way of mISDN 1.2 to check if a port is NT or not. ........ r59803 | nadi | 2007-04-03 12:40:58 +0200 (Di, 03 Apr 2007) | 2 lines ptp is the 5th bit, not the 4th. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59805 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-02This hashing code is still causing some random crashes on my system, andrussell1-67/+14
probably others, too. I don't really have time to work on it at the moment, so I am just going to revert it for now. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59693 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-30Update to support multiple CIC groups and DPCs per linkset.mattf1-12/+45
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59555 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-29Fix an issue with hashing iax2 pvt structures that caused random crashes onrussell1-16/+29
systems under heavy load such as IAXtel. (possibly related to issue #9403) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59368 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-29Merged revisions 59341 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59341 | russell | 2007-03-29 11:55:39 -0500 (Thu, 29 Mar 2007) | 8 lines When the IAX2 read callback gets called, return NULL instead of a "null frame". This will cause Asterisk to hangup the call instead of keep trying whatever it was doing. Under normal conditions, this function would *never* be called. However, the author of this patch says an error will occur that will cause it to get called every 100 thousand calls or so. When this does happen, it puts the channel in a loop that eventually brings down the system. So, hangup up the call is certainly a better alternative. (issue #8286, john) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59343 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-28added filtering options to 'zap show channels' to implement functionality ↵dhubbard1-20/+56
described in issue 6520 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59286 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-27Use better english. Renegotiate! Repeat after me: renegotiate.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59272 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-27Merged revisions 59262 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59262 | russell | 2007-03-27 13:17:47 -0500 (Tue, 27 Mar 2007) | 3 lines Fix the check that ensures that the CHANNEL function's first argument is "rtpqos". Thanks, Corydon. :) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59263 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-27Merged revisions 59259 via svnmerge from russell1-4/+43
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59259 | russell | 2007-03-27 13:05:46 -0500 (Tue, 27 Mar 2007) | 12 lines Merged revisions 59258 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59258 | russell | 2007-03-27 13:04:02 -0500 (Tue, 27 Mar 2007) | 4 lines Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0 instead of having each interface explicitly listed. (issue #7874, patch by stevens) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59260 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-27Merged revisions 59256 via svnmerge from russell1-24/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59256 | russell | 2007-03-27 11:20:53 -0500 (Tue, 27 Mar 2007) | 4 lines Convert the RTPQOS function to just be additional parameter of the CHANNEL function. This way, it will be possible for other RTP based channel drivers to expose this information in the future. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59257 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Merged revisions 59227 via svnmerge from tilghman1-66/+31
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59227 | tilghman | 2007-03-26 16:37:41 -0500 (Mon, 26 Mar 2007) | 2 lines Change this to a single dp function to make oej happy. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59229 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Merged revisions 59209 via svnmerge from russell1-12/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59209 | russell | 2007-03-26 12:53:07 -0500 (Mon, 26 Mar 2007) | 1 line Rename the new dialplan functions to match the variable name ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59211 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Merged revisions 59207 via svnmerge from russell1-5/+117
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59207 | russell | 2007-03-26 12:45:55 -0500 (Mon, 26 Mar 2007) | 7 lines The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in some because they get set in sip_hangup. So, there are common situations where the variables will not be available in the dialplan at all. So, this patch provides an alternate method for getting to this information by introducing AUDIORTPQOS and VIDEORTPQOS dialplan functions. (issue #9370, patch by Corydon76, with some testing by blitzrage) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59208 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Fix bug in which parameter type we are passing. This shouldn't be a problem mattf1-2/+2
since both types are the same underneath. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59205 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Small API related SS7 updates.mattf1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59204 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-26Merged revisions 59202 via svnmerge from nadi6-41/+117
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59202 | nadi | 2007-03-26 17:25:53 +0200 (Mo, 26 Mär 2007) | 4 lines * mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it. * add a check for linux/mISDNdsp.h to configure.ac and update the autogenerated files: 'configure', 'autoconfig.h.in' (the 'configure' script was not in sync with the latest configure.ac, so the diff is a bit bigger than expected). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59203 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-24Merged revisions 59195 via svnmerge from file1-13/+13
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59195 | file | 2007-03-23 21:39:44 -0400 (Fri, 23 Mar 2007) | 10 lines Merged revisions 59194 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59194 | file | 2007-03-23 21:35:49 -0400 (Fri, 23 Mar 2007) | 2 lines Only try to handle a response if it has a response code. (ASA-2007-011) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59196 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-22Merged revisions 59182 via svnmerge from kpfleming1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59182 | kpfleming | 2007-03-22 16:40:01 -0700 (Thu, 22 Mar 2007) | 2 lines don't allow string input to overrun the buffer to hold it (ASA-2007-010) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59183 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-22Merged revisions 59180 via svnmerge from kpfleming1-3/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59180 | kpfleming | 2007-03-22 16:34:22 -0700 (Thu, 22 Mar 2007) | 2 lines remove variables that are no longer used (--enable-dev-mode is good, developers should be using it) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59181 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-21Minor tweak. Only queue up an unhold control frame if we are actually on ↵file1-25/+18
hold. This would have shown itself when a call was initially being setup and the SDP data was being parsed in. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59083 f38db490-d61c-443f-a65b-d21fe96a405b