aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-05-31Issue 9850 - update preferred command line syntaxtilghman1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66821 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Change a couple of header files to not use "new", which is a reserved keywordrussell3-3/+3
in C++. (issue #9830, reported by osk) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66775 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Merged revisions 66744 via svnmerge from tilghman1-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66744 | tilghman | 2007-05-31 10:58:45 -0500 (Thu, 31 May 2007) | 2 lines Issue 9818 - Fix for issue 8329 breaks pbx_realtime. Issue 8329 will remain unfixed for pbx_realtime, but only because we lack core API to do it. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66770 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Merged revisions 66764 via svnmerge from file1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66764 | file | 2007-05-31 12:12:39 -0400 (Thu, 31 May 2007) | 2 lines It is now possible for this path of execution to have the frame pointer be NULL, therefore we need to check for it before trying to access it. (issue #9836 reported by barthpbx) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66768 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-30Fixed seg-faults when recording greetings in voicemail with IMAP enabled. ↵mmichelson1-0/+32
(Issue No. 9735, reported by xmarksthespot, patched by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66671 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-30Silly me for having out of date source! Oh well... I'm still leaving my comment.file1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66639 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-30When calling some peer/host that may not exist/reply back... don't keep the ↵file1-1/+2
dialog in memory for all of eternity. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66637 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file2-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66602 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Merged revisions 66537 via svnmerge from tilghman1-2/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66537 | tilghman | 2007-05-29 16:49:35 -0500 (Tue, 29 May 2007) | 2 lines If the value of a variable passed to FIELDQTY is blank, then FIELDQTY should return 0, not 1. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66538 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Properly handle 408 request timeout - according to the RFC, the dialog dies ↵oej1-0/+24
if a request in a dialog gets this response. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66503 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Don't issue hangup on hangup on hangup on hangup (for jcmoore)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66474 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Handle cases where a frame may have no data. (issue #9519 reported by dmb)file1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66437 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Don't reset hangupcause if we already have oneoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66414 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Tracking down hanging channels, killing them one by one. Issue #9235 and relatedoej1-3/+11
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66404 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Update datastores documentation. (issue #9801 reported by mnicholson)file1-9/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66398 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Merged revisions 66349 via svnmerge from oej1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66349 | oej | 2007-05-29 09:53:14 +0200 (Tue, 29 May 2007) | 2 lines Issue #9802 - Change inuse counter on CANCEL ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66363 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-28Make the usedistinctiveringdetection option work again. (issue #9823 ↵file1-2/+1
reported by premeau) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66312 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-27I don't know what this was trying to do, but it's clearly incorrect.qwell1-5/+5
Issues 9808 and 9809. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66244 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-25have to check for OSP toolkit _after_ checking for OpenSSLkpfleming2-408/+406
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66160 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-25Merged revisions 66127 via svnmerge from tilghman1-26/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66127 | tilghman | 2007-05-25 08:46:35 -0500 (Fri, 25 May 2007) | 2 lines Issue 9791 - Fix pronunciation of seconds in Dutch ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66159 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming5-74/+79
don't build in OSP support unless we have found and are allowed to use SSL support git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66157 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24if the string field init fails, clean up the stuff that was allocated alreadyrussell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66076 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Fix slinfactory logic when dealing with frames coming in that may already be ↵file1-3/+5
in the signed linear format. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66074 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Check the result of ast_string_field_init() in ast_channel_alloc()russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66070 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Make 1.4 build on my machine, too..russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66068 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Rebuild configure script for previous ar fix.qwell1-124/+89
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66030 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Following moving strip to AC_PATH_TOOL, we need to do something similar for ar.qwell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66029 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Checking for the strip application needs to be done with AC_PATH_TOOLrussell3-5324/+1676
instead of AC_PATH_PROG to properly handle cross compilation environments. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66026 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Clear CFLAGS before running make for menuselect.russell1-2/+2
(issue #9784, reported by ovi, patch by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65978 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24oops, use #ifdef instead of #ifkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65967 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24don't reference GnuTLS headers and functions unless the configure script ↵kpfleming1-1/+5
found it git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65966 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24don't use uninitialized variableskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65965 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Add the ability to blacklist certain commands from being executed using the ↵file1-1/+13
Command AMI action. (issue #9240 reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65902 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Issue 7672 - fix by zandbelt - Asterisk core dump since the GnuTLS interface ↵oej1-0/+6
did not support multithreading correctly. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65901 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Issue 8193 - NAT issues with gtalk/STUN. Patch by phsultan. Thanks!oej1-2/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65892 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Update cleancount for that last commit - just for good measure.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65883 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Fix handling of zero-length frames when a codec is capable of native PLC.qwell4-1/+6
Issue 9183, patch by Mihai. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65877 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24merged qwell's func_math patch for issue 9507dhubbard1-7/+16
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65866 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24I like it when the RTP stack compiles myself...file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65863 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65857 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Ensure that frames are fully initialized. This will probably fix gettingrussell1-2/+3
weird timestamp log messages in logs when using the Festival app. (issue #9781, patch by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65853 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Fix the calculation of the RTT for RTCP. The previous code would result inrussell1-19/+37
oscillating and incorrect data. Additionally, the RTT would sometimes report negative values due to incorrect calculations. (issue #9601, patch from davetroy) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65842 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Issue #8536 - Caller ID not set in CDR for jingleoej1-3/+16
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65841 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Merged revisions 65837 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65837 | file | 2007-05-24 10:40:38 -0400 (Thu, 24 May 2007) | 2 lines Allow RFC2833 to be negotiated when an INVITE comes in without SDP and is not matched to a user or peer. (issue #9546 reported by mcrawford) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65839 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej2-3/+11
...and, by accident, fix a bug in chan_sip for stopping a loop on retransmits of BYE requests. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65836 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Merged revisions 65767 via svnmerge from crichter1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65767 | crichter | 2007-05-24 11:19:58 +0200 (Do, 24 Mai 2007) | 1 line we should only activate the generator in chan_misdn, when asterisk hask not yet taken the call (WAITING4DIGS state). Alerting audio will be generated fomr asterisk for example. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65768 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-23start the delayed PBX when receive voice or video full frames as well, and ↵kpfleming1-12/+22
comment this delayed-PBX activity git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65685 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-23Merged revisions 65682 via svnmerge from kpfleming1-3/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65682 | kpfleming | 2007-05-23 16:46:22 -0400 (Wed, 23 May 2007) | 2 lines ensure that variables are set on a newly created channel before we start a PBX on it ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65683 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-23clear the 'delay PBX' flag when we are ready to start the PBXkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65680 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-23don't start a PBX on a new incoming IAX2 channel until we have some sort of ↵kpfleming1-6/+21
response to our ACCEPT (ACK or anything else) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65679 f38db490-d61c-443f-a65b-d21fe96a405b