aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Add tag to NOTIFY headers (imported from 1.2)oej1-2/+6
2006-04-03Don't add hangup cause on non-final responses. (Imported from 1.2)oej1-1/+1
2006-04-03Issue #6848 - Accept MWI subscriptions with no Accept: headeroej1-1/+9
2006-04-01Don't add ast_extension_state on re-subscribesoej1-2/+3
2006-04-01Reverse revision 16804 that disables authenticationoej1-89/+81
2006-03-31 Don't process re-subscribes as new subscriptions. bweschke1-81/+89
2006-03-31Doxygen fixoej1-10/+7
2006-03-31Make REG_STATE_* enumoej1-14/+17
2006-03-31Don't accept new INVITE if we already have one pending.oej1-0/+10
2006-03-30Merged revisions 16581 via svnmerge from tilghman1-5/+1
2006-03-30deprecate insecure=very and insecure=yes, since we have more explicit version...kpfleming1-2/+14
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-1/+2
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededoej1-5/+10
2006-03-30Formatting fix.oej1-2/+6
2006-03-29Issue #6823 - Registration and port numbers. (from 1.2)oej1-1/+1
2006-03-28make 'sip show subscriptions' include context for subscribed hintskpfleming1-4/+4
2006-03-28fix a bug introduced in 15187 that scrambled the flags andrizzo1-1/+1
2006-03-28Fix NAT support breakage for peers with qualify=yes (imported from 1.2)oej1-2/+2
2006-03-28oops :-(kpfleming1-1/+1
2006-03-28conversions to S_OR (issue #6817)russell1-12/+12
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages (is...kpfleming1-168/+234
2006-03-28use proper file namekpfleming1-5/+5
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming1-11/+34
2006-03-27Issue #6736 - use flags for OPTIONs messagesoej1-2/+5
2006-03-27Reverting previous patch. Ok, let's take this from 1.2 instead... :-)oej1-1/+0
2006-03-27Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)oej1-0/+1
2006-03-27Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branchoej1-1/+3
2006-03-27Issue #6409 - Make calls to URI without username go to "s" extension (importe...oej1-6/+14
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-4/+5
2006-03-27simplify flags/page2_flags stuff by using arrays insteadkpfleming1-459/+451
2006-03-27Issue #5427oej1-17/+85
2006-03-27Issue #6705 (oej)oej1-12/+89
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-53/+53
2006-03-23- In response to asterisk-users discussion - show which peers in "sip show pe...oej1-10/+23
2006-03-22Issue #6766 - Make ;user=phone work again - imported from 1.2oej1-1/+1
2006-03-22Issue #6759, generate warning when refusing connection requiring unsupported ...oej1-0/+1
2006-03-19Import revision 13547 from branch 1.2 - reset global_rtautoclear at reloadoej1-2/+2
2006-03-19- Remove comment about non-existing XML format ;-)oej1-1/+0
2006-03-19- change "regcontext" to "global_regcontext" to mark it as a global settingoej1-12/+16
2006-03-16Importing "oops" fix from 1.2 branch.oej1-1/+1
2006-03-15Import of rev 13026 from 1.2 branch: Fix parameters to event: headeroej1-0/+8
2006-03-14add a missing header to fix building with -Werror (issue #6717)russell1-0/+1
2006-03-12add some missing bracesrussell1-2/+4
2006-03-12- Adding some hangupcauses before hangupsoej1-1/+6
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyoej1-2/+5
2006-03-10Implement enum for retransmit options to various functions.oej1-61/+73
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ...oej1-15/+26
2006-03-08Formatting fix.oej1-1/+3
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ...oej1-4/+5
2006-03-08Set SIPDOMAIN on 302 redirects. oej1-3/+14