aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-23support configurable Message-Account value in NOTIFY messages (issue #4801)kpfleming1-2/+14
2005-08-22add preliminary support for SIP timers (issue #4359)kpfleming1-70/+191
2005-08-22add SIPCHANINFO function to retrieve information about the current connected ...kpfleming1-0/+71
2005-08-22handle BYE instead of CANCEL from callers (issue #4994)kpfleming1-2/+5
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-13/+1
2005-08-09Allow ToS to be set in hex (bug #4923)markster1-1/+1
2005-08-08Be consistent with User/Username (bug #4916)markster1-1/+1
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderrussell1-5/+0
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)markster1-0/+4
2005-08-03Revert a portion of oej's patch...markster1-1/+1
2005-08-03Don't ignore ACk packets (bug #4861)markster1-2/+2
2005-08-03Reduce number of calls to get method (bug #4863)markster1-33/+40
2005-08-03Fix qop syntax (bug #4822)markster1-1/+1
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...markster1-20/+4
2005-07-27and now we know why #define-ing constants and trying to keep them in sequence...kpfleming1-18/+29
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELkpfleming1-5/+5
2005-07-27add a few const'skpfleming1-6/+7
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)kpfleming1-46/+76
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)kpfleming1-80/+85
2005-07-25add dedicated function for adding Content-Length header (bug #4795)kpfleming1-86/+54
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...kpfleming1-20/+35
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)kpfleming1-39/+20
2005-07-25ensure that port number in URI is presented when needed (bug #4784)kpfleming1-4/+4
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...kpfleming1-20/+36
2005-07-25ensure socket address family is copied (bug #4789)kpfleming1-0/+2
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...kpfleming1-0/+7
2005-07-20more formatting fixes from oej :-) (bug #4757)russell1-144/+145
2005-07-20add SIPPEER dialplan function (bug #4728)kpfleming1-0/+79
2005-07-19simple fix for bug #3638kpfleming1-5/+6
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-2/+1
2005-07-15phase two of string portability stuff:kpfleming1-5/+5
2005-07-13add create_addr_from_peer, to use an existing peer referencekpfleming1-68/+78
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1