aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-07Merged revisions 18436 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r18436 | tilghman | 2006-04-07 17:07:38 -0500 (Fri, 07 Apr 2006) | 2 lines Bug 6913 - fix for possible buffer overflow ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07-Fixing some debugging messages in history and consoleoej1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Add history events for re-invitesoej1-1/+6
(need to nail this issue...) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18373 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07make history easier to readoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18371 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Add some more information to SIP historyoej1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18370 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej8-1016/+1476
- implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18342 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one ofrussell1-2/+2
these used to be this way and got changed ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18309 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07- sip_alloc failures are also caused by too few available file descriptors, ↵oej1-10/+8
so we can not open socket for RTP (audio/video/rtcp). Error message change to clarify. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18307 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07- Add cause code for format erroroej1-2/+3
- Change to SWITCH_CONGESTION instead of CONGESTION (imported from 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Import of revistion 18250 from 1.2oej1-4/+10
- Fix minor memory leak - Add proper cause codes on memory allocation failures git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18261 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07sorry litle mistakecrichter1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18221 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18192 ↵crichter1-1/+1
f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issuecrichter1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Issue #6674: Set the URI correctly on BYEs when we have an incoming calloej1-38/+65
Reported by aubergine, fix by oej git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)oej1-40/+40
- Maybe we should define proper directories for OS/X too? - Should OpenBSD and NetBSD follow the FreeBSD rules? git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r18087 | kpfleming | 2006-04-06 17:04:58 -0500 (Thu, 06 Apr 2006) | 3 lines don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675) update application help text to more clearly define when Zaptel and chan_zap are required ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18090 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Cosmetic update for outbound REFERsoej1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Add "NewChan" event to history to track the birth of a new ast_chan from aoej1-0/+2
SIP invite git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18059 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Improved handling of 491 responsesoej1-6/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Small changes to parse_sip_optionsoej1-8/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Small fixes to handle_request_inviteoej1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06- Don't change channel direction on re-invitesoej1-8/+11
- Don't re-initialize initreq on re-invites git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06 More code optimizations. Thanks kpfleming! bweschke1-13/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18025 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06- Implement handle_request_notify to handle incoming NOTIFY requestsoej1-5/+140
and respond properly to them. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06 Fix a problem where if the channel was hungup during detection, the ↵bweschke1-29/+54
application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Implement a handle_response_refer function to take care of responsesoej1-5/+100
to outbound REFERS. Not that common, but still needed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Change transmit_notify_sipfrag to handle other messages than 200 OK, needed foroej1-8/+7
SIPtransfer improvement git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17993 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06- doxygenoej1-25/+27
- debug message control git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06structures can be copied with the '=' operators, no need torizzo1-35/+25
use memcpy. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17946 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06various cleanups to the Makefilerussell1-44/+31
- remove unused OSREV varibale - move various CROSS_COMPILE variables to the top and group them together - move various PROC definitions to the top as a group - remove usused MARCH variable (issue #6892) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06normalize some for() loops.rizzo1-103/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17943 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Merged revisions 17905 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r17905 | file | 2006-04-06 14:00:10 -0300 (Thu, 06 Apr 2006) | 2 lines Update email address to my Digium one ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17914 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06skinny debug/verbose cleanup.north1-40/+40
Thanks casper! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17903 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06minor formatting changes againrizzo1-34/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17902 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06normalize repeated instances of code as follows:rizzo1-80/+27
- if (res >= 0) - return RESULT_SUCCESS; - else - return RESULT_FAILURE; + return (res >= 0) ? RESULT_SUCCESS : RESULT_FAILURE; (we should probably create a macro for this, #define RET(r) ((r) >= 0) ? RESULT_SUCCESS : RESULT_FAILURE) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17899 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06optimize move_variables() so that two lists can be createdrizzo1-28/+19
in constant time instead of scanning the entire list. On passing, minor formatting fixes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17898 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06+ create function cdr_get_tv to replace several duplicatedrizzo1-146/+78
instances of the same code to generate a time entry in raw or localtime format; + create functions check_post() and check_start() to check whether a record has been already posted or started, replacing several duplicated instances of the same code; + localize some variables; + normalize some for() loops Especially the former two changes should make the code a lot more consistent and easier to read. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06minor code cleanuprizzo1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17867 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06convert one more file...rizzo1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17866 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06remove traces of previously merged filesrizzo1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17865 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej7-59/+79
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06minor formatting cleanup and removal of trailing whitespace.rizzo1-167/+131
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-19/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17862 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-23/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06use the new module interface for this module, but make itrizzo1-5/+9
of type MOD_0 as it exports symbols so it should be loaded as RTLD_GLOBAL. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06make sure that file calls other than OPEN work on all formatsrizzo1-37/+37
if called with a NULL 'fmt' argument. (SVN 6898) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17859 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Make "show http" CLI command follow new guidelines - now "http show status"oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17828 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06whitespace and formatting fix postponed from last commit:rizzo1-143/+133
fix indentation of a large function, localize some variables and add/remove whitespace where needed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17827 f38db490-d61c-443f-a65b-d21fe96a405b