aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Collapse)AuthorFilesLines
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-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. ↵file1-2/+8
(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-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-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-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-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-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-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-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-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-15We need to ensure timelimit stuff is included as well so warnings get ↵file1-3/+9
played. (issue #8050 reported by KNK) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15don't try to call fclose() if fopen() failedkpfleming1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47701 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47686,47688-47689 via svnmerge from kpfleming1-1/+7
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47686 | kpfleming | 2006-11-15 13:42:05 -0600 (Wed, 15 Nov 2006) | 2 lines clear the category's variable tail pointer as well when variables are detached from it ........ r47688 | kpfleming | 2006-11-15 13:47:43 -0600 (Wed, 15 Nov 2006) | 2 lines when appending a list of variable to a category, ensure the tail pointer points to the last variable in the list ........ r47689 | kpfleming | 2006-11-15 13:58:46 -0600 (Wed, 15 Nov 2006) | 2 lines when re-writing the config file, don't repeat the path if it hasn't changed ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47690 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47682 via svnmerge from kpfleming1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47682 | kpfleming | 2006-11-15 12:39:47 -0600 (Wed, 15 Nov 2006) | 2 lines ouch... don't use printf, use ast_log/ast_verbose ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15fix longest match search in find_cli.rizzo1-1/+3
Trunk already fixed. 1.2 not affected (well, i have no idea, the code is totally different there). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47672 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15If NAT detection is turned on or already detected then say NAT is active ↵file1-2/+5
when setting the remote RTP peer when doing early bridging. (issue #8365 reported by marcelbarbulescu) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47645 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15more formatting cleanup, and avoid running off the end of the stringkpfleming1-17/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Turn notice about unknown RTCP packet type into a debug message instead.file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances ↵murf1-1/+1
while reading a config file with comments-- a call to CB_ADD shouldn't happen if withcomments is zero git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47576 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Re-enable old deprecated commandstilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47573 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Free full command string upon unregistering of CLI command. Backported from ↵file1-0/+1
revision 47536 from rizzo. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47542 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11Tweak the formatting of this new function to better conform to coding ↵russell1-20/+17
guidelines. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11woohoo safe out put!mogorman2-2/+36
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-73/+165
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09fix tab completion for "core debug channel" and "core no debug channel"russell1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47377 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Fix "core show channel". Also, fix tab completion for both "core show channel"russell1-5/+5
and "core show channels". git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47375 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Fix "core debug channel <whatever>". I guess someone needs to go through andrussell1-4/+4
audit every CLI command that changed number of arguments ... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09revert the previous change, which actually modified the deprecated command,russell1-12/+12
"show profile". Now, actually apply the change to "core show profile". git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47370 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Fix argument parsing for the "core show profile" CLI commandrussell1-6/+6
(fixed by rizzo in his branch, team/rizzo/astobj2) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Fix another CLI command, "core show uptime" ...russell1-2/+2
(issue #8323, reported by johnlange, fixed by myself) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47366 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09fix "core show version" to reflect the new number of arguments for thisrussell1-1/+1
CLI command (issue #8316, kshumard) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47352 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08This update fixes 7531murf1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08the battle over CLI command formats has broken stuff...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to ↵murf3-29/+73
solve a fairly small problem... such is life. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-04Fix another bug in "core set debug" ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47196 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-04Really fix the "core set debug" and "core set verbose" CLI commands.russell2-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-04fix the "atleast" option to the "core set verbose" and "core set debug"russell1-2/+2
CLI commands git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02More changes making the CLI more consistent with "category verb arguments" ↵tilghman2-46/+19
(continuation of issue 8236) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47053 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02Reverse change of "show" to "list" and make several other commands more ↵tilghman11-209/+86
consistent with "category verb arguments" git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02Add the missing call to free described in issue #8268. Also, add a bunch ofrussell1-1/+7
missing calls to free in callerid_feed_jp(). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46883 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)russell1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46857 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01Force poll() emulation for Darwin to always be on. It's too broken to ↵file1-1/+6
consider being used. This resolves the console issue OSX users have been seeing. I would have liked to autoconf this but I haven't been able to come up with a test case that works. Que sera. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46780 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01Cleanups suggested by Russell.murf1-31/+32
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46760 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Fix "core show translation" output. Issue #8243, patch by Damin.qwell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46716 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-6/+37
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46714 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-48/+39
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46713 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31let's set the seen flag early enough to actually make a difference...kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46712 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31don't re-do setup operations for translators that can dynamically register ↵kpfleming1-39/+48
themselves git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46711 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-23/+31
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46631 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46560 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r46560 | russell | 2006-10-31 01:18:36 -0500 (Tue, 31 Oct 2006) | 3 lines When handling the case where the hostname is just an IPV4 numeric address, be sure to set the address type. (issue #8247, alexr) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46561 f38db490-d61c-443f-a65b-d21fe96a405b