summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2005-09-15error message generated using backwards logic (issue #5224)Kevin P. Fleming
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)Kevin P. Fleming
2005-09-14put items in RFC-specified order (issue #5217)Kevin P. Fleming
2005-09-14proper header name and attribution (issue #5218)Kevin P. Fleming
2005-09-14various niteroperability fixes (issue #5221)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14don't abort Asterisk load if configuration not found (issue #5115)Kevin P. Fleming
2005-09-14support all OSP authentication models (issue #5159)Kevin P. Fleming
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...Kevin P. Fleming
2005-09-14make RTP handling errors less likely to crash Asterisk (issue #5172)Kevin P. Fleming
2005-09-14handle rport/received in Via headers properly (issue #5037)Kevin P. Fleming
2005-09-14Handle dialog updates to to tag properly (bug #5166)Mark Spencer
2005-09-14output 'our tag' in proper formatKevin P. Fleming
2005-09-13don't send a 200 ACK before a 404 on invalid subscriptions (Bug #5198)Josh Roberson
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-09-08add missing break (issue #5154)Russell Bryant
2005-09-07initialize these variables because they could be used uninitialized in theRussell Bryant
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07ensure debug messages are only output if debug is enabled (issue #5142)Kevin P. Fleming
2005-09-07factor out INVITE response handling in its own function (issue #5127)Kevin P. Fleming
2005-09-07remove unneeded variables (issue #5117)Kevin P. Fleming
2005-09-07Fix spelling of Accountcode. *wink*Josh Roberson
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...Mark Spencer
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)Mark Spencer
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...Kevin P. Fleming
2005-09-01allow for custom URI options to be set (issue #4927 with mods)Kevin P. Fleming
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)Kevin P. Fleming
2005-09-01don't add a colon to the header name (thanks bkw!)Kevin P. Fleming
2005-08-31stop retransmitting INVITE after we have sent CANCEL for the same callKevin P. Fleming
2005-08-30preserve user-added headers when outbound INVITE must be authenticated (issue...Kevin P. Fleming
2005-08-30don't terminate subscriptions before they should be (issue #5063)Kevin P. Fleming
2005-08-30remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (o...Kevin P. Fleming
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-30fix error I introduced into oej's patch :-(Kevin P. Fleming
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)Kevin P. Fleming
2005-08-29use proper next hop in strict routing mode (issue #3609)Kevin P. Fleming
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)Kevin P. Fleming
2005-08-26use case-insensitive comparisons for headears (issue #5023)Kevin P. Fleming
2005-08-25add T1 timer support for NOTIFY dialogs (issue #5017)Kevin P. Fleming
2005-08-25ensure Asterisk won't segfault during re-registration (issue #5011)Kevin P. Fleming
2005-08-25clean up rtcaching config options (issue #4075)Kevin P. Fleming
2005-08-25handle INVITEs that are asking for authentication that we cannot supply more ...Kevin P. Fleming
2005-08-25make some messages show up only under debugging and other minor cleanups (iss...Kevin P. Fleming
2005-08-25fix 'sip debug' vs. reload properlyKevin P. Fleming
2005-08-23don't reset sipdebug to zero during reload (issue #5000)Kevin P. Fleming
2005-08-23show global vmexten in 'sip show settings' (issue #5005)Kevin P. Fleming
2005-08-23handle on-/off-hold properly with RTP reinvited streams (issue #3974)Kevin P. Fleming
2005-08-23add 'sip show settings' CLI command (issue #4806)Kevin P. Fleming