Commit Graph

2049 Commits (54bc2c20b66d919f1df26faa637774ad40b343f1)

Author SHA1 Message Date
Russell Bryant 54bc2c20b6 Now that the version.h file was getting properly regenerated every time the svn
18 years ago
Tilghman Lesher 2fac359db6 Merged revisions 96525 via svnmerge from
18 years ago
Joshua Colp 70071915e1 Merged revisions 95946 via svnmerge from
18 years ago
Russell Bryant 5fe74de6b8 Merged revisions 95191 via svnmerge from
18 years ago
Joshua Colp fcf927e597 Merged revisions 94905 via svnmerge from
18 years ago
Tilghman Lesher 5a6759885f Merged revisions 94660 via svnmerge from
18 years ago
Olle Johansson 1d6b192ce0 Adding the ability to specify the To: header in an outbound INVITE
18 years ago
Olle Johansson 4645420981 Move some warnings away to debug since some devices send a packet with a silly
18 years ago
Tilghman Lesher df9dbc3951 Merged revisions 93668 via svnmerge from
18 years ago
Luigi Rizzo 10f70a8321 make configuration variable const so they are not accidentally
18 years ago
Olle Johansson f3471c1652 Merged revisions 93182 via svnmerge from
18 years ago
Joshua Colp e693a515cc Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value can not be accessed directly in the SIP pvt structure. All RTP related timeouts have to be retrieved using the ast_rtp_* function calls.
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Olle Johansson d8795b4542 Make more timers settable in SIP so that we can force timeout earlier on non-responsive SIP servers.
18 years ago
Joshua Colp 8765a9d73a Merged revisions 92937 via svnmerge from
18 years ago
Jason Parker a19a3f493c Remove remnants of a poorly merged commit. (92697)
18 years ago
Jason Parker 78465ad2a3 Merged revisions 92696 via svnmerge from
18 years ago
Jason Parker b0968803b9 We need to set the address we want to match against before we actually do the match..
18 years ago
Olle Johansson 36270ad02b Removing some LOG_DEBUG items
18 years ago
Olle Johansson 2e286ba797 Merged revisions 92158 via svnmerge from
18 years ago
Jason Parker a214f02b32 Fix a small typo in a comment.
18 years ago
Joshua Colp 45dfc612de Merged revisions 91439 via svnmerge from
18 years ago
Olle Johansson 0cc002a48a Rename "username" to "defaultuser" to match with "defaultip".
18 years ago
Olle Johansson 10d047737f Remove the cseqs from "sip show channel" and make more place for the call ID.
18 years ago
Jason Parker 3f677a718a Add manager action 'sipshowregistry'.
18 years ago
Joshua Colp 4a5b8ad6b3 Merged revisions 90269 via svnmerge from
18 years ago
Russell Bryant 062327c960 remove a duplicate manager event
18 years ago
Olle Johansson 09e1c572d8 Starting to merge changes from the "moremanager" branch. Documentation will
18 years ago
Olle Johansson df7ba90b20 The following patch with updates for trunk. Works much better in trunk.
18 years ago
Olle Johansson 11df6a9119 Rename "limitonpeer" to "counteronpeer" since the call-limit is deprecated.
18 years ago
Olle Johansson 5070d10864 Formatting, doxygenification
18 years ago
Olle Johansson 96ad455115 Formatting changes, cleaning up some code
18 years ago
Olle Johansson d4863bb0f0 Start using Doxygen groupings to group variables and defines.
18 years ago
Joshua Colp 71c602a2d1 Instead of printing out one codec in sip show channels print out all of the native ones (this is for video).
18 years ago
Tilghman Lesher c8edf66bb4 Typo (someone needs to test compile before committing his changes)
18 years ago
Olle Johansson debdfd958c More doxygen changes
18 years ago
Olle Johansson b380467388 Housekeeping
18 years ago
Olle Johansson a2c95022ac Formatting, doxygen updates
18 years ago
Olle Johansson 07cb09ad86 - Deprecate "call-limit" in chan_sip. No other channel driver enforces call-limits
18 years ago
Olle Johansson 77e15c9b2f Housekeeping...
18 years ago
Luigi Rizzo 87b633b71e set rtpmap video info according to what is read from SDP;
18 years ago
Steve Murphy 86476c607f closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Olle Johansson 28531cde08 Fix sip show history.
18 years ago
Olle Johansson 308646f8ef Change terminology a bit for CLI commands handling SIP channels/calls/dialogs/whatever.
18 years ago
Mark Michelson fb3b4f4937 Changed the "busy-level" option in sip.conf to "busylevel" to be more parallel
18 years ago
Tilghman Lesher 0aa40f1366 Change delimiter of SIPPEER to be comma (instead of pipe) and further deprecate the old ':' delimiter
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Olle Johansson 743d3774d7 Adding busy-level to the SIP_PEER() dialplan function.
18 years ago