aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-12-04Attempt to document some of the dependencies that are needed for net-snmpqwell1-2/+5
Issue 8499 - initial patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-03When "fetch" is in use, instead of "wget", --continue is not a valid option.russell1-0/+3
(issue #8451) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Removing one of two pieces of code to handle 481 response on INVITEoej1-15/+15
- Move handling of REFER response to handle_response_refer() git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48219 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej4-29/+117
- Encapsulate RTP timers in the rtp structure so we have one for video and one for audio The video one is not used in 1.4, really. Will be used for RTP keepalives when we can send something that video phones support in the RTP stream. I now this is a big architectual change at this stage for 1.4, but decided it was needed to avoid future bug reports. - Document the RTP NAT keepalive option in sip.conf.sample Issue 7679 in the bug tracker. Please test. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Backport the comment containing the warning regarding the limitations on therussell1-0/+10
usage of this function. It is thread safe, but not technically reentrant. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48192 via svnmerge from kpfleming1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48192 | kpfleming | 2006-12-01 17:30:59 -0600 (Fri, 01 Dec 2006) | 2 lines if Dial() is going to send music-on-hold to the calling party, it has to send PROGRESS first to ensure that the reverse audio path has been setup first (BE-106) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01FreeBSD 6.1 does not include wget by default. However, it has fetch which willrussell5-32/+154
work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48183 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48183 | qwell | 2006-12-01 14:19:10 -0600 (Fri, 01 Dec 2006) | 2 lines Fix a small typo - issue 8848, reported by pabelanger ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01erm, hmm...I typod a merge...that went...strangelyqwell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48182 via svnmerge from qwell0-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48184 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Double-unlock error (reported by blitzrage on IRC)tilghman1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48179 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01- Backport of the "limitonpeers" patch from trunk, to fix a lot of issues ↵oej2-12/+21
with queues and SIP device states - Remove support for T.38 early media, since it's impossible. (Two patches in one - extra friday evening offer due to being off line from svn today... :-) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48177 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. ↵file3-6/+16
(issue #8448 reported by phsultan) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48168 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Issue 8319 - change noncecount before using it.oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Blocked revisions 48161 via svnmergefile0-0/+0
........ r48161 | file | 2006-11-30 15:27:29 -0500 (Thu, 30 Nov 2006) | 2 lines Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out to the channel driver. (issue #8390 reported by hselasky) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48162 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48157 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48157 | file | 2006-11-30 15:06:43 -0500 (Thu, 30 Nov 2006) | 2 lines Only print out debug message if bridged channel is not NULL. (issue #8412 reported by jubilex) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48158 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48154 via svnmerge from file1-6/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48154 | file | 2006-11-30 14:04:11 -0500 (Thu, 30 Nov 2006) | 2 lines Do not listen for DTMF on the bridge that comes into existence when ParkedCall is executed. This means native bridging can now occur for this. (issue #8406 reported by kebl0155) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48155 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48151 via svnmerge from file1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48151 | file | 2006-11-30 13:42:45 -0500 (Thu, 30 Nov 2006) | 2 lines Print certain CDR messages out at the NOTICE level versus WARNING since they can occur when used with the CDR applications and are perfectly fine. (issue #8367 reported by dartvader) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Blocked revisions 48146 via svnmergefile0-0/+0
........ r48146 | file | 2006-11-30 13:17:54 -0500 (Thu, 30 Nov 2006) | 2 lines Remember the pointer to the allocated block of memory so that we can free it and not cause a memory leak. (issue #8449 reported by arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48147 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Merged revisions 48142 via svnmerge from file1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48142 | file | 2006-11-30 12:55:23 -0500 (Thu, 30 Nov 2006) | 2 lines Document 'port' for SIP peers, came up because of the current mailing list thread. (issue #8450 reported by blitzrage) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48143 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Explain status reports andoej1-0/+9
make codefreeze more happy :-) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Clean up bad dialogs properly. Caused by GS 487 adapter without CSEQ on ↵oej1-1/+1
separate line in the REGISTER request. Imported from 1.2. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48129 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)file1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48115 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Explain the use device status system implemented in SIP for subscriptions,oej1-0/+9
queues and manager a bit better. Like in 1.2, you will get more detailed information if you set a call limit for a device. When the call limit is reached, the status system will report a device as busy. For queues, setting a call limit per SIP device is propably a requirement. In most cases, it will work much better if you only use type=peer and not type=friend. We might decide to backport the new setting from trunk to apply all call limits to the peer part of a friend only. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48113 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Merged revisions 48106 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48106 | file | 2006-11-29 11:47:10 -0500 (Wed, 29 Nov 2006) | 2 lines If the frame was duplicated before writing out then we need to free it. (issue #8429 reported by edguy3) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Clarify RTP timers. Sorry, grandma.oej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Don't crash if the mailstream was not created.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-28Export several more variables in top level Makefile. Inspired by issue 8438.qwell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48095 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-28Merged revisions 48087 via svnmerge from file1-5/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48087 | file | 2006-11-28 11:56:01 -0500 (Tue, 28 Nov 2006) | 2 lines According to the research I have done we never needed to include compiler.h in the first place so let's not! (issue #8430 reported by edguy3) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Merged revisions 48053 via svnmerge from file1-14/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48053 | file | 2006-11-27 13:03:57 -0500 (Mon, 27 Nov 2006) | 2 lines Use the proper function to get the new message count instead of always using the filesystem. (issue #8421 reported by slimey) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48054 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Merged revisions 48045 via svnmerge from tilghman1-17/+14
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48045 | tilghman | 2006-11-27 11:15:54 -0600 (Mon, 27 Nov 2006) | 2 lines Random MOH wasn't really random (bug 8381) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48049 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Remove a couple of unused variables (issue #8380, casper)russell1-12/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Merged revisions 48037 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48037 | file | 2006-11-27 10:30:37 -0500 (Mon, 27 Nov 2006) | 2 lines Do not reference the freed outgoing structure in the debug message. (issue #8425 reported by arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48038 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-27Change logging messageoej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48031 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-26might as well also document the raw values of the flag varsmurf1-2/+11
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48017 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-26A little bit of func_cdr documentation upgrade-- no bug# involved, although ↵murf1-0/+12
8221 may have inspired it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48015 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-25Not having a HINT is not an ERROR. In 1.4 and future releases, you can disableoej1-1/+1
subscription support totally or per peer in sip.conf with allowsubscribe = yes | no git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48002 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-24bug 8189 posted this fix for main/translate.c for PLCmurf1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47992 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-24Merged revisions 47968 via svnmerge from crichter3-54/+53
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47968 | crichter | 2006-11-23 17:10:23 +0100 (Do, 23 Nov 2006) | 1 line fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some loglevels. changed the default value of block_on_alarm ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-23Don't allocate unused variable.oej1-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-22Video will never reach Packet2Packet bridging and can do more harm then good.file1-22/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-22blocking 47910 from 1.4; the time-limits on Dial are working OKmurf0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47911 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-21If we have the non standard G726-32 setting turned on we want to return ↵file1-1/+1
G726-32 to the SDP, not our AAL2 string. (issue #8330 reported by voipgate) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-21Apparently Exosip sends a 101 after a 100 provisional response. Let's not ↵oej1-2/+5
treat that as early media. (discovered at the AVTF meeting in Paris). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47892 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Oops, merge missed release of odbc objecttilghman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Merged revisions 47862 via svnmerge from tilghman1-2/+7
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47862 | tilghman | 2006-11-20 13:59:07 -0600 (Mon, 20 Nov 2006) | 2 lines Failing to trap -1 error from mmap causes segfault (Issue 8385) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Merged revisions 47859 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47859 | file | 2006-11-20 14:50:21 -0500 (Mon, 20 Nov 2006) | 2 lines Don't forget to byte swap if we are exiting the smoother feed early. (issue #8287 reported by arturs) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Blocked revisions 47855 via svnmergefile0-0/+0
........ r47855 | file | 2006-11-20 11:16:22 -0500 (Mon, 20 Nov 2006) | 2 lines Free history items at the end of use of the temporary SIP pvt structure. (issue #8383 reported by benh) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47856 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Only remove/destroy the RTCP I/O item if it exists.file1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Use a separate variable in the channel structure to store the context that ↵file4-5/+6
the channel was dialed from. (issue #8382 reported by jiddings) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47850 f38db490-d61c-443f-a65b-d21fe96a405b