summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-04-11staticize a function, and normalize code in preparation to module changes.Luigi Rizzo
2006-04-11mISDN Messages must be freed with free_msg \!\!Christian Richter
2006-04-11- First stab at removing debug and ignore variables thatOlle Johansson
2006-04-10Fixup fixup - add some debugging and error handlingOlle Johansson
2006-04-10Resolve conflicts, prepare for next batch of conflicts Olle Johansson
2006-04-10fixed some issues, that appear at higher loadChristian Richter
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...Christian Richter
2006-04-10Making sure that cancel destroy is only executed once...Olle Johansson
2006-04-10Small fixOlle Johansson
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;Luigi Rizzo
2006-04-10- constification of some functions (args and return values): Luigi Rizzo
2006-04-10- localize 'struct cfalias' into the only function using it; Luigi Rizzo
2006-04-10constify get_sdp*() and friends.Luigi Rizzo
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingLuigi Rizzo
2006-04-10- describe how sip packets are stored internally;Luigi Rizzo
2006-04-10struct sip_request cleanup:Luigi Rizzo
2006-04-10more cleanup: remove useless braces, replace "if" with "?",Luigi Rizzo
2006-04-10Re-instate removed commentOlle Johansson
2006-04-10another batch of minor code simplificationsLuigi Rizzo
2006-04-09a bunch of trivial code normalizations (removal of unnecessaryLuigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-07-Fixing some debugging messages in history and consoleOlle Johansson
2006-04-07Add history events for re-invitesOlle Johansson
2006-04-07make history easier to readOlle Johansson
2006-04-07Add some more information to SIP historyOlle Johansson
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-04-07Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!Olle Johansson
2006-04-07change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one ofRussell Bryant
2006-04-07- sip_alloc failures are also caused by too few available file descriptors, s...Olle Johansson
2006-04-07- Add cause code for format errorOlle Johansson
2006-04-07Import of revistion 18250 from 1.2Olle Johansson
2006-04-07sorry litle mistakeChristian Richter
2006-04-07git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06...Christian Richter
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issueChristian Richter
2006-04-07Issue #6674: Set the URI correctly on BYEs when we have an incoming callOlle Johansson
2006-04-06Cosmetic update for outbound REFERsOlle Johansson
2006-04-06Add "NewChan" event to history to track the birth of a new ast_chan from aOlle Johansson
2006-04-06Improved handling of 491 responsesOlle Johansson
2006-04-06Small changes to parse_sip_optionsOlle Johansson
2006-04-06Small fixes to handle_request_inviteOlle Johansson
2006-04-06- Don't change channel direction on re-invitesOlle Johansson
2006-04-06- Implement handle_request_notify to handle incoming NOTIFY requestsOlle Johansson
2006-04-06Implement a handle_response_refer function to take care of responsesOlle Johansson
2006-04-06Change transmit_notify_sipfrag to handle other messages than 200 OK, needed forOlle Johansson
2006-04-06- doxygenOlle Johansson
2006-04-06structures can be copied with the '=' operators, no need toLuigi Rizzo
2006-04-06normalize some for() loops.Luigi Rizzo
2006-04-06skinny debug/verbose cleanup.North Antara
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-05some final fixes for cpnChristian Richter