aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-09-05Add two more generated files (requested by mvanbaak via irc)tilghman0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81568 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Doxygen cleanups/fixes.qwell15-82/+106
Closes issue #10654, patch by snuffy git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81560 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Weird. When I merged my changes from 1.4, they merged into the wrong function.mmichelson1-1/+1
This should fix the build for trunk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81535 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Merged revisions 81525 via svnmerge from mmichelson1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81525 | mmichelson | 2007-09-05 10:19:47 -0500 (Wed, 05 Sep 2007) | 4 lines Fixing the build... ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81526 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Merged revisions 81523 via svnmerge from qwell1-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #10651) ........ r81523 | qwell | 2007-09-05 10:14:30 -0500 (Wed, 05 Sep 2007) | 5 lines Do not try to unregister a NULL channel tech. Also changed load_module function to use defines rather than numbers for return values. Issue 10651, patch by rbraun_proformatique, with additions by me. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81524 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Merged revisions 81520 via svnmerge from mmichelson1-1/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81520 | mmichelson | 2007-09-05 10:03:22 -0500 (Wed, 05 Sep 2007) | 6 lines Reverting behavior of QUEUE_MEMBER_COUNT to only count members who are logged in and available. (related to issue #10652, reported by wuwu) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81522 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object ↵murf2-2/+35
defined in a file, and attaching any accumulated comments to that object (category header or variable declaration). The file_save routine also had to be upgraded to output these trailing comments. Config.h was modified to include the trailing comment list on categories and variables. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81519 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Blocked revisions 81492 via svnmergefile0-0/+0
........ r81492 | file | 2007-09-05 10:11:48 -0300 (Wed, 05 Sep 2007) | 4 lines (closes issue #10650) Reported by: tacvbo Only print out that the spy was removed while holding the spy lock. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81493 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Finish up commit from revision 81452 by removing last remnants of ↵file1-10/+0
strlcat/strlcpy checks. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81459 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81455 via svnmerge from qwell1-5/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #10634) ........ r81455 | qwell | 2007-09-04 15:54:51 -0500 (Tue, 04 Sep 2007) | 4 lines Rather than attempt to play a file, we can just check whether it exists. Issue 10634, patch by me, testing by pabelanger, sanity checked by bweschke ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81456 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81453 via svnmerge from qwell1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #10644) ........ r81453 | qwell | 2007-09-04 14:56:06 -0500 (Tue, 04 Sep 2007) | 4 lines Change default followme config file to point to the correct files. Issue 10644, patch by pabelanger ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81454 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Don't check for and include strlcpy and strlcat in editline. We also includerussell2-114/+0
them directly in Asterisk. For platforms that need them (like my mac), you will get a linker error due to the functions being included twice. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81452 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81448 via svnmerge from russell3-52/+44
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81448 | russell | 2007-09-04 13:37:44 -0500 (Tue, 04 Sep 2007) | 4 lines Remove the typedefs on ao2_container and ao2_iterator. This is simply because we don't typedef objects anywhere else in Asterisk, so we might as well make this follow the same convention. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81449 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04logger.h depends on options.h, so go ahead and include itrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81445 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81442 via svnmerge from kpfleming1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81442 | kpfleming | 2007-09-04 11:40:39 -0500 (Tue, 04 Sep 2007) | 2 lines there is no point in sending 401 Unauthorized to a UAS that sent us a properly-formatted Authentication header with the expected username and nonce but an incorrect response (which indicates the shared secret does not match)... instead, let's send 403 Forbidden so that the UAS doesn't retry with the same authentication credentials repeatedly ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81443 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04(closes issue #10633)file1-4/+4
Reported by: pabelanger Patches: extensions.ael.sample.patch uploaded by pabelanger (license 224) Update extensions.ael.sample with voicemail and | changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81441 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81439 via svnmerge from file1-15/+18
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81439 | file | 2007-09-04 11:23:18 -0300 (Tue, 04 Sep 2007) | 6 lines (closes issue #10632) Reported by: jamesgolovich Patches: asterisk-iaxfirmwareleak.diff.txt uploaded by jamesgolovich (license 176) Fix memory leak when unloading chan_iax2. The firmware files were not being freed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81440 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81437 via svnmerge from file1-5/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81437 | file | 2007-09-04 10:46:23 -0300 (Tue, 04 Sep 2007) | 4 lines (closes issue #10476) Reported by: mdu113 Only look for the end of a digit when waiting for a digit. This in turn disables emulation in the core. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81438 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81435 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81435 | file | 2007-09-04 10:10:56 -0300 (Tue, 04 Sep 2007) | 7 lines (closes issue #10610) Reported by: john Patches: dns.c.patch uploaded by john (license 218) Tested by: mvanbaak Don't return a match if no SRV record actually exists. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81436 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-03Merged revisions 81433 via svnmerge from russell1-6/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81433 | russell | 2007-09-03 13:57:53 -0500 (Mon, 03 Sep 2007) | 5 lines Remove a couple of calls to ast_string_field_free_pools() on peers in error handling blocks in the code for building peers. The peer object destructor does this and doing it twice will cause a crash. (closes issue #10625, reported by and patched by pnlarsson) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81434 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-03Once we get past the file checks, we're loading, so clear the FILEUNCHANGED ↵tilghman1-0/+2
flag (fixes #include) (closes issue #10629) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81432 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-03Merged revisions 81415 via svnmerge from tilghman1-14/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81415 | tilghman | 2007-08-31 14:16:52 -0500 (Fri, 31 Aug 2007) | 2 lines The IF() function was not allowing true values that had embedded colons (closes issue #10613) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81431 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-02We shouldn't use a filename blindly without checking to make sure it's ↵tilghman1-4/+6
unused first git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81430 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-01Merged revisions 81426 via svnmerge from mmichelson2-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81426 | mmichelson | 2007-09-01 01:02:06 -0500 (Sat, 01 Sep 2007) | 4 lines Making match_by_addr into ao2_match_by_addr and making it available everywhere since it could be a handy callback to have ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81427 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81418 via svnmerge from russell1-2/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81418 | russell | 2007-08-31 16:27:49 -0500 (Fri, 31 Aug 2007) | 2 lines Remove references to a debugging parameter that does not exist ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81419 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81416 via svnmerge from mmichelson1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81416 | mmichelson | 2007-08-31 14:48:55 -0500 (Fri, 31 Aug 2007) | 6 lines Fixed broken behavior of a reload on realtime queues. Prior to this patch, if a reload was issued and a realtime queue had callers waiting in it, then the queue would be removed from the queue list, but it would not actually be freed (in fact, a debug message warning about a memory leak would come up). With this patch, reloads do not touch realtime queues at all. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81417 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81412 via svnmerge from qwell1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #10621) ........ r81412 | qwell | 2007-08-31 13:44:44 -0500 (Fri, 31 Aug 2007) | 4 lines Re-order dial options to be in line with the existing alpha order. Issue 10621, initial patch by junky ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81413 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81410 via svnmerge from phsultan1-2/+43
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81410 | phsultan | 2007-08-31 19:38:26 +0200 (Fri, 31 Aug 2007) | 3 lines Make the 'gtalk show channels' CLI command available. Closes issue 10548, reported by keepitcool. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81411 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81405 via svnmerge from kpfleming1-0/+70
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81405 | kpfleming | 2007-08-31 10:51:45 -0500 (Fri, 31 Aug 2007) | 2 lines add missing "transcoder show" (and deprecated "show transcoder") CLI commands that were in 1.2 but never added to 1.4 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81408 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81406 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81406 | file | 2007-08-31 12:53:16 -0300 (Fri, 31 Aug 2007) | 2 lines Make it the engine's responsible to check for the presence of results. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81407 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-31Merged revisions 81403 via svnmerge from file1-8/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81403 | file | 2007-08-31 11:38:59 -0300 (Fri, 31 Aug 2007) | 4 lines (closes issue #10618) Reported by: dimas Don't pass through the stopped sounds frame.... just drop it. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81404 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81401 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81401 | file | 2007-08-30 20:53:41 -0300 (Thu, 30 Aug 2007) | 4 lines (closes issue #10009) Reported by: dimas Don't output a bridge failed warning message if it failed because one of the channels was part of the masquerade process. That is perfectly normal. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81402 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Add new queryable fields from zaptel to 'zap show status'tilghman1-2/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81400 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81397 via svnmerge from mmichelson1-2/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81397 | mmichelson | 2007-08-30 17:05:56 -0500 (Thu, 30 Aug 2007) | 7 lines Removing an extraneous (and possibly misleading) log message. Firstly, if the announce file isn't found, the streaming functions will report it. Secondly, not all non-zero returns from play_file mean that the announce file wasn't found. Positive return values simply mean that a digit was pressed (most likely to skip through the announcement). (closes issue #10612, reported and patched by dimas) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81398 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81395 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81395 | file | 2007-08-30 18:23:50 -0300 (Thu, 30 Aug 2007) | 6 lines (closes issue #10514) Reported by: casper Patches: chan_sip.c.80129.diff uploaded by casper (license 55) Remove needless check for AUTH_UNKNOWN_DOMAIN. It was impossible for it to ever be that value. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81396 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30(closes issue #10565)file1-0/+1
Reported by: tootai Make sure the external IP address has the standard SIP port set for when the user does not specify the port in the externip setting. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81394 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81392 via svnmerge from murf1-2/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81392 | murf | 2007-08-30 15:11:48 -0600 (Thu, 30 Aug 2007) | 1 line via issue 10599, where 'CDR already initialized' messages are being generated. Since all channels will have an init'd CDR attached at creation time, this message is now particularly useless. Removed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81393 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30(closes issue #10336)file1-3/+3
Reported by: junky Patches: minivm_output2.diff uploaded by junky (license 177) Change console output of minivm show stats to be more simple for external parsing. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81391 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30A schedule id of 0 is not possible and is used to flag that we want to add a ↵tilghman1-1/+2
new item git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81390 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Change wording as requested by Kevintilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81389 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Added note to sample queues.conf file to line up with most recent change ↵mmichelson1-0/+1
regarding setinterfacevar. MEMBERREALTIME indicates whether a member is realtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81388 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Always force reread of the config when we're rotating the log file (closes ↵tilghman1-2/+2
issue #10598) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81387 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81383 via svnmerge from russell1-0/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81383 | russell | 2007-08-30 10:38:29 -0500 (Thu, 30 Aug 2007) | 3 lines Add missing checks for the PTRACING define. (closes issue #10559, paravoid) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81384 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81381 via svnmerge from mmichelson1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81381 | mmichelson | 2007-08-30 10:35:51 -0500 (Thu, 30 Aug 2007) | 3 lines Changed some manager event messages to reflect whether a queue member is a realtime member or not ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81382 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81379 via svnmerge from russell3-95/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81379 | russell | 2007-08-30 10:33:48 -0500 (Thu, 30 Aug 2007) | 3 lines Fix a typo, update a reload command, and remove an unused configuration file. (closes issue #10606, casper) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81380 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Add ReadExten app and VALID_EXTEN function (closes issue #10082)tilghman1-0/+266
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81378 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Blocked revisions 81375 via svnmergefile0-0/+0
........ r81375 | file | 2007-08-30 11:53:43 -0300 (Thu, 30 Aug 2007) | 6 lines (closes issue #10603) Reported by: jmls Patches: pbx.diff uploaded by jmls (license 141) Backport changes from 81372. Add REASON dialplan variable for when an originated call fails and the failed extension is executed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81377 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81373 via svnmerge from crichter1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81373 | crichter | 2007-08-30 16:43:33 +0200 (Do, 30 Aug 2007) | 1 line Fixed some warnings. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81376 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30(closes issue #10603)file2-0/+5
Reported by: jmls Patches: pbx.diff uploaded by jmls (license 141) Add REASON dialplan variable for when an originated call fails and the failed extension is executed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81372 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81369 via svnmerge from file1-0/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81369 | file | 2007-08-30 11:23:40 -0300 (Thu, 30 Aug 2007) | 4 lines (issue #10599) Reported by: dimas Handle the -1 control subclass during feature dialing (it indicates to stop sounds). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81370 f38db490-d61c-443f-a65b-d21fe96a405b