summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2007-12-28Merged revisions 95191 via svnmerge from Russell Bryant
2007-12-27Merged revisions 94905 via svnmerge from Joshua Colp
2007-12-23Merged revisions 94660 via svnmerge from Tilghman Lesher
2007-12-19Adding the ability to specify the To: header in an outbound INVITEOlle Johansson
2007-12-18Move some warnings away to debug since some devices send a packet with a sillyOlle Johansson
2007-12-18Merged revisions 93668 via svnmerge from Tilghman Lesher
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-17Merged revisions 93182 via svnmerge from Olle Johansson
2007-12-17Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value c...Joshua Colp
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-16Make more timers settable in SIP so that we can force timeout earlier on non-...Olle Johansson
2007-12-14Merged revisions 92937 via svnmerge from Joshua Colp
2007-12-13Remove remnants of a poorly merged commit. (92697)Jason Parker
2007-12-13Merged revisions 92696 via svnmerge from Jason Parker
2007-12-11We need to set the address we want to match against before we actually do the...Jason Parker
2007-12-10Removing some LOG_DEBUG itemsOlle Johansson
2007-12-10Merged revisions 92158 via svnmerge from Olle Johansson
2007-12-07Fix a small typo in a comment.Jason Parker
2007-12-06Merged revisions 91439 via svnmerge from Joshua Colp
2007-12-05Rename "username" to "defaultuser" to match with "defaultip".Olle Johansson
2007-12-05Remove the cseqs from "sip show channel" and make more place for the call ID.Olle Johansson
2007-12-04Add manager action 'sipshowregistry'.Jason Parker
2007-11-30Merged revisions 90269 via svnmerge from Joshua Colp
2007-11-27remove a duplicate manager eventRussell Bryant
2007-11-27Starting to merge changes from the "moremanager" branch. Documentation willOlle Johansson
2007-11-27The following patch with updates for trunk. Works much better in trunk.Olle Johansson
2007-11-26Rename "limitonpeer" to "counteronpeer" since the call-limit is deprecated.Olle Johansson
2007-11-26Formatting, doxygenificationOlle Johansson
2007-11-26Formatting changes, cleaning up some codeOlle Johansson
2007-11-26Start using Doxygen groupings to group variables and defines.Olle Johansson
2007-11-26Instead of printing out one codec in sip show channels print out all of the n...Joshua Colp
2007-11-25Typo (someone needs to test compile before committing his changes)Tilghman Lesher
2007-11-25More doxygen changesOlle Johansson
2007-11-25HousekeepingOlle Johansson
2007-11-25Formatting, doxygen updatesOlle Johansson
2007-11-25- Deprecate "call-limit" in chan_sip. No other channel driver enforces call-l...Olle Johansson
2007-11-25Housekeeping...Olle Johansson
2007-11-23set rtpmap video info according to what is read from SDP;Luigi Rizzo
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...Steve Murphy
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20Fix sip show history.Olle Johansson
2007-11-20Change terminology a bit for CLI commands handling SIP channels/calls/dialogs...Olle Johansson
2007-11-19Changed the "busy-level" option in sip.conf to "busylevel" to be more parallelMark Michelson
2007-11-19Change delimiter of SIPPEER to be comma (instead of pipe) and further depreca...Tilghman Lesher
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-19Adding busy-level to the SIP_PEER() dialplan function. Olle Johansson
2007-11-19Make some notes about a problem I found with the OPTIONs handler while workin...Olle Johansson
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo