summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-01-13 Address the condition where X-ClientCode could be NULL or an empty string - ...BJ Weschke
2006-01-12Oops... need to keep my trunk folder clean...Matt O'Gorman
2006-01-12Added option for limiting a user from logging inMatt O'Gorman
2006-01-11fix incorrect return value (issue #6202)Russell Bryant
2006-01-11Merged revisions 7972 via svnmerge from Russell Bryant
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2006-01-09-Move declaration of callevents variable out of the block of function declara...Olle Johansson
2006-01-09Bug 6150 - do not modify strings after they have been submitted into a string...Tilghman Lesher
2006-01-07Fix RPID with new string fields (bug #6145)Mark Spencer
2006-01-07Handle swapout of "fromdomain" in callid properly (bug #6154)Mark Spencer
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2006-01-04Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!Olle Johansson
2006-01-04Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.Olle Johansson
2006-01-04- Remove "incominglimit" as a configuration option in sip.confOlle Johansson
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03Don't check user call limits for outbound calls.Olle Johansson
2006-01-03Issue #5954: Implement printf-like append_history and implement AST_LIST for ...Olle Johansson
2006-01-03Bug #6071: Broken rport match in check_via(). (rizzo)Olle Johansson
2006-01-03Bug 5345; Add configuration option for minimum registration time. (folsson)Olle Johansson
2006-01-02initialize sip_auth listRussell Bryant
2006-01-02 Fix compiler warnings.BJ Weschke
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-28Merged revisions 7665 via svnmerge from Russell Bryant
2005-12-27avoid repeated calls to strlen in command completion functions and normalizeRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-22Merged revisions 7599 via svnmerge from Russell Bryant
2005-12-22remove stray unlock (issue #5955)Russell Bryant
2005-12-22forward-port per-peer videosupport changes from branches/1.2Kevin P. Fleming
2005-12-22- construct the difference and have only one call to snprintf in build_viaRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-19- add note on required values of sip_methods structRussell Bryant
2005-12-17Merged revisions 7515 via svnmerge from Kevin P. Fleming
2005-12-17Merged revisions 7513 via svnmerge from Kevin P. Fleming
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-05Merged revisions 7335 via svnmerge from Russell Bryant
2005-12-04add some missing prototypes and don't use caps for the sip debug defines sinceRussell Bryant
2005-12-03add the 'sip debug' options to the set of global flags and fix some compiler ...Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-21fix port number handling in peer building functionsKevin P. Fleming
2005-11-21fix a bug found during a recent upgradeKevin P. Fleming
2005-11-21issue #5794Russell Bryant
2005-11-17Add missing carriage return and line feed to the SDP line indicating that we ...Russell Bryant
2005-11-16fix previous commit to actually do it properly...Kevin P. Fleming
2005-11-16issue #5764Kevin P. Fleming
2005-11-15issue #5539Kevin P. Fleming
2005-11-15issue #5751Kevin P. Fleming
2005-11-12issue #5712Kevin P. Fleming