aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-04-13Issue #6951 - Show last successful registration time in "sip show registry" (...oej1-4/+16
2006-04-12- Adding some refer state definitions from the siptransfer branchoej1-4/+54
2006-04-12Fix for Polycom bug...oej1-2/+8
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,oej1-2/+67
2006-04-12Doxygen docsoej1-9/+49
2006-04-12reindent block properlyrizzo1-35/+35
2006-04-12localize some variables, remove useless parenthesesrizzo1-13/+14
2006-04-11remove useless \0, and fix formatting.rizzo1-3/+4
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)kpfleming1-1/+1
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedfile1-3/+0
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...file1-77/+200
2006-04-11staticize a function, and normalize code in preparation to module changes.rizzo1-5/+4
2006-04-11mISDN Messages must be freed with free_msg \!\!crichter1-2/+2
2006-04-11- First stab at removing debug and ignore variables thatoej1-82/+93
2006-04-10Fixup fixup - add some debugging and error handlingoej1-1/+8
2006-04-10Resolve conflicts, prepare for next batch of conflicts oej1-24/+26
2006-04-10fixed some issues, that appear at higher loadcrichter2-4/+9
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...crichter1-2/+1
2006-04-10Making sure that cancel destroy is only executed once...oej1-11/+16
2006-04-10Small fixoej1-1/+4
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;rizzo1-34/+21
2006-04-10- constification of some functions (args and return values): rizzo1-38/+39
2006-04-10- localize 'struct cfalias' into the only function using it; rizzo1-65/+52
2006-04-10constify get_sdp*() and friends.rizzo1-14/+13
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingrizzo1-52/+54
2006-04-10- describe how sip packets are stored internally;rizzo1-22/+43
2006-04-10struct sip_request cleanup:rizzo1-5/+2
2006-04-10more cleanup: remove useless braces, replace "if" with "?",rizzo1-29/+15
2006-04-10Re-instate removed commentoej1-0/+1
2006-04-10another batch of minor code simplificationsrizzo1-28/+42
2006-04-09a bunch of trivial code normalizations (removal of unnecessaryrizzo1-115/+76
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming15-30/+30
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 oej1-155/+6
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-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