aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-08Merged revisions 115558 via svnmerge from russell1-33/+0
https://origsvn.digium.com/svn/asterisk/trunk ................ r115558 | russell | 2008-05-08 10:38:27 -0500 (Thu, 08 May 2008) | 11 lines Merged revisions 115557 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115557 | russell | 2008-05-08 10:37:49 -0500 (Thu, 08 May 2008) | 3 lines remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well (closes issue #9676) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115559 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115555 via svnmerge from russell1-1/+2
https://origsvn.digium.com/svn/asterisk/trunk ................ r115555 | russell | 2008-05-08 10:32:48 -0500 (Thu, 08 May 2008) | 11 lines Merged revisions 115554 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115554 | russell | 2008-05-08 10:32:08 -0500 (Thu, 08 May 2008) | 3 lines Don't exit the script if Asterisk is not running. (closes issue #12611) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115556 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115552 via svnmerge from russell1-6/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r115552 | russell | 2008-05-08 10:26:49 -0500 (Thu, 08 May 2008) | 12 lines Merged revisions 115551 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115551 | russell | 2008-05-08 10:24:54 -0500 (Thu, 08 May 2008) | 4 lines Don't use a channel before checking for channel allocation failure. (closes issue #12609) Reported by: edantie ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115553 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115548 via svnmerge from mattf1-6/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115548 | mattf | 2008-05-08 10:04:45 -0500 (Thu, 08 May 2008) | 1 line Remove unused code as well as demote an error message to a debug message ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115549 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-08Merged revisions 115546 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115546 | russell | 2008-05-08 09:41:12 -0500 (Thu, 08 May 2008) | 12 lines Merged revisions 115545 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115545 | russell | 2008-05-08 09:40:53 -0500 (Thu, 08 May 2008) | 4 lines Use the same method for executing Asterisk as the rest of the script. (closes issue #12611) Reported by: b_plessis ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115547 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115537 via svnmergerussell0-0/+0
........ r115537 | russell | 2008-05-07 16:11:33 -0500 (Wed, 07 May 2008) | 10 lines Fix up a problem that was introduced into the scheduler when it was converted to use doubly linked lists. The schedule() function had an optimization that had it try to guess which direction would be better for the traversal to insert the task into the scheduler queue. However, if the code chose the path where it traversed the queue in reverse, and the result was that the task should be at the head of the queue, then the code would actually put it at the tail, instead. (Problem found by bbryant, debugged and fixed by bbryant and me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115538 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115535 via svnmergetilghman0-0/+0
........ r115535 | tilghman | 2008-05-07 15:22:09 -0500 (Wed, 07 May 2008) | 2 lines Advance to next sounds release ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115536 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115525 via svnmergetilghman0-0/+0
........ r115525 | tilghman | 2008-05-07 13:40:21 -0500 (Wed, 07 May 2008) | 2 lines Don't free the object on destroy, as astobj2 takes care of that for you ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115526 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115523 via svnmerge from russell1-5/+8
https://origsvn.digium.com/svn/asterisk/trunk ........ r115523 | russell | 2008-05-07 13:33:50 -0500 (Wed, 07 May 2008) | 6 lines Only save a password if a username exists. (closes issue #12600) Reported By: suretec Patch by me ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115524 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115521 via svnmerge from russell1-2/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r115521 | russell | 2008-05-07 13:30:12 -0500 (Wed, 07 May 2008) | 7 lines Use the default that the log output claims will be used for the basedn (closes issue #12599) Reported by: suretec Patches: 12599.patch uploaded by juggie (license 24) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115522 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115519 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115519 | russell | 2008-05-07 13:24:51 -0500 (Wed, 07 May 2008) | 2 lines Let chan_h323 build in dev mode ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115520 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115515 via svnmergerussell0-0/+0
........ r115515 | russell | 2008-05-07 12:38:36 -0500 (Wed, 07 May 2008) | 2 lines re-add dlinkedlists.h to trunk, oops! ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115516 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115513 via svnmerge from russell2-977/+0
https://origsvn.digium.com/svn/asterisk/trunk ................ r115513 | russell | 2008-05-07 12:28:19 -0500 (Wed, 07 May 2008) | 19 lines Merged revisions 115512 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r115512 | russell | 2008-05-07 11:24:09 -0500 (Wed, 07 May 2008) | 11 lines Merged revisions 115511 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115511 | russell | 2008-05-07 11:22:49 -0500 (Wed, 07 May 2008) | 3 lines Remove remnants of dlinkedlists. I didn't actually use them in the final version of my IAX2 improvements. ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115514 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Merged revisions 115509 via svnmerge from tilghman2-26/+38
https://origsvn.digium.com/svn/asterisk/trunk ........ r115509 | tilghman | 2008-05-07 08:49:15 -0500 (Wed, 07 May 2008) | 2 lines Update typos in description fields (closes issue #12598) Reported by: suretec Patches: asterisk_schema_changes.patch uploaded by suretec (license 70) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115510 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07Blocked revisions 115507 via svnmergefile0-0/+0
........ r115507 | file | 2008-05-07 10:41:25 -0300 (Wed, 07 May 2008) | 4 lines Remove redundant header getting. (closes issue #12597) Reported by: hooi ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115508 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Blocked revisions 115473 via svnmergemmichelson0-0/+0
........ r115473 | mmichelson | 2008-05-06 15:15:02 -0500 (Tue, 06 May 2008) | 3 lines Get refcounter to build with LOW_MEMORY defined ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115474 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115423 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115423 | qwell | 2008-05-06 14:55:45 -0500 (Tue, 06 May 2008) | 23 lines Merged revisions 115422 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r115422 | qwell | 2008-05-06 14:55:29 -0500 (Tue, 06 May 2008) | 15 lines Merged revisions 115421 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines read requires an argument on some non-bash shells (closes issue #12593) Reported by: bkruse Patches: getilbc.sh_12593_v1.diff uploaded by bkruse (license 132) ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115424 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115419 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115419 | qwell | 2008-05-06 14:38:44 -0500 (Tue, 06 May 2008) | 15 lines Merged revisions 115418 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115418 | qwell | 2008-05-06 14:34:58 -0500 (Tue, 06 May 2008) | 7 lines Switch to using ast_random() rather than just rand(). This does not fix the bug reported, but I believe it is correct. (from issue #12446) Patches: bug_12446.diff uploaded by snuffy (license 35) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115420 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115416 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115416 | tilghman | 2008-05-06 14:32:29 -0500 (Tue, 06 May 2008) | 10 lines Merged revisions 115415 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115415 | tilghman | 2008-05-06 14:31:39 -0500 (Tue, 06 May 2008) | 2 lines Don't print the terminating NUL. (Closes issue #12589) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115417 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Blocked revisions 115344 via svnmergerussell0-0/+0
........ r115344 | russell | 2008-05-06 10:14:55 -0500 (Tue, 06 May 2008) | 2 lines Change some NOTICE log messages to debug. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115345 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-06Merged revisions 115342 via svnmerge from file2-44/+44
https://origsvn.digium.com/svn/asterisk/trunk ................ r115342 | file | 2008-05-06 10:55:44 -0300 (Tue, 06 May 2008) | 10 lines Merged revisions 115341 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115341 | file | 2008-05-06 10:54:15 -0300 (Tue, 06 May 2008) | 2 lines Add in missing argument. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115343 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115334 via svnmerge from tilghman2-5/+41
https://origsvn.digium.com/svn/asterisk/trunk ................ r115334 | tilghman | 2008-05-05 18:00:31 -0500 (Mon, 05 May 2008) | 15 lines Merged revisions 115333 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115333 | tilghman | 2008-05-05 17:50:31 -0500 (Mon, 05 May 2008) | 7 lines Separate verbose output from CLI output, by using a preamble. (closes issue #12402) Reported by: Corydon76 Patches: 20080410__no_verbose_in_rx_output.diff.txt uploaded by Corydon76 (license 14) 20080501__no_verbose_in_rx_output__1.4.diff.txt uploaded by Corydon76 (license 14) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115335 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115328 via svnmerge from file5-1/+293
https://origsvn.digium.com/svn/asterisk/trunk ................ r115328 | file | 2008-05-05 19:13:57 -0300 (Mon, 05 May 2008) | 10 lines Merged revisions 115327 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115327 | file | 2008-05-05 19:10:05 -0300 (Mon, 05 May 2008) | 2 lines Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115331 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115329 via svnmerge from mmichelson1-1/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115329 | mmichelson | 2008-05-05 17:14:06 -0500 (Mon, 05 May 2008) | 15 lines #execing the same file multiple times led to warning messages saying that the same file was being #included twice. This was due to the fact that #exec created a temporary file which was then #included. The name of the temporary file was the name of the #exec'd file, with the Unix timestamp and thread ID concatenated. The issue was that if multiple #exec statements of the same file were reached in the same second, then the result was that the temporary files would have duplicate names. To resolve this, the temporary file now has microsecond resolution for the timestamp portion. (closes issue #12574) Reported by: jmls Patches: 12574.patch uploaded by putnopvut (license 60) Tested by: jmls, putnopvut ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115330 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Blocked revisions 115324 via svnmergerussell0-0/+0
........ r115324 | russell | 2008-05-05 17:01:56 -0500 (Mon, 05 May 2008) | 2 lines Simplify code by using a taskprocessor for dispatching events in the Asterisk core. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115326 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115321 via svnmerge from mmichelson1-2/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115321 | mmichelson | 2008-05-05 16:43:21 -0500 (Mon, 05 May 2008) | 21 lines Merged revisions 115320 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115320 | mmichelson | 2008-05-05 16:41:34 -0500 (Mon, 05 May 2008) | 13 lines Don't consider a caller "handled" until the caller is bridged with a queue member. There was too much of an opportunity for the member to hang up (either during a delay, announcement, or overly long agi) between the time that he answered the phone and the time when he actually was bridged with the caller. The consequence of this was that if the member hung up in that interval, then proper abandonment details would not be noted in the queue log if the caller were to hang up at any point after the member hangup. (closes issue #12561) Reported by: ablackthorn ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115322 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115315 via svnmerge from russell1-14/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r115315 | russell | 2008-05-05 15:28:17 -0500 (Mon, 05 May 2008) | 2 lines Remove my rant, since I have now replaced the rant with code. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115316 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115309 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115309 | tilghman | 2008-05-05 14:57:28 -0500 (Mon, 05 May 2008) | 10 lines Merged revisions 115308 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115308 | tilghman | 2008-05-05 14:55:55 -0500 (Mon, 05 May 2008) | 2 lines Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115310 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115305 via svnmerge from russell1-2/+9
https://origsvn.digium.com/svn/asterisk/trunk ................ r115305 | russell | 2008-05-05 14:50:24 -0500 (Mon, 05 May 2008) | 13 lines Merged revisions 115304 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115304 | russell | 2008-05-05 14:49:25 -0500 (Mon, 05 May 2008) | 5 lines Avoid putting opaque="" in Digest authentication. This patch came from switchvox. It fixes authentication with Primus in Canada, and has been in use for a very long time without causing problems with any other providers. (closes issue AST-36) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115306 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115302 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115302 | tilghman | 2008-05-05 14:42:36 -0500 (Mon, 05 May 2008) | 2 lines Note change for ExecIf syntax (caught by jmls on IRC) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115303 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Blocked revisions 115290 via svnmergefile0-0/+0
........ r115290 | file | 2008-05-05 10:52:44 -0300 (Mon, 05 May 2008) | 6 lines Document the 'B' option of app_chanspy. (closes issue #12582) Reported by: IgorG Patches: app_chanspy_B_option.diff uploaded by IgorG (license 20) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115291 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115288 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r115288 | kpfleming | 2008-05-05 05:55:09 -0500 (Mon, 05 May 2008) | 2 lines clarify wording ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115289 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-05Merged revisions 115286 via svnmerge from tilghman7-0/+57
https://origsvn.digium.com/svn/asterisk/trunk ................ r115286 | tilghman | 2008-05-04 22:25:35 -0500 (Sun, 04 May 2008) | 15 lines Merged revisions 115285 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115285 | tilghman | 2008-05-04 22:22:25 -0500 (Sun, 04 May 2008) | 7 lines When starting Asterisk, bug out if Asterisk is already running. (closes issue #12525) Reported by: explidous Patches: 20080428__bug12525.diff.txt uploaded by Corydon76 (license 14) Tested by: mvanbaak ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115287 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-04Merged revisions 115283 via svnmerge from file2-7/+7
https://origsvn.digium.com/svn/asterisk/trunk ................ r115283 | file | 2008-05-03 23:11:01 -0300 (Sat, 03 May 2008) | 10 lines Merged revisions 115282 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115282 | file | 2008-05-03 23:09:44 -0300 (Sat, 03 May 2008) | 2 lines Expand the test function for GCC attributes so that more complex attributes are properly recognized. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115284 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-04Merged revisions 115280 via svnmerge from file1-5/+5
https://origsvn.digium.com/svn/asterisk/trunk ................ r115280 | file | 2008-05-03 22:52:00 -0300 (Sat, 03 May 2008) | 10 lines Merged revisions 115279 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115279 | file | 2008-05-03 22:50:59 -0300 (Sat, 03 May 2008) | 2 lines For my next trick I will make these work with what our autoconf header file gives us. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115281 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-04Merged revisions 115277 via svnmerge from file2-2/+30
https://origsvn.digium.com/svn/asterisk/trunk ................ r115277 | file | 2008-05-03 22:45:21 -0300 (Sat, 03 May 2008) | 10 lines Merged revisions 115276 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115276 | file | 2008-05-03 22:43:26 -0300 (Sat, 03 May 2008) | 2 lines Treat warnings as errors when checking if a GCC attribute exists. We have to do this as GCC will just ignore the attribute and pop up a warning, it won't actually fail to compile. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115278 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-03block voicemail mwi notification subscriptions taskprocessordhubbard0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115275 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-03block pbx taskprocessordhubbard0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115273 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-03block app_queue taskprocessordhubbard0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115271 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-03blocked taskprocessorsdhubbard0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115269 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-02Blocked revisions 115199 via svnmergemmichelson0-0/+0
........ r115199 | mmichelson | 2008-05-02 09:51:59 -0500 (Fri, 02 May 2008) | 3 lines Make res/snmp/agent.c build ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115200 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-02Merged revisions 115197 via svnmerge from mmichelson1-11/+5
https://origsvn.digium.com/svn/asterisk/trunk ................ r115197 | mmichelson | 2008-05-02 09:28:55 -0500 (Fri, 02 May 2008) | 14 lines Merged revisions 115196 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115196 | mmichelson | 2008-05-02 09:28:19 -0500 (Fri, 02 May 2008) | 6 lines Clarify a comment that was, well, just wrong. It turns out that ignoring the way that macros expand. Instead, I have clarified in the comment why the macro will work even if the scheduler id for the task to be deleted changes during the execution of the macro. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115198 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-02Blocked revisions 115159 via svnmergetilghman0-0/+0
........ r115159 | tilghman | 2008-05-01 21:56:39 -0500 (Thu, 01 May 2008) | 2 lines Okay, maybe FreeBSD will like this better. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115160 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-02Blocked revisions 115157 via svnmergetilghman0-0/+0
........ r115157 | tilghman | 2008-05-01 21:33:04 -0500 (Thu, 01 May 2008) | 2 lines Add attributes to various API calls, to help track down bugs (and remove a deprecated function) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115158 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Merged revisions 115104 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115104 | tilghman | 2008-05-01 18:21:13 -0500 (Thu, 01 May 2008) | 10 lines Merged revisions 115102 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115102 | tilghman | 2008-05-01 18:20:25 -0500 (Thu, 01 May 2008) | 2 lines Change the comment of deprecated to an actual compiler deprecation ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115107 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Blocked revisions 115078 via svnmergebbryant0-0/+0
........ r115078 | bbryant | 2008-05-01 18:09:08 -0500 (Thu, 01 May 2008) | 2 lines Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115079 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Blocked revisions 115076 via svnmergetilghman0-0/+0
........ r115076 | tilghman | 2008-05-01 18:06:23 -0500 (Thu, 01 May 2008) | 7 lines Modify TIMEOUT() to be accurate down to the millisecond. (closes issue #10540) Reported by: spendergrass Patches: 20080417__bug10540.diff.txt uploaded by Corydon76 (license 14) Tested by: blitzrage ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115077 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Blocked revisions 115021 via svnmergerussell0-0/+0
........ r115021 | russell | 2008-05-01 14:05:36 -0500 (Thu, 01 May 2008) | 9 lines Merge changes from team/russell/smdi-msg-searching This commit adds some new features to the SMDI_MSG_RETRIEVE() dialplan function. Previously, this function only allowed searching by the forwarding station. I have added some options to allow you to also search for messages in the queue by the message desk terminal ID, as well as the message desk number. This originally came up as a suggestion on the asterisk-dev mailing list. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115022 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Merged revisions 115018 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r115018 | tilghman | 2008-05-01 14:00:18 -0500 (Thu, 01 May 2008) | 14 lines Merged revisions 115017 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115017 | tilghman | 2008-05-01 13:59:08 -0500 (Thu, 01 May 2008) | 6 lines '#' is another reserved character for URIs that also needs to be escaped. (closes issue #10543) Reported by: blitzrage Patches: 20080418__bug10543.diff.txt uploaded by Corydon76 (license 14) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115020 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-01Blocked revisions 114977 via svnmergebbryant0-0/+0
........ r114977 | bbryant | 2008-05-01 13:28:38 -0500 (Thu, 01 May 2008) | 4 lines Add "read" capability to new libspeex functions in func_speex.c. func_speex.c is based on contributions from Switchvox. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114979 f38db490-d61c-443f-a65b-d21fe96a405b