Issue #6848 - Accept MWI subscriptions with no Accept: header
[asterisk/asterisk.git] / channels / chan_sip.c
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
2006-03-05 Olle JohanssonClear almost all of page2 flags at reload (different...
2006-02-23 Kevin P. Flemingadd 'consumed' argument to ast_get_time_t, so callers...
2006-02-22 Kevin P. Flemingmerge rizzo's patch to make compiler warnings stop...
2006-02-20 Mark SpencerRemove gratuitous -1 (bug #6426)
2006-02-16 Olle JohanssonWhitespace cleanup
2006-02-15 Kevin P. Flemingremove code that does not appear to do anything useful...
2006-02-15 Kevin P. Flemingadd API function for parsing strings to time_t (issue...
2006-02-14 Kevin P. FlemingMerged revisions 9958 via svnmerge from
2006-02-13 Russell Bryantdeclare function_sipppeer as static (issue #6466)
2006-02-13 Russell Bryantremove unneeded var (issue #6466)
2006-02-12 Russell Bryantset peername after recent function updates
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-11 Russell BryantMerged revisions 9609 via svnmerge from
2006-02-11 Kevin P. Flemingdoh!
2006-02-10 Kevin P. FlemingMerged revisions 9404 via svnmerge from
2006-02-10 Kevin P. Flemingrestore 'rfc2833' naming for DTMF mode in chan_sip
2006-02-09 Olle Johansson- Change "rfc2833" to "rtp" in sip.conf. Keeping backwa...
2006-02-02 Olle Johansson- Remove "frame relay" from chan_sip !
2006-02-02 Olle Johansson- Add doxygen docs on return values on check_user_full()
2006-02-02 Olle Johansson- Make debug logging for each authentication (twice...
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-31 Olle JohanssonOptimize settings of defaults for a new peer object...
2006-01-31 Russell Bryantremove some more local declarations of null frames
2006-01-31 Russell Bryantdefine a global null_frame object so when queueing...
2006-01-31 Olle Johansson- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC...
2006-01-31 Olle Johansson- Change "prefs" to "default_prefs" and move declaratio...
2006-01-30 Olle Johansson- Doxygen and comments updates
2006-01-30 Olle JohanssonIssue 5892: Set a minimum T1 timer for calls. Reporter...
2006-01-30 Olle JohanssonIssue #6035 - Don't send 403 on bad auth (correcting...
2006-01-30 Olle JohanssonIssue #5793
2006-01-28 Olle Johansson- Remove unused "resetinvite" variable
2006-01-28 Olle JohanssonChange booleans to TRUE/FALSE.
2006-01-28 Olle JohanssonDoxygen updates
2006-01-28 Olle Johansson- Moving forward declarations to one block
2006-01-28 Olle JohanssonSimplify code for building Call ID's, create generic...
2006-01-27 Olle JohanssonMerged revisions 8785 via svnmerge from
2006-01-26 Olle Johansson- Move two functions to static that wasn't for some...
2006-01-26 Olle JohanssonFormatting fixes, speling eror fiksd ;-)
2006-01-26 Olle JohanssonIssue #5954 revisited. Thanks rizzo.
2006-01-26 Olle JohanssonCode clean up, inspired by rizzo's comments in issue...
2006-01-26 Olle JohanssonAdd some debugging output when reloading, to be able...
2006-01-26 Olle JohanssonMerged revisions 8710 via svnmerge from
2006-01-25 Russell BryantMerged revisions 8677 via svnmerge from
2006-01-25 Olle Johansson- Remove unused option to transmit_state_notify
2006-01-25 Olle JohanssonFrom now on, apply maxexpiry and minexpiry to all subsc...
2006-01-24 Olle JohanssonDon't reset scheduled ID until we actually end the...
2006-01-24 Olle JohanssonIssue 6114: Don't hangup on bye/also if there's no...
next