summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-04-12- Adding some refer state definitions from the siptransfer branchOlle Johansson
2006-04-12Fix for Polycom bug...Olle Johansson
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,Olle Johansson
2006-04-12Doxygen docsOlle Johansson
2006-04-12reindent block properlyLuigi Rizzo
2006-04-12localize some variables, remove useless parenthesesLuigi Rizzo
2006-04-11remove useless \0, and fix formatting.Luigi Rizzo
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)Kevin P. Fleming
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-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-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