aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-11-13Only produce error message about sip history onceoej1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47540 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13AC_PROG_SED is included in autoconf 2.60, but apparently it is not includedrussell2-2/+23
in 2.59. So, to maintain compatability with 2.59 since it is a small change, copy this macro into acinclude.m4 and rename it to AST_PROG_SED. (issue #8345) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47527 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Merged revisions 47525 via svnmerge from tilghman1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47525 | tilghman | 2006-11-12 23:45:11 -0600 (Sun, 12 Nov 2006) | 2 lines If the execute fails a second time, make sure that we don't pass back a stale handle ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47526 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Merged revisions 47522 via svnmerge from tilghman1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47522 | tilghman | 2006-11-12 18:34:44 -0600 (Sun, 12 Nov 2006) | 2 lines Don't play dialtone if the seizing the channel fails (Bug 7754) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12Issue 8314 - Restore auto-framing (Thanks DEA!!!)oej1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47513 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12Part of issue 8078 - parse even if udptl is UDPTL in sdp...oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47511 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12- Don't destroy SIP dialog because of a failed T.38 re-invite. Wait for a bye. oej1-19/+26
Final response to a re-invite does not mean that the session dies, only that the re-invite fails. - Keep RTP active during processing of T.38 re-invite. If the re-invite fails, RTP needs to remain as before the re-invite. Issue 8338 - darren1713. Please test. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47509 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12-Remove blocking of ptime: parsing in sdpoej1-4/+14
-Add some comments to t.38 code git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-12Merged revisions 47496 via svnmerge from russell1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47496 | russell | 2006-11-12 01:09:03 -0500 (Sun, 12 Nov 2006) | 4 lines Only do the check to determine whether the channel calling this function is an IAX2 channel when getting the IP address using the special argument, CURRENTCHANNEL. (issue #8341, jcovert) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47497 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-11Add the target "menuconfig" as an alias for the "menuselect" target. This isrussell1-0/+2
just a favor to users so that if you accidentally type "make menuconfig" instead of "make menuselect", it still works. (inspired by a comment on IRC from wangster calling me an "especially devious asterisk developer" for having it be menuselect instead of menuconfig. :) ) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47494 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!mogorman3-2/+38
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Make sure we don't use 32bits when we only need one bit.mattf1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47480 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10...and make sure that the dialog is destroyed, even if we don't get any ↵oej1-0/+1
answer on the bye... This is the channel that remains dead after the SIP transfer git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47476 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Add debug output while trying to trace bug in bug reportoej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47474 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Block backport to 1.2 from 1.4 so it's not coming back to 1.4oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47471 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Make sure we destroy dialog...oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47466 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Small cleanup of handle_request_invite() - imported from 1.2 with changesoej1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Fix for #7321. Be able to explicitly hide callerid name for switches that bork mattf1-0/+9
on it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47462 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Let's give this a go...file1-11/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47457 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Issue 8010 - Fix support for multipart SDP (alphaque)oej1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47454 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10grep -m is not available on BSD, so use head -1 insteadrizzo1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47444 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Only split up extension and context if a value exists. (issue #8332 reported ↵file1-1/+2
by loloski) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman6-143/+244
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10if adding a queue member is LOG_NOTICE, then removing them should be ↵kpfleming1-1/+1
LOG_NOTICE, not LOG_DEBUG git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47433 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10reflect addition/removal of dynamic queue members in queue_log, so that ↵kpfleming1-0/+6
people using dialplan replacement for AgentCallbackLogin can still track login/logout (issue #7736, reported/patched by whoiswes but this commit was written by me and covers all three paths for AQM/RQM) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47432 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Rip out half implementation of 491 response support, since it wasn't implementedoej1-10/+13
properly and caused memory leaks in the case of us getting 491's, which Asterisk actually sends... Since it is a bit too complicated to fix this, I'll rip it out of 1.4 and put it on the to-do-list for future releases. Now, we handle this as congestion, which it really is. Issue #8331 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47418 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Fix bit definition for SIP_PAG2_CALL_ONHOLD. Thanks fenlander!oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47414 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-10Fix building of chan_h323 by completeing some structure definitions. (issue ↵file1-4/+6
#8327 reported by Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47405 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Do conversion in a more easier to read and working way for \r, \n, and \t. ↵file1-8/+16
(issue #8324 reported by johnlange) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47398 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell3-1/+9
app_voicemail and chan_zap. These modules use some preprocessor directives to determine what it will report to Asterisk as its description. However, the way we extract this information from the source files for menuselect is not smart enough to figure this out. (issue #8326, #8328) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-09Merged revisions 47379 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47379 | file | 2006-11-09 11:48:05 -0500 (Thu, 09 Nov 2006) | 2 lines Don't include compiler.h on kernels 2.6.18 and higher as, well, it's apparently going to be removed. This should make all you FC6 fans happy as your Asterisk will now build without any mods. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47380 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-08Committed in behalf of 8190.murf1-5/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47344 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-08add simple fix for SDP to report proper sample rate for G.722 media sessionskpfleming1-9/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47333 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08I occasionally get email from users that are trying to figure out what thisrussell1-8/+26
does, or due to some misunderstanding as to what it is supposed to do, can't get it to work. So, I have added some text here to hopefully explain what this application does and does not do. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47331 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Make this module build againrussell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47329 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Copy the macros from libtool.m4 to our own acinclude.m4 such that libtool isrussell3-169/+335
no longer required to be installed to be able to generated the configure script. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Remove aclocal.m4 from the tree since it is just an intermediate file createdrussell1-6383/+0
while generating the configure script. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Block patch that is not needed in 1.4oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47310 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Destroy dialog properly at unload (rizzo)oej1-7/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47309 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to ↵murf23-165/+254
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