summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...Joshua Colp
2007-11-15Always relying on the responses when crossing NAT's are not a goodOlle Johansson
2007-11-15Merged revisions 89281 via svnmerge from Olle Johansson
2007-11-15Merged revisions 89280 via svnmerge from Olle Johansson
2007-11-15Exit early instead of deciding to exit after processing the message.Olle Johansson
2007-11-15Add support for application/dtmf SIP INFO dtmf handling. Yep, anotherOlle Johansson
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-13- Convert initialization of a struct to C99 style instead of GNU styleRussell Bryant
2007-11-13Merged revisions 89246 via svnmerge from Tilghman Lesher
2007-11-12Merged revisions 89184 via svnmerge from Tilghman Lesher
2007-11-08Merged revisions 89119 via svnmerge from Mark Michelson
2007-11-08Merged revisions 89101 via svnmerge from Joshua Colp
2007-11-08Merged revisions 89099 via svnmerge from Joshua Colp
2007-11-08Merged revisions 89097 via svnmerge from Joshua Colp