aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming161-334/+329
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)kpfleming12-2667/+1517
2006-04-08Merged revisions 18494 via svnmerge from tilghman1-1/+3
2006-04-08fix bug in smdi config parsing (issue #6908)russell1-1/+0
2006-04-08remove traces of "look", something that does not exist in the treerussell1-5/+1
2006-04-07Merged revisions 18436 via svnmerge from tilghman1-1/+1
2006-04-07-Fixing some debugging messages in history and consoleoej1-3/+4
2006-04-07Add history events for re-invitesoej1-1/+6
2006-04-07make history easier to readoej1-1/+1
2006-04-07Add some more information to SIP historyoej1-3/+3
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej8-1016/+1476
2006-04-07Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!oej1-1/+1
2006-04-07change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one ofrussell1-2/+2
2006-04-07- sip_alloc failures are also caused by too few available file descriptors, s...oej1-10/+8
2006-04-07- Add cause code for format erroroej1-2/+3
2006-04-07Import of revistion 18250 from 1.2oej1-4/+10
2006-04-07sorry litle mistakecrichter1-1/+1
2006-04-07git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18192 f38db490-d61c-443f...crichter1-1/+1
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issuecrichter1-3/+4
2006-04-07Issue #6674: Set the URI correctly on BYEs when we have an incoming calloej1-38/+65
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)oej1-40/+40
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
2006-04-06Cosmetic update for outbound REFERsoej1-1/+12
2006-04-06Add "NewChan" event to history to track the birth of a new ast_chan from aoej1-0/+2
2006-04-06Improved handling of 491 responsesoej1-6/+9
2006-04-06Small changes to parse_sip_optionsoej1-8/+6
2006-04-06Small fixes to handle_request_inviteoej1-7/+8
2006-04-06- Don't change channel direction on re-invitesoej1-8/+11
2006-04-06 More code optimizations. Thanks kpfleming! bweschke1-13/+2
2006-04-06- Implement handle_request_notify to handle incoming NOTIFY requestsoej1-5/+140
2006-04-06 Fix a problem where if the channel was hungup during detection, the applicat...bweschke1-29/+54
2006-04-06Implement a handle_response_refer function to take care of responsesoej1-5/+100
2006-04-06Change transmit_notify_sipfrag to handle other messages than 200 OK, needed foroej1-8/+7
2006-04-06- doxygenoej1-25/+27
2006-04-06structures can be copied with the '=' operators, no need torizzo1-35/+25
2006-04-06git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17946 f38db490-d61c-443f...russell0-0/+0
2006-04-06various cleanups to the Makefilerussell1-44/+31
2006-04-06normalize some for() loops.rizzo1-103/+55
2006-04-06Merged revisions 17905 via svnmerge from file1-1/+1
2006-04-06skinny debug/verbose cleanup.north1-40/+40
2006-04-06minor formatting changes againrizzo1-34/+30
2006-04-06normalize repeated instances of code as follows:rizzo1-80/+27
2006-04-06optimize move_variables() so that two lists can be createdrizzo1-28/+19
2006-04-06+ create function cdr_get_tv to replace several duplicatedrizzo1-146/+78
2006-04-06minor code cleanuprizzo1-5/+4
2006-04-06convert one more file...rizzo1-9/+10
2006-04-06remove traces of previously merged filesrizzo1-6/+0
2006-04-06Formatting fixesoej7-59/+79
2006-04-06minor formatting cleanup and removal of trailing whitespace.rizzo1-167/+131
2006-04-06Formatting fixesoej1-19/+23