One sipfrag attachment is enough...
[asterisk/asterisk.git] / channels / chan_sip.c
2006-05-16 Olle JohanssonOne sipfrag attachment is enough...
2006-05-11 Luigi Rizzosimplify determine_firstline_parts
2006-05-11 Luigi Rizzoremove last instance of add_blank_header()
2006-05-11 Luigi Rizzoremove almost all useless instances of add_blank_header...
2006-05-11 Olle Johansson- Use systemname for realm in sip, if we have no config...
2006-05-11 Luigi Rizzoremove trailing space
2006-05-11 Luigi Rizzoremove a duplicate prototype
2006-05-11 Luigi Rizzoremove duplicated code in add_header
2006-05-11 Luigi Rizzosimplify init_req()
2006-05-11 Luigi Rizzocleanup init_resp with proper variable names and arguments.
2006-05-11 Luigi Rizzostaticize a variable.
2006-05-11 Luigi Rizzoreplace list unlinking with UNLINK macro
2006-05-11 Luigi Rizzosimplify sip_pretend_ack also removing a bug in the...
2006-05-11 Kevin P. FlemingMerged revisions 26760 via svnmerge from
2006-05-11 Olle JohanssonIgnore CANCEL on call that is already answered
2006-05-11 Olle JohanssonSmall formatting fixes
2006-05-11 Olle JohanssonIssue #OEJ12399.3 - Set default maxcallbitrate for...
2006-05-11 Olle Johansson- Add more and organize forward declarations (preparing...
2006-05-11 Olle JohanssonIssue #7081 (kanoop) - use proper cause code for 480
2006-05-10 Russell Bryantremove some chekc sof the result of ast_mutex_lock...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-10 Kevin P. Flemingensure that control frames with payload can be sent...
2006-05-09 Mark SpencerMake SIP early media work more efficiently without...
2006-05-09 Mark SpencerMake sure we update parameters correctly with reinvite
2006-05-09 Mark SpencerMake menuselect be able to show what the modules are
2006-05-08 Olle JohanssonIssue #7103 (mikma)
2006-05-08 Olle Johansson- Issue 7101 (mikma) - Don't crash with no From: header...
2006-05-05 Russell Bryantdocument the return value of gettag()
2006-05-05 Russell Bryantfix the return value of gettag() to only return the...
2006-05-03 Olle JohanssonIssue #7074 - Problem with long contact lines
2006-04-28 Russell Bryantfix sending the group numbers for a sip peer over the...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-23 Olle Johansson- Add doxygen documentation for sipsock_read locking
2006-04-19 Olle JohanssonClarify result of sipsock_read
2006-04-19 Olle JohanssonAdd reference to RFC for mailbox notification
2006-04-19 Olle JohanssonCosmetic fixes to code...
2006-04-18 Olle Johansson- call parking improvements (part of the siptransfer...
2006-04-18 Olle JohanssonImplement somewhat improved support for 481 Call leg...
2006-04-18 Olle JohanssonClean up handle_response_peerpoke
2006-04-18 Olle JohanssonChange sip show channels to include refer status
2006-04-18 Olle Johansson- Deallocate refer structure at sip_destroy time
2006-04-18 Olle JohanssonIt's critical that we get an ACK on a 200 OK to an...
2006-04-18 Olle Johanssonuse XMIT_RELIABLE ...
2006-04-18 Olle Johansson- Move subscribeuri away from refer-to, since refer...
2006-04-17 Olle JohanssonSet timeout timers to Timer A and F in rfc 3261, section 17
2006-04-17 Olle JohanssonChange transmit_invite(). SIP Transfers are now broken...
2006-04-17 Olle Johansson- Add supported header
2006-04-17 Olle JohanssonAdd more history on masqs
2006-04-17 Olle Johansson- Implementing the new SIP transfer data structure
2006-04-17 Olle Johansson- Documentation update
2006-04-17 Olle JohanssonDocumentation update
2006-04-17 Olle JohanssonRemove ignore from handle_respons_refer
2006-04-17 Olle JohanssonClean up handle_response_invite
2006-04-17 Olle Johansson- Drop too bad SIP requests in order to avoid some...
2006-04-16 Olle Johansson- Fixes to ast_channel_lock functions
2006-04-15 Olle JohanssonMore ast_channel_lock fixes
2006-04-15 Olle JohanssonNew functions for locking a channel - these simplify...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-13 Olle JohanssonIssue #6951 - Show last successful registration time...
2006-04-12 Olle Johansson- Adding some refer state definitions from the siptrans...
2006-04-12 Olle JohanssonFix for Polycom bug...
2006-04-12 Olle JohanssonImplement a setting for denying/allowing transfer reque...
2006-04-12 Olle JohanssonDoxygen docs
2006-04-12 Luigi Rizzoreindent block properly
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
next