aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-23- Add doxygen documentation for sipsock_read lockingoej1-0/+5
2006-04-19Clarify result of sipsock_readoej1-1/+3
2006-04-19Add reference to RFC for mailbox notificationoej1-1/+1
2006-04-19Cosmetic fixes to code...oej1-2/+3
2006-04-18- call parking improvements (part of the siptransfer branch)oej1-53/+98
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...oej1-3/+32
2006-04-18Clean up handle_response_peerpokeoej1-4/+3
2006-04-18Change sip show channels to include refer statusoej1-2/+10
2006-04-18- Deallocate refer structure at sip_destroy timeoej1-10/+28
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...oej1-2/+2
2006-04-18use XMIT_RELIABLE ...oej1-1/+1
2006-04-18- Move subscribeuri away from refer-to, since refer-to is moving away from si...oej1-2/+3
2006-04-17Set timeout timers to Timer A and F in rfc 3261, section 17oej1-15/+23
2006-04-17Change transmit_invite(). SIP Transfers are now broken officially, whileoej1-6/+17
2006-04-17- Add supported headeroej1-5/+12
2006-04-17Add more history on masqsoej1-1/+2
2006-04-17- Implementing the new SIP transfer data structureoej1-3/+50
2006-04-17- Documentation updateoej1-6/+4
2006-04-17Documentation updateoej1-5/+5
2006-04-17Remove ignore from handle_respons_referoej1-12/+14
2006-04-17Clean up handle_response_inviteoej1-28/+29
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)oej1-50/+51
2006-04-16- Fixes to ast_channel_lock functionsoej1-5/+34
2006-04-15More ast_channel_lock fixesoej1-44/+44
2006-04-15New functions for locking a channel - these simplify debuggingoej1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-13Issue #6951 - Show last successful registration time in "sip show registry" (...oej1-4/+16
2006-04-12- Adding some refer state definitions from the siptransfer branchoej1-4/+54
2006-04-12Fix for Polycom bug...oej1-2/+8
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,oej1-2/+67
2006-04-12Doxygen docsoej1-9/+49
2006-04-12reindent block properlyrizzo1-35/+35
2006-04-12localize some variables, remove useless parenthesesrizzo1-13/+14
2006-04-11remove useless \0, and fix formatting.rizzo1-3/+4
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)kpfleming1-1/+1
2006-04-11- First stab at removing debug and ignore variables thatoej1-82/+93
2006-04-10Fixup fixup - add some debugging and error handlingoej1-1/+8
2006-04-10Resolve conflicts, prepare for next batch of conflicts oej1-24/+26
2006-04-10Making sure that cancel destroy is only executed once...oej1-11/+16
2006-04-10Small fixoej1-1/+4
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;rizzo1-34/+21
2006-04-10- constification of some functions (args and return values): rizzo1-38/+39
2006-04-10- localize 'struct cfalias' into the only function using it; rizzo1-65/+52
2006-04-10constify get_sdp*() and friends.rizzo1-14/+13
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingrizzo1-52/+54
2006-04-10- describe how sip packets are stored internally;rizzo1-22/+43
2006-04-10struct sip_request cleanup:rizzo1-5/+2
2006-04-10more cleanup: remove useless braces, replace "if" with "?",rizzo1-29/+15
2006-04-10Re-instate removed commentoej1-0/+1
2006-04-10another batch of minor code simplificationsrizzo1-28/+42