Commit Graph

8662 Commits (b34e3d09ab19fa232ab12f12069efbf4dd6ef7a8)
 

Author SHA1 Message Date
Kevin P. Fleming b34e3d09ab begin adding support for new sound packages
19 years ago
Kevin P. Fleming 427df3f6c3 yet another massive performance and memory savings improvement
19 years ago
Russell Bryant b0260c1039 revert the changes to allow chan_iax2 to use dnsmgr for registrations.
19 years ago
Russell Bryant de0c61807d use the standard Asterisk copyright header
19 years ago
Russell Bryant db528623ad clean up various formatting issues
19 years ago
Joshua Colp 2a71835d41 Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm)
19 years ago
Olle Johansson 723e900bf3 Doxygen updates
19 years ago
Kevin P. Fleming dd6de5ee4e it's time... only enable global priority jumping if the config file says to do so
19 years ago
Olle Johansson 4ab449be1b Move definition of RTP structure to rtp.h (preparing for future changes)
19 years ago
Olle Johansson e60100750d Issue 7231 - Utility to convert libtonezone indications to indications.conf format
19 years ago
Olle Johansson 4e74b8fb75 Issue #7231 - Missing indications from libtonezone (tzafrir)
19 years ago
Olle Johansson 2dc6947144 Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)
19 years ago
Olle Johansson f80bde18be - Add headers to e-mail with caller ID name and number to simplify automatic parsing
19 years ago
Olle Johansson 8bc0599b11 Issue 7208 - Handle ; in userinfo part of URI too
19 years ago
Olle Johansson 404f8db694 Do not use ':' as a separator between arguments (kept around for 1.4 for backwards compatibility)
19 years ago
Olle Johansson 62dd0dc6f2 Only override callingpres set by rpid if user/peer preference is set. (Issue #7240)
19 years ago
Russell Bryant 588b54f8c2 fix a typo in the documentation of how to use string fields
19 years ago
Olle Johansson 02bc3637da Code simplification
19 years ago
Olle Johansson d520d238f1 - Fix more problems in transfer code (thanks Tholo!)
19 years ago
Olle Johansson b93938de29 - Add information about transcoding to "show channel"
19 years ago
Olle Johansson 043b765bdc Respond to some of Luigis questions...
19 years ago
Olle Johansson e97507e8fb Fix potential bug. THanks luigi!
19 years ago
Olle Johansson b42fbc09c3 - 5 is the highest used debug level, so let's stay there
19 years ago
Olle Johansson 0d6906e107 - Doxygen fix
19 years ago
Olle Johansson c2b50fd2bd Show max bitrate in "sip show user" and "sip show channel"
19 years ago
Matt O'Gorman 18b135f215 oops my config file was out of date not the sample
19 years ago
Matt O'Gorman 58cd5f2440 oops fixing example config
19 years ago
Matt O'Gorman 4e9549c361 oops
19 years ago
Matt O'Gorman 24ed170273 solves some issues with jabberstatus app
19 years ago
Olle Johansson 7a60aff3b1 Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)
19 years ago
Olle Johansson 439e4963ab - Typo in chan_sip (: missing)
19 years ago
Olle Johansson 11c18976fb Add formats in text form to dumpchan()
19 years ago
Olle Johansson 80f2d432cc Doxygen improvements
19 years ago
Olle Johansson 1760652f38 Doxygen formatting fixes
19 years ago
Russell Bryant 006989cbe2 Use a dynamically sized array to store the list of files for moh "files" mode
19 years ago
Kevin P. Fleming 998eacf17f Merged revisions 31921 via svnmerge from
19 years ago
Luigi Rizzo 531ed6f290 add a bit of comment on what build_route does,
19 years ago
Luigi Rizzo 88077a4d1f remove some duplicated code;
19 years ago
Luigi Rizzo 2724885b78 small simplification in assignments, and fix a typo in a comment.
19 years ago
Luigi Rizzo 24d1d23a93 mark XXX some places where there is a return right before
19 years ago
Luigi Rizzo 8dbdd8518b fix indentation of a block
19 years ago
Luigi Rizzo d18e363523 some code simplifications using S_OR() to remove some if blocks
19 years ago
Luigi Rizzo ec46b5a4ce use ast_skip_blanks() where appropriate, and use standard
19 years ago
Luigi Rizzo b7b716b618 mark XXX a buggy section of code and implement a probable
19 years ago
Luigi Rizzo 7483e1d2b6 simplify logic in a small block of code
19 years ago
Luigi Rizzo c7a5a96fc6 mark XXX a bug in the code. oej/kevin, any idea what you want
19 years ago
BJ Weschke 9f9e9a08db Make sure DEBUG is really cranked up before we decide to flood the logs with messages about Internal timing when a channel has to make a decision about generating internal timing (eg - MOH)
19 years ago
Luigi Rizzo a63b2e4c53 remove duplicate code
19 years ago
Luigi Rizzo 1a38041830 Replace '\"' with '"'.
19 years ago
Russell Bryant 61d295f187 when using moh files mode, don't look for a file past the number of files
19 years ago