aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Collapse)AuthorFilesLines
2007-03-18Merged revisions 59037 via svnmerge from oej1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59037 | oej | 2007-03-18 21:37:06 +0100 (Sun, 18 Mar 2007) | 3 lines Issue #9313, Asterisk crash on SIP return code 0 (reported by qwerty1979) (ASA-2007-011) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59038 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Merged revisions 58923 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58923 | file | 2007-03-15 15:13:21 -0300 (Thu, 15 Mar 2007) | 2 lines Don't assume that the pvt structure will still exist after calling schedule_delivery as it may not. (issue #9278 reported by fmachado) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58924 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Merged revisions 58906 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58906 | russell | 2007-03-14 14:18:08 -0500 (Wed, 14 Mar 2007) | 4 lines Some people like to put "limitonpeer" instead of "limitonpeers" in their configuration. While we're at it, support "limitonpeerz" and "limitonpeerssssss". (inspired by issue #9172) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58907 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Merged revisions 58848 via svnmerge from oej1-1/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58848 | oej | 2007-03-13 12:49:35 +0100 (Tue, 13 Mar 2007) | 10 lines Merged revisions 58847 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58847 | oej | 2007-03-13 12:45:52 +0100 (Tue, 13 Mar 2007) | 2 lines Issue #9229 - No port in request URI on register to non default SIP ports (neelakantan) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58900 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merged revisions 58845 via svnmerge from oej1-10/+13
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58845 | oej | 2007-03-13 11:03:03 +0100 (Tue, 13 Mar 2007) | 3 lines Don't hangup the call on OK or errors on MESSAGE and INFO inside of a dialog (like video update requests). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58846 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merged revisions 58843 via svnmerge from oej1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58843 | oej | 2007-03-13 10:12:16 +0100 (Tue, 13 Mar 2007) | 2 lines Issue #9251 - Clear From URI from user attributes (tgrman) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58844 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Change URL to OpenH323 (thanks, Tzafrir!)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58822 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-12Merged revisions 58779 via svnmerge from file1-1/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58779 | file | 2007-03-11 20:51:16 -0400 (Sun, 11 Mar 2007) | 2 lines Add matchexterniplocally setting which only substitutes your externip/externhost setting if it matches the localnet setting. I know of at least two people who need opposite settings, so I made it an option! (issue #8821 reported by kokoskarokoska) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58780 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-10Merged revisions 58705 via svnmerge from russell1-14/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58705 | russell | 2007-03-10 12:11:11 -0600 (Sat, 10 Mar 2007) | 6 lines Fix a few more places in chan_iax2 where the ast_frame used for receiving a frame was not properly initialized. - Interpolating a frame when the jitterbuffer is in use - decrypting a frame when IAX2 encryption is on - frames in an IAX2 trunk ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58706 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-09Merged revisions 58584 via svnmerge from file1-3/+9
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58584 | file | 2007-03-09 15:49:47 -0500 (Fri, 09 Mar 2007) | 10 lines Merged revisions 58579 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58579 | file | 2007-03-09 15:46:43 -0500 (Fri, 09 Mar 2007) | 2 lines If we are unable to lookup the host in a c line we have to abort, otherwise the previous data is gone and we will (potentially) have no data when all is said and done. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58592 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58510 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58510 | russell | 2007-03-08 16:06:54 -0600 (Thu, 08 Mar 2007) | 3 lines Add a missing break statement so that handling the above event does not incorrectly destroy the channel. (issue #9242, andrew) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58511 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-08Merged revisions 58320 via svnmerge from russell1-15/+28
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58320 | russell | 2007-03-07 19:01:46 -0600 (Wed, 07 Mar 2007) | 6 lines If we receive ZT_EVENT_REMOVED, destroy the specified channel. (issue #7256, tzafrir) Also, update the configure script to make sure that we don't try to build chan_zap if the installed version of zaptel does not include ZT_EVENT_REMOVED. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58321 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58243 via svnmerge from russell1-9/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58243 | russell | 2007-03-07 12:19:19 -0600 (Wed, 07 Mar 2007) | 17 lines (This bug was reported to me by Kinsey Moore) Merged revisions 58242 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58242 | russell | 2007-03-07 12:17:07 -0600 (Wed, 07 Mar 2007) | 7 lines Fix a problem where the Asterisk channel name could be that of the wrong IAX2 user for a call. This is because the first step of choosing this name is to look for an IAX2 peer that happens to have the same IP/port number that this call is coming from and assuming that is it. However, this is not always correct. So, I have made it change this name after authentication happens since at that point, we have an exact match. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58244 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-07Merged revisions 58240 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58240 | file | 2007-03-07 12:52:58 -0500 (Wed, 07 Mar 2007) | 2 lines Ensure we have (or should have) at least one matching codec before attempting early bridge SDP seeding. (issue #9221 reported by marcelbarbulescu) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58241 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58121 via svnmerge from murf1-1/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58121 | murf | 2007-03-06 16:10:14 -0700 (Tue, 06 Mar 2007) | 9 lines Merged revisions 58115 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58115 | murf | 2007-03-06 15:52:52 -0700 (Tue, 06 Mar 2007) | 1 line Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: re-SUBSCRIBE requests don't include Accept headers, which the rfc says are optional (to put it tersely), (it uses MAY), and luckily, the sip_pvt struct has the format info stored, so we simply leave it if the format is set, and the accept header null. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58122 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58053 via svnmerge from oej1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58053 | oej | 2007-03-06 21:37:07 +0100 (Tue, 06 Mar 2007) | 10 lines Merged revisions 58052 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58052 | oej | 2007-03-06 21:33:21 +0100 (Tue, 06 Mar 2007) | 2 lines Change error message to proper message ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58055 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-06Merged revisions 58023 via svnmerge from russell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58023 | russell | 2007-03-06 12:01:20 -0600 (Tue, 06 Mar 2007) | 3 lines Return an error of transmit_response is called without a session. (issue #9002) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58025 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Add zap show version CLI command. This pulls the version/echo canceller in ↵file1-0/+31
use directly using the ZT_GETVERSION ioctl. (issue #9094 reported by tootai) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57943 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Merged revisions 57914 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57914 | file | 2007-03-05 14:19:07 -0500 (Mon, 05 Mar 2007) | 2 lines Since chan_iax2 does not support reception of DTMF with duration ensure that it is set to 0 on the frame. (issue #8521 reported by gdhgdh) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57915 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-02Merged revisions 57477 via svnmerge from file1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57477 | file | 2007-03-02 12:06:52 -0500 (Fri, 02 Mar 2007) | 10 lines Merged revisions 57475 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57475 | file | 2007-03-02 12:02:46 -0500 (Fri, 02 Mar 2007) | 2 lines If a SIP message comes in and goes to a method handler that requires additional values that may not be present then send back an error. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57478 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-01Merged revisions 57318 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57318 | file | 2007-03-01 17:21:44 -0500 (Thu, 01 Mar 2007) | 10 lines Merged revisions 57317 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57317 | file | 2007-03-01 17:19:32 -0500 (Thu, 01 Mar 2007) | 2 lines Don't even attempt to optimize things when a proxy channel is involved. It will just explode in weird and unexplaineable ways. (issue #9175 reported by clegall_proformatique) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57319 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28Merged revisions 57093 via svnmerge from file1-1/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r57093 | file | 2007-02-28 13:57:52 -0500 (Wed, 28 Feb 2007) | 10 lines Merged revisions 57092 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r57092 | file | 2007-02-28 13:55:45 -0500 (Wed, 28 Feb 2007) | 2 lines Fix a few more issues with the agent logoff CLI command. (issue #9123 reported by arbrandes) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57094 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-27Issue 7789 - some telcos want the TON set based on the number, but without ↵tilghman1-7/+23
the NANP prefix removed git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56952 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26Merged revisions 56888 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56888 | russell | 2007-02-26 14:42:21 -0600 (Mon, 26 Feb 2007) | 4 lines Restore the behavior of Asterisk 1.2 where if a device was not specified in alsa.conf, then we just use the system default, instead of creating our own default of hw:0,0. (issue #9139) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56889 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26Merged revisions 56847 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56847 | russell | 2007-02-26 14:04:13 -0600 (Mon, 26 Feb 2007) | 2 lines Fix a crash in my last change to iax2_indicate(). (issue #9150) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56849 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26Merged revisions 56785 via svnmerge from russell1-6/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56785 | russell | 2007-02-26 10:51:18 -0600 (Mon, 26 Feb 2007) | 3 lines Do more complete locking of the chan_iax2_pvt struct in the indicate callback. (Problem brought up by Ben Smithurst on the asterisk-dev list) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56786 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-26There is no need to look in the iaxs array for the pvt struct when we alreadyrussell1-2/+2
have a pointer to it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56731 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Doxygen additions, correctionsoej1-70/+71
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56665 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Doxygen updates and correctionsoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56648 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+1
external libraries and URLs to these. Please help me add these references. We might want to create a similar macro "\linuxpackage" to list the needed Linux packages in popular distributions. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56647 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Allow a Skinny device to monitor a dialplan hint (w00t!).qwell1-39/+180
See skinny.conf.sample for configuration example. Note: Some devices (seen on 12SP+/30VIP) will lock up if they monitor too many hints. This seems to be a hardware limitation - there isn't anything we can do about it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56594 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Support devicestate requests.qwell1-0/+38
Now you should be able to subscribe to a Skinny device/line. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56579 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-24Merged revisions 56569 via svnmerge from qwell1-2/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56569 | qwell | 2007-02-23 20:02:53 -0600 (Fri, 23 Feb 2007) | 4 lines Make sure to set a speeddials parent on creation. Don't crash if hold is pressed when no call is active. Don't return in places that we shouldn't.. Update softkey map when call is connected ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56574 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-23Make the hashing function calculate something that makes more sense.russell1-10/+5
(Thanks to bmd on #asterisk-dev for pointing out my pointless math). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56487 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-23Merge team/russell/iax2_performance.russell1-16/+65
There is not a large amount of code here and the changes are not very invasive. However, they should significantly improve performance of chan_iax2 under load. IAX2 media frames only carry the *source* call number. So, when one arrives, the correct session that it is a part of has to be matched on IP address, port number, and call number, instead of just a call number. Had these frames carried the *destination* call number, this would not be an issue, because that would be a unique identifier that would make it easy to immediately identify the correct session. The way that chan_iax2 did this matching was extremely inefficient. It starts at the first available call number and traverses each call number sequentially, locking and unlocking a mutex for each one, to try to match against it. It would do this regardless of whether the call number was in use or not. So, for a call with a local call number of 25000, every single incoming media frame would require a traversal that required 25000 mutex lock and unlock operations. (Note that the max call number is about 32k). I have introduced a hash table of active IAX2 calls to improve this lookup process. The hash is done on the IP address, port number, and call number. So, for the previous example, a few lock/unlock operations may be done versus 25000 for each frame. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56447 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-23Merged revisions 56407 via svnmerge from russell1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r56407 | russell | 2007-02-23 14:20:00 -0600 (Fri, 23 Feb 2007) | 12 lines Merged revisions 56406 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r56406 | russell | 2007-02-23 14:17:56 -0600 (Fri, 23 Feb 2007) | 4 lines Don't destroy mutexes before unregistering all of the entry points from the core. Also, fix a potential memory leak from not destroying the locks for all of the possible call numbers (about 32k of them). ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56408 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merged revisions 56231 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r56231 | file | 2007-02-22 13:49:39 -0500 (Thu, 22 Feb 2007) | 10 lines Merged revisions 56230 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r56230 | file | 2007-02-22 13:44:24 -0500 (Thu, 22 Feb 2007) | 2 lines Only change the original or clone channel if it's the channel behind the proxy channel, not if it's just a regular bridged channel. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56232 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merged revisions 56125 via svnmerge from oej1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56125 | oej | 2007-02-22 11:33:55 +0100 (Thu, 22 Feb 2007) | 2 lines Move message from verbose to debug ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56126 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merged revisions 56055 via svnmerge from russell1-27/+28
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56055 | russell | 2007-02-21 19:24:10 -0600 (Wed, 21 Feb 2007) | 3 lines Restructure a little bit of code to reduce nesting. There is no functionality change here. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56056 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merged revisions 56011 via svnmerge from russell1-0/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r56011 | russell | 2007-02-21 18:57:36 -0600 (Wed, 21 Feb 2007) | 11 lines Merged revisions 56010 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r56010 | russell | 2007-02-21 18:53:25 -0600 (Wed, 21 Feb 2007) | 3 lines If we receive a frame that is not in any of the negotiated formats, then drop it. (potentially issue #8781 and SPD-12) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56012 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Merged revisions 55954 via svnmerge from qwell2-9/+15
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55954 | qwell | 2007-02-21 14:27:08 -0600 (Wed, 21 Feb 2007) | 4 lines Fix locking issue, and accept "transport-accept" as a valid accept message. This should solve issues 8970 and 8503. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55955 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Clarify in the doxygen docs abou RFC2833 compensation flag.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55953 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Merged revisions 55914 via svnmerge from file1-4/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55914 | file | 2007-02-21 12:18:19 -0500 (Wed, 21 Feb 2007) | 2 lines Add a flag that indicates whether a SIP dialog is an outgoing call or not. SIP_OUTGOING originally did it but it was repurposed to the direction of the last transaction, which can cause update_call_counter to falsely decrease the wrong counters. (please don't hurt me oej) (issue #8943 reported by mdu113) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55915 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Merged revisions 55834 via svnmerge from oej1-3/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55834 | oej | 2007-02-21 09:32:34 +0100 (Wed, 21 Feb 2007) | 2 lines Issue #8848 - Turn off lamp more quickly after transfer (decrement inuse early on transferer's call leg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55835 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Merged revisions 55799 via svnmerge from qwell2-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55799 | qwell | 2007-02-20 20:01:36 -0600 (Tue, 20 Feb 2007) | 4 lines Fix segfault when buddy couldn't be found. Issue 7764, patch by sailer ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55805 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-21Merged revisions 55717 via svnmerge from file1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55717 | file | 2007-02-20 18:57:03 -0500 (Tue, 20 Feb 2007) | 2 lines Return behavior I removed. I did not remember that you could just add a localnet entry to make it work. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55718 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-20Merged revisions 55688 via svnmerge from file1-4/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55688 | file | 2007-02-20 18:08:45 -0500 (Tue, 20 Feb 2007) | 2 lines Don't test our own address against the localnet settings. At least one person has had issues as a result of this from #7051 so I'm reversing it. (issue #8821 reported by kokoskarokoska) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55697 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-20Merged revisions 55670 via svnmerge from file1-11/+18
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r55670 | file | 2007-02-20 17:47:00 -0500 (Tue, 20 Feb 2007) | 10 lines Merged revisions 55669 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r55669 | file | 2007-02-20 17:39:14 -0500 (Tue, 20 Feb 2007) | 2 lines Defer clearing callback information if channels are up until they are hung up. This ensures the hangup process goes smoothly and no channels get hung in limbo. (issue #8088 reported by kebl0155) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55671 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-20Merged revisions 55555 via svnmerge from qwell2-15/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55555 | qwell | 2007-02-20 10:53:45 -0600 (Tue, 20 Feb 2007) | 4 lines No need to cast nor free with strdupa (thanks file) 55555! ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55556 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-19Merged revisions 55397 via svnmerge from dbailey1-31/+49
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55397 | dbailey | 2007-02-19 08:52:59 -0600 (Mon, 19 Feb 2007) | 3 lines Changed iax2 process thread to detached to correct memory leak due to left over thread context on thread exit. Modified module unload process to avoid deadlocks on pthread cancels ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55409 f38db490-d61c-443f-a65b-d21fe96a405b