summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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-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-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04- Don't return AST_DEVICE_UNKNOWN to devicestate engine, since this willOlle Johansson
2006-04-03Add tag to NOTIFY headers (imported from 1.2)Olle Johansson
2006-04-03Don't add hangup cause on non-final responses. (Imported from 1.2)Olle Johansson
2006-04-03Issue #6848 - Accept MWI subscriptions with no Accept: headerOlle Johansson
2006-04-01Don't add ast_extension_state on re-subscribesOlle Johansson
2006-04-01Reverse revision 16804 that disables authenticationOlle Johansson
2006-03-31 Don't process re-subscribes as new subscriptions. BJ Weschke
2006-03-31Doxygen fixOlle Johansson
2006-03-31Make REG_STATE_* enumOlle Johansson
2006-03-31Don't accept new INVITE if we already have one pending.Olle Johansson
2006-03-30Merged revisions 16581 via svnmerge from Tilghman Lesher
2006-03-30deprecate insecure=very and insecure=yes, since we have more explicit version...Kevin P. Fleming
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededOlle Johansson