aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-21on this pass, only remove duplicate log messagesrussell1-15/+5
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-19/+60
2006-01-21remove some useless checks of the result of ast_strduparussell1-60/+19
2006-01-19Enable "musicclass" setting for sip peersoej1-1/+1
2006-01-19Merged revisions 8242 via svnmerge from russell1-1/+2
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-9/+9
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-111/+0
2006-01-13 Address the condition where X-ClientCode could be NULL or an empty string - ...bweschke1-1/+1
2006-01-12Oops... need to keep my trunk folder clean...mogorman1-3/+2
2006-01-12Added option for limiting a user from logging inmogorman1-2/+3
2006-01-11fix incorrect return value (issue #6202)russell1-1/+1
2006-01-11Merged revisions 7972 via svnmerge from russell1-1/+0
2006-01-11convert some channels to use the memory allocation wrappers.russell1-93/+51
2006-01-09-Move declaration of callevents variable out of the block of function declara...oej1-1/+1
2006-01-09Bug 6150 - do not modify strings after they have been submitted into a string...tilghman1-10/+37
2006-01-07Fix RPID with new string fields (bug #6145)markster1-3/+3
2006-01-07Handle swapout of "fromdomain" in callid properly (bug #6154)markster1-4/+9
2006-01-07Add support for H.264 with SIP and recordingmarkster1-5/+5
2006-01-04add memory-pool based string field management for structureskpfleming1-294/+336
2006-01-04Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!oej1-1/+46
2006-01-04Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.oej1-1/+1
2006-01-04- Remove "incominglimit" as a configuration option in sip.confoej1-3/+10
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Don't check user call limits for outbound calls.oej1-6/+10
2006-01-03Issue #5954: Implement printf-like append_history and implement AST_LIST for ...oej1-122/+98
2006-01-03Bug #6071: Broken rport match in check_via(). (rizzo)oej1-4/+9
2006-01-03Bug 5345; Add configuration option for minimum registration time. (folsson)oej1-1/+12
2006-01-02initialize sip_auth listrussell1-1/+1
2006-01-02 Fix compiler warnings.bweschke1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-1/+6
2005-12-28Merged revisions 7665 via svnmerge from russell1-7/+4
2005-12-27avoid repeated calls to strlen in command completion functions and normalizerussell1-27/+15
2005-12-26Merged revisions 7634 via svnmerge from russell1-3/+3
2005-12-22Merged revisions 7599 via svnmerge from russell1-15/+10
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
2005-12-22forward-port per-peer videosupport changes from branches/1.2kpfleming1-10/+15
2005-12-22- construct the difference and have only one call to snprintf in build_viarussell1-70/+59
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-3/+5
2005-12-19- add note on required values of sip_methods structrussell1-2/+1
2005-12-17Merged revisions 7515 via svnmerge from kpfleming1-1/+0
2005-12-17Merged revisions 7513 via svnmerge from kpfleming1-1/+29
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-1/+2
2005-12-05Merged revisions 7335 via svnmerge from russell1-1/+1
2005-12-04add some missing prototypes and don't use caps for the sip debug defines sincerussell1-39/+41
2005-12-03add the 'sip debug' options to the set of global flags and fix some compiler ...russell1-50/+54
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-4/+4
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-2/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-21fix port number handling in peer building functionskpfleming1-1/+4
2005-11-21fix a bug found during a recent upgradekpfleming1-1/+5