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