Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value can not...
[asterisk/asterisk.git] / channels / chan_sip.c
2007-12-17 Joshua ColpFix usage of rtptimeout. It can be used without rtpkeep...
2007-12-16 Olle JohanssonHUGE improvements to QoS/CoS handling by IgorG
2007-12-16 Olle JohanssonMake more timers settable in SIP so that we can force...
2007-12-14 Joshua ColpMerged revisions 92937 via svnmerge from
2007-12-13 Jason ParkerRemove remnants of a poorly merged commit. (92697)
2007-12-13 Jason ParkerMerged revisions 92696 via svnmerge from
2007-12-11 Jason ParkerWe need to set the address we want to match against...
2007-12-10 Olle JohanssonRemoving some LOG_DEBUG items
2007-12-10 Olle JohanssonMerged revisions 92158 via svnmerge from
2007-12-07 Jason ParkerFix a small typo in a comment.
2007-12-06 Joshua ColpMerged revisions 91439 via svnmerge from
2007-12-05 Olle JohanssonRename "username" to "defaultuser" to match with "defau...
2007-12-05 Olle JohanssonRemove the cseqs from "sip show channel" and make more...
2007-12-04 Jason ParkerAdd manager action 'sipshowregistry'.
2007-11-30 Joshua ColpMerged revisions 90269 via svnmerge from
2007-11-27 Russell Bryantremove a duplicate manager event
2007-11-27 Olle JohanssonStarting to merge changes from the "moremanager" branch...
2007-11-27 Olle JohanssonThe following patch with updates for trunk. Works much...
2007-11-26 Olle JohanssonRename "limitonpeer" to "counteronpeer" since the call...
2007-11-26 Olle JohanssonFormatting, doxygenification
2007-11-26 Olle JohanssonFormatting changes, cleaning up some code
2007-11-26 Olle JohanssonStart using Doxygen groupings to group variables and...
2007-11-26 Joshua ColpInstead of printing out one codec in sip show channels...
2007-11-25 Tilghman LesherTypo (someone needs to test compile before committing...
2007-11-25 Olle JohanssonMore doxygen changes
2007-11-25 Olle JohanssonHousekeeping
2007-11-25 Olle JohanssonFormatting, doxygen updates
2007-11-25 Olle Johansson- Deprecate "call-limit" in chan_sip. No other channel...
2007-11-25 Olle JohanssonHousekeeping...
2007-11-23 Luigi Rizzoset rtpmap video info according to what is read from...
2007-11-21 Steve Murphycloses issue #11285, where an unload of a module that...
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Olle JohanssonFix sip show history.
2007-11-20 Olle JohanssonChange terminology a bit for CLI commands handling...
2007-11-19 Mark MichelsonChanged the "busy-level" option in sip.conf to "busylev...
2007-11-19 Tilghman LesherChange delimiter of SIPPEER to be comma (instead of...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-19 Olle JohanssonAdding busy-level to the SIP_PEER() dialplan function.
2007-11-19 Olle JohanssonMake some notes about a problem I found with the OPTION...
2007-11-17 Luigi Rizzofix breakage induced by previous mistake
2007-11-16 Luigi Rizzoremove redundant #include "asterisk/compat.h",
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-15 Joshua ColpAnd file said... let trunk build again! Accomplished...
2007-11-15 Olle JohanssonAlways relying on the responses when crossing NAT's...
2007-11-15 Olle JohanssonMerged revisions 89281 via svnmerge from
2007-11-15 Olle JohanssonMerged revisions 89280 via svnmerge from
2007-11-15 Olle JohanssonExit early instead of deciding to exit after processing...
2007-11-15 Olle JohanssonAdd support for application/dtmf SIP INFO dtmf handling...
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-13 Russell Bryant- Convert initialization of a struct to C99 style inste...
2007-11-13 Tilghman LesherMerged revisions 89246 via svnmerge from
2007-11-12 Tilghman LesherMerged revisions 89184 via svnmerge from
2007-11-08 Mark MichelsonMerged revisions 89119 via svnmerge from
2007-11-08 Joshua ColpMerged revisions 89101 via svnmerge from
2007-11-08 Joshua ColpMerged revisions 89099 via svnmerge from
2007-11-08 Joshua ColpMerged revisions 89097 via svnmerge from
2007-11-07 Joshua ColpMerged revisions 89095 via svnmerge from
2007-11-07 Mark MichelsonMerged revisions 89090 via svnmerge from
2007-11-06 Tilghman LesherCommit some cleanups to the format type code.
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-11-06 Joshua ColpMerged revisions 89032 via svnmerge from
2007-11-05 Russell BryantMerged revisions 88768 via svnmerge from
2007-11-05 Russell BryantMerged revisions 88765 via svnmerge from
2007-11-05 Joshua ColpMerged revisions 88671 via svnmerge from
2007-11-05 Jason ParkerMerged revisions 88585 via svnmerge from
2007-11-04 Luigi RizzoSimplify the implementation and the API for stringfields;
2007-11-02 Joshua ColpMerged revisions 88366 via svnmerge from
2007-11-02 Joshua ColpMerged revisions 88328 via svnmerge from
2007-11-01 Russell BryantChange some uses of free() to ast_free(). (No function...
2007-10-29 Joshua ColpMerged revisions 87342 via svnmerge from
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-22 Joshua ColpMerged revisions 86756 via svnmerge from
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-19 Joshua ColpMerged revisions 86471 via svnmerge from
2007-10-19 Joshua ColpMerged revisions 86469 via svnmerge from
2007-10-17 Russell BryantMerged revisions 86149 via svnmerge from
2007-10-17 Joshua ColpMerged revisions 86117 via svnmerge from
2007-10-17 Joshua ColpMerged revisions 86063 via svnmerge from
2007-10-16 Russell BryantThis fixes SIP subscriptions in trunk.
2007-10-15 Jason ParkerSwitch dundi to new tos config format.
2007-10-15 Russell BryantMerged revisions 85604 via svnmerge from
2007-10-10 Joshua ColpMerged revisions 85280 via svnmerge from
2007-10-10 Joshua ColpMerged revisions 85277 via svnmerge from
2007-10-09 Joshua ColpMerged revisions 85093 via svnmerge from
2007-10-02 Russell BryantMerged revisions 84370 via svnmerge from
2007-10-01 Joshua ColpCheck to make sure a structure pointer is non-NULL...
2007-10-01 Russell BryantCorydon posted this janitor project to the bug tracker...
2007-10-01 Joshua ColpAdd MP4 to part of the SDP code.
2007-09-26 Russell BryantMerged revisions 83943 via svnmerge from
2007-09-26 Russell BryantMerged revisions 83941 via svnmerge from
2007-09-24 Dwayne M. Hubbardmerged jcmoore's patch for configurable SDP origin...
2007-09-21 Russell BryantMerged revisions 83432 via svnmerge from
2007-09-20 Russell Bryantfix spelling in a comment
2007-09-20 Joshua ColpMerged revisions 83232 via svnmerge from
2007-09-20 Joshua ColpMerged revisions 83230 via svnmerge from
2007-09-19 Joshua ColpMerged revisions 83070 via svnmerge from
2007-09-18 Jason Parker(issue #10724)
2007-09-17 Russell BryantMake the MALLOC_DEBUG output for free() useful again...
2007-09-11 Joshua Colp(closes issue #9433)
next