summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2005-08-23support configurable Message-Account value in NOTIFY messages (issue #4801)Kevin P. Fleming
2005-08-22add preliminary support for SIP timers (issue #4359)Kevin P. Fleming
2005-08-22add SIPCHANINFO function to retrieve information about the current connected ...Kevin P. Fleming
2005-08-22handle BYE instead of CANCEL from callers (issue #4994)Kevin P. Fleming
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-08-09Allow ToS to be set in hex (bug #4923)Mark Spencer
2005-08-08Be consistent with User/Username (bug #4916)Mark Spencer
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderRussell Bryant
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)Mark Spencer
2005-08-03Revert a portion of oej's patch...Mark Spencer
2005-08-03Don't ignore ACk packets (bug #4861)Mark Spencer
2005-08-03Reduce number of calls to get method (bug #4863)Mark Spencer
2005-08-03Fix qop syntax (bug #4822)Mark Spencer
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...Mark Spencer
2005-07-27and now we know why #define-ing constants and trying to keep them in sequence...Kevin P. Fleming
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELKevin P. Fleming
2005-07-27add a few const'sKevin P. Fleming
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)Kevin P. Fleming
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)Kevin P. Fleming
2005-07-25add dedicated function for adding Content-Length header (bug #4795)Kevin P. Fleming
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...Kevin P. Fleming
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)Kevin P. Fleming
2005-07-25ensure that port number in URI is presented when needed (bug #4784)Kevin P. Fleming
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...Kevin P. Fleming
2005-07-25ensure socket address family is copied (bug #4789)Kevin P. Fleming
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...Kevin P. Fleming
2005-07-20more formatting fixes from oej :-) (bug #4757)Russell Bryant
2005-07-20add SIPPEER dialplan function (bug #4728)Kevin P. Fleming
2005-07-19simple fix for bug #3638Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-13add create_addr_from_peer, to use an existing peer referenceKevin P. Fleming
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)Russell Bryant
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-07Hardcode urgent messages option in Voice-Message to 0Malcolm Davenport
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)Kevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant