localize some variables, remove useless parentheses
[asterisk/asterisk.git] / channels / chan_sip.c
2006-04-12 Luigi Rizzolocalize some variables, remove useless parentheses
2006-04-11 Luigi Rizzoremove useless \0, and fix formatting.
2006-04-11 Kevin P. Flemingfix logic error; don't test for rtcache flag unless...
2006-04-11 Olle Johansson- First stab at removing debug and ignore variables...
2006-04-10 Olle JohanssonFixup fixup - add some debugging and error handling
2006-04-10 Olle JohanssonResolve conflicts, prepare for next batch of conflicts
2006-04-10 Olle JohanssonMaking sure that cancel destroy is only executed once...
2006-04-10 Olle JohanssonSmall fix
2006-04-10 Luigi Rizzo- staticize gettag() complete_sip_peer() get_calleridna...
2006-04-10 Luigi Rizzo- constification of some functions (args and return...
2006-04-10 Luigi Rizzo- localize 'struct cfalias' into the only function...
2006-04-10 Luigi Rizzoconstify get_sdp*() and friends.
2006-04-10 Luigi Rizzoconstify get_header(), which let me find out and fix...
2006-04-10 Luigi Rizzo- describe how sip packets are stored internally;
2006-04-10 Luigi Rizzostruct sip_request cleanup:
2006-04-10 Luigi Rizzomore cleanup: remove useless braces, replace "if" with...
2006-04-10 Olle JohanssonRe-instate removed comment
2006-04-10 Luigi Rizzoanother batch of minor code simplifications
2006-04-09 Luigi Rizzoa bunch of trivial code normalizations (removal of...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-07 Olle Johansson-Fixing some debugging messages in history and console
2006-04-07 Olle JohanssonAdd history events for re-invites
2006-04-07 Olle Johanssonmake history easier to read
2006-04-07 Olle JohanssonAdd some more information to SIP history
2006-04-07 Olle JohanssonIssue #6899 - remove OSP support code from chan_sip...
2006-04-07 Olle JohanssonHmm. What is that keyword?? Let me see... Wait... Maybe...
2006-04-07 Russell Bryantchange a couple uses of !strlen() to ast_strlen_zero...
2006-04-07 Olle Johansson- sip_alloc failures are also caused by too few availab...
2006-04-07 Olle Johansson- Add cause code for format error
2006-04-07 Olle JohanssonImport of revistion 18250 from 1.2
2006-04-07 Olle JohanssonIssue #6674: Set the URI correctly on BYEs when we...
2006-04-06 Olle JohanssonCosmetic update for outbound REFERs
2006-04-06 Olle JohanssonAdd "NewChan" event to history to track the birth of...
2006-04-06 Olle JohanssonImproved handling of 491 responses
2006-04-06 Olle JohanssonSmall changes to parse_sip_options
2006-04-06 Olle JohanssonSmall fixes to handle_request_invite
2006-04-06 Olle Johansson- Don't change channel direction on re-invites
2006-04-06 Olle Johansson- Implement handle_request_notify to handle incoming...
2006-04-06 Olle JohanssonImplement a handle_response_refer function to take...
2006-04-06 Olle JohanssonChange transmit_notify_sipfrag to handle other messages...
2006-04-06 Olle Johansson- doxygen
2006-04-06 Luigi Rizzostructures can be copied with the '=' operators, no...
2006-04-06 Luigi Rizzonormalize some for() loops.
2006-04-05 Tilghman LesherBug 6873 - Finish moving from the non-threadsafe (and...
2006-04-04 Olle Johansson- Don't return AST_DEVICE_UNKNOWN to devicestate engine...
2006-04-03 Olle JohanssonAdd tag to NOTIFY headers (imported from 1.2)
2006-04-03 Olle JohanssonDon't add hangup cause on non-final responses. (Importe...
2006-04-03 Olle JohanssonIssue #6848 - Accept MWI subscriptions with no Accept...
2006-04-01 Olle JohanssonDon't add ast_extension_state on re-subscribes
2006-04-01 Olle JohanssonReverse revision 16804 that disables authentication
2006-03-31 BJ Weschke Don't process re-subscribes as new subscriptions.
2006-03-31 Olle JohanssonDoxygen fix
2006-03-31 Olle JohanssonMake REG_STATE_* enum
2006-03-31 Olle JohanssonDon't accept new INVITE if we already have one pending.
2006-03-30 Tilghman LesherMerged revisions 16581 via svnmerge from
2006-03-30 Kevin P. Flemingdeprecate insecure=very and insecure=yes, since we...
2006-03-30 Olle JohanssonIssue #5374 - Enable internal timing of generators...
2006-03-30 Olle JohanssonIssue #6450 - Don't remove characters from SIP uri...
2006-03-30 Olle JohanssonFormatting fix.
2006-03-29 Olle JohanssonIssue #6823 - Registration and port numbers. (from...
2006-03-28 Kevin P. Flemingmake 'sip show subscriptions' include context for subsc...
2006-03-28 Luigi Rizzofix a bug introduced in 15187 that scrambled the flags and
2006-03-28 Olle JohanssonFix NAT support breakage for peers with qualify=yes...
2006-03-28 Kevin P. Flemingoops :-(
2006-03-28 Russell Bryantconversions to S_OR (issue #6817)
2006-03-28 Kevin P. Flemingsupport subscription-based MWI, and use proper Call...
2006-03-28 Kevin P. Fleminguse proper file name
2006-03-28 Kevin P. Flemingimprove IP TOS support for SIP and IAX2 (issue #6355...
2006-03-27 Olle JohanssonIssue #6736 - use flags for OPTIONs messages
2006-03-27 Olle JohanssonReverting previous patch. Ok, let's take this from...
2006-03-27 Olle JohanssonIssue #6736 - Enable NAT flags for OPTIONs requests...
2006-03-27 Olle JohanssonIssue #6597 - Show correct port in "sip show registry...
2006-03-27 Olle JohanssonIssue #6409 - Make calls to URI without username go...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-27 Kevin P. Flemingsimplify flags/page2_flags stuff by using arrays instead
2006-03-27 Olle JohanssonIssue #5427
2006-03-27 Olle JohanssonIssue #6705 (oej)
2006-03-25 Mark SpencerAdd micro-http server and abstract manager interface...
2006-03-23 Olle Johansson- In response to asterisk-users discussion - show which...
2006-03-22 Olle JohanssonIssue #6766 - Make ;user=phone work again - imported...
2006-03-22 Olle JohanssonIssue #6759, generate warning when refusing connection...
2006-03-19 Olle JohanssonImport revision 13547 from branch 1.2 - reset global_rt...
2006-03-19 Olle Johansson- Remove comment about non-existing XML format ;-)
2006-03-19 Olle Johansson- change "regcontext" to "global_regcontext" to mark...
2006-03-16 Olle JohanssonImporting "oops" fix from 1.2 branch.
2006-03-15 Olle JohanssonImport of rev 13026 from 1.2 branch: Fix parameters...
2006-03-14 Russell Bryantadd a missing header to fix building with -Werror ...
2006-03-12 Russell Bryantadd some missing braces
2006-03-12 Olle Johansson- Adding some hangupcauses before hangups
2006-03-10 Olle JohanssonIssue #5937 - Make sure that SIP CANCEL's are retransmi...
2006-03-10 Olle JohanssonImplement enum for retransmit options to various functions.
2006-03-09 Olle JohanssonSupport SIP_CODEC channel variable for early media...
2006-03-08 Olle JohanssonFormatting fix.
2006-03-08 Olle JohanssonIssue #6657 - Ignore 183 Session Progress without SDP...
2006-03-08 Olle JohanssonSet SIPDOMAIN on 302 redirects.
2006-03-07 Olle JohanssonIssue #6627 - Don't reset port number of active peers...
2006-03-07 Olle JohanssonAdd accountcode to sip_peer dialplan function
2006-03-07 Tilghman LesherMerged revisions 12195 via svnmerge from
2006-03-05 Olle JohanssonFix bad fix.
2006-03-05 Olle JohanssonOops
next