Commit Graph

1091 Commits (1d4bb1ce59e9ab013cf9f69912fb9121c4d9e239)

Author SHA1 Message Date
Mark Michelson 6b08c442c7 Adding support for the "automixmonitor" dial and queue options.
18 years ago
Kevin P. Fleming 57c2bcca86 Merged revisions 90098 via svnmerge from
18 years ago
Mark Michelson a42259c3ff Adding support for realtime music on hold. The following are the main points:
18 years ago
Russell Bryant df1689e927 Merged revisions 89634 via svnmerge from
18 years ago
Olle Johansson b1c0c67e76 Merged revisions 89624 via svnmerge from
18 years ago
Steve Murphy 4d8932a6dc Merged revisions 89622 via svnmerge from
18 years ago
Olle Johansson 11df6a9119 Rename "limitonpeer" to "counteronpeer" since the call-limit is deprecated.
18 years ago
Steve Murphy 2ec4b57622 Thanks to pnlarsson for noting the spelling error in the cli commands. Also, added some verbage about the new algorithm to CHANGES.
18 years ago
Tilghman Lesher f1de129e5f Merged revisions 89559 via svnmerge from
18 years ago
Olle Johansson 07cb09ad86 - Deprecate "call-limit" in chan_sip. No other channel driver enforces call-limits
18 years ago
Steve Murphy a63f6be669 closes issue #11363; where the pattern _20x. buried in an included context, didn't match 2012; There were a small set of problems to fix: 1. I needed NOT to score patterns unless you are at the end of the data string. 2. Capital N,X,Z and small n,x,z are OK in patterns. I canonicalize the patterns in the trie to caps. 3. When a pattern ends with dot or exclamation, CANMATCH/MATCHMORE should always report this pattern, no matter the length. With this commit, I also supplied the wish of Luigi, where the user can select which pattern matching algorithm to use, the old (legacy) pattern matcher, or the new, trie based matcher. The OLD matcher is the default. A new [general] section variable, extenpatternmatchnew, is added to the extensions.conf, and the example config has it set to false. If true, the new matcher is used. In all other respects, the context/exten structs are the same; the tries and hashtabs are formed, but in the new mode the tries are not used. A new CLI command 'dialplan set extenpatternmatch true/false' is provided to allow switching at run time. I beg users that are forced to return to the old matcher to please report the reason in the bug tracker. Measured the speed benefit of the new matcher against an impossibly large context with 10,000 extensions: the new matcher is 374 times faster.
18 years ago
Russell Bryant f0780d2b47 Merged revisions 89527 via svnmerge from
18 years ago
Mark Michelson f5e5a443cf Changed occurrences of "busy-level" to "busylevel" in sip.conf.sample
18 years ago
Olle Johansson eab6b00904 Add support for application/dtmf SIP INFO dtmf handling. Yep, another
18 years ago
Christian Richter 2a0b16b663 Merged revisions 89173 via svnmerge from
18 years ago
Christian Richter c9b8afb447 Merged revisions 89169 via svnmerge from
18 years ago
Jason Parker a442780a75 Add usbradio.conf.sample from branches/1.4/configs - r84162.
18 years ago
Jason Parker b436362b19 Fix a few potential deadlocks in cdr_sqlite3_custom.
18 years ago
Jason Parker e03cb6a721 Merged revisions 89115 via svnmerge from
18 years ago
Tilghman Lesher 6a9fbeaf68 Merged revisions 89079 via svnmerge from
18 years ago
Tilghman Lesher 37166d9a1a Provide the ability to directly manipulate the TON/NPI bits in the dialstring.
18 years ago
Mark Michelson 0cd3118a62 Adding the queue strategy wrandom
18 years ago
Joshua Colp e9e78af981 Merged revisions 88994 via svnmerge from
18 years ago
Russell Bryant b164d5a675 Add jitterbuffer support to chan_unistim.
18 years ago
Russell Bryant 267683eb19 Merge the code from asterisk/team/group/chan_unistim:
18 years ago
Tilghman Lesher e8c781b215 Add pbx_lua as a method of doing extensions
18 years ago
Mark Michelson cf861b38c7 Added queue strategy "linear". This strategy is useful for those who always wish for their
18 years ago
Mark Michelson 6cd5e1aee6 Remove information about the roundrobin strategy from trunk's queues.conf.sample
18 years ago
Mark Michelson a8cc80e36d Adding the general option "shared_lastcall" to queues so that a member's wrapuptime
18 years ago
Kevin P. Fleming 0c14c47523 resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...
18 years ago
Matthew Fredrickson c5bb538818 Improved comments and organization for zapata.conf (#10904)
18 years ago
Tilghman Lesher 6998be1b3b Document the changes made earlier today to meetme
18 years ago
Mark Michelson cd1e6873aa Merged revisions 86032 via svnmerge from
18 years ago
Jason Parker ed690fc348 Switch dundi to new tos config format.
18 years ago
Joshua Colp fb9855eba1 Merged revisions 85571 via svnmerge from
18 years ago
Mark Michelson fbcd884e1b Allow for the position announcement to be turned off if desired.
18 years ago
Philippe Sultan 510430a6a2 Make the status and priority configurable.
18 years ago
Russell Bryant df30de142c Add a new option for files-based music on hold to ensure that the sort order
18 years ago
Dwayne M. Hubbard 0f53904918 merged jcmoore's patch for configurable SDP origin-field username and session field, closes issue# 10795
18 years ago
Jason Parker 0c8381a1f5 (closes issue #10739)
18 years ago
Jason Parker 9a5f7c5764 (closes issue #10755)
18 years ago
Jason Parker a9c2f441d3 Merged revisions 82751 via svnmerge from
18 years ago
Jason Parker cb8c4122bc Fix the sample redirect to point to a valid file in the Asterisk GUI.
18 years ago
Russell Bryant da5930c234 Merged revisions 82435 via svnmerge from
18 years ago
Jason Parker 4baba7c951 Add support in chan_skinny for sending RTP directly to the endpoints.
18 years ago
Joshua Colp 5460e72015 Add setvar support to chan_zap. Just like you can in chan_sip and chan_iax2 you can now use it with zaptel channels. (done while in Montreal at the Asterisk bootcamp!)
18 years ago
Russell Bryant 1282de797d Various code and documentation cleanups for res_config_sqlite
18 years ago
Joshua Colp 9bd4b3e353 Lil' bit more documentation to keep folks happy.
18 years ago
Joshua Colp 9642d93117 (closes issue #9433)
18 years ago
Mark Michelson 6ed072cb5a Merged revisions 82091 via svnmerge from
18 years ago
Mark Michelson 144b090ddb Merged revisions 81886 via svnmerge from
18 years ago
Russell Bryant 235417dbd0 Fix the syntax of declaring a hint with a name to be compatible with trunk
18 years ago
Jason Parker a087396798 Merged revisions 81453 via svnmerge from
18 years ago
Joshua Colp 944352251d (closes issue #10633)
18 years ago
Mark Michelson 54170b94e0 Added note to sample queues.conf file to line up with most recent change regarding setinterfacevar.
18 years ago
Russell Bryant 4b2095bdd3 Merged revisions 81379 via svnmerge from
18 years ago
Tilghman Lesher f5a14167f3 Support better rotation of log files to be more like system logging (closes issue #10398)
18 years ago
Russell Bryant 01490ecd70 Merged revisions 81226 via svnmerge from
18 years ago
Joshua Colp 7c760f67c3 (closes issue #10569)
18 years ago
Jason Parker 31c82ec1e0 Merged revisions 80130 via svnmerge from
18 years ago
Jason Parker 3105a37a3d Merged revisions 80047 via svnmerge from
18 years ago
Tilghman Lesher 782b662898 Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)
18 years ago
Joshua Colp 8d9b63884c Merged revisions 78951 via svnmerge from
18 years ago
Joshua Colp afceb3e4aa Merged revisions 78569 via svnmerge from
18 years ago
Jason Parker bb700d82ce Implement setvar functionality in chan_skinny
18 years ago
Jason Parker 1064b75ab7 Merged revisions 77996 via svnmerge from
19 years ago
Luigi Rizzo 2286afa3af Enhance NAT support as discussed on the -dev list, i.e.:
19 years ago
Jason Parker b928d1a0f3 Add support for default "say mode" (whether to use the "old" method or "new" method. "new" method being config file)
19 years ago
Christian Richter 090cbd2945 added general Jitterbuffer Implementation. #9960
19 years ago
Jason Parker 8a9bc541ee Add support for regcontext and regexten to chan_skinny
19 years ago
Mark Michelson 5310385315 Added ability to customize which buttons control forward, reverse, pause, and stop during message playback.
19 years ago
Mark Michelson 4596af13fc Adding feature to support the storage and retrieval of voicemail greetings using IMAP storage.
19 years ago
Jason Parker 7a1c2d94bb Add manager events for RTCP statistics.
19 years ago
Steve Murphy 9c2197dc9e This enhancement provided via bug 9993, a patch to upgrade cdr_manager to have cdr_custom capabilities. Many thanks to eserra for this contribution
19 years ago
Steve Murphy c6ed12405f These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling.
19 years ago
Matthew Fredrickson f408a5405a Add support for setting nature of address, presentation, and other related SS7 number options (#10000)
19 years ago
Jason Parker bd3de6d0f1 Change displayconnects option in manager.conf to be per-user.
19 years ago
Joshua Colp cb55dbe8eb Update documentation for proper CLI commands. (issue #9936 reported by eserra)
19 years ago
Russell Bryant 6aec360466 Remove our little joke that was making fun of email disclaimers which nobody
19 years ago
Russell Bryant 0b6c6b2e89 Add some more information about the SIP Disclaimer header.
19 years ago
Russell Bryant 3ce231fe95 fix a typo.
19 years ago
Russell Bryant 3d2b58751f To satisfy some legal concerns, add an option for chan_sip to include a
19 years ago
Russell Bryant 8d0124aba3 Add support for configuring named groups of custom call features in
19 years ago
Russell Bryant cc35dc8999 Revert changes that snuck in with revision 66724.
19 years ago
Tilghman Lesher e9251f42df Issue 9799 - Multirow results for func_odbc
19 years ago
Russell Bryant 8ea9dcc221 Fix a crash on reload by using calloc() instead of malloc() to ensure that
19 years ago
Russell Bryant 90d6885701 Add a new feature for Music on Hold. If you set the "digit" option for a
19 years ago
Tilghman Lesher 6fbadb4325 Merge cdr_adaptive_odbc from developer branch
19 years ago
Russell Bryant 7ee1303796 Add an option that lets you only allow one connection at a time for each
19 years ago
Olle Johansson 90bad9d2f5 Issue #6789 - Marquis - Add option to support regexten removal when host becomes unreachable
19 years ago
Matthew Fredrickson 9b5454232c XXX-XXX-XXX appears to be the standard ANSI pointcode format
19 years ago
Jason Parker fc9e664ccd oops - silly typo there
19 years ago
Jason Parker 2d1b06faef Don't allow rounding seconds to weird values that may cause "unexpected" results.
19 years ago
Jason Parker 60f6a72123 Add/fix support for Redial, Speeddial, and Messages buttons.
19 years ago
Russell Bryant 5ad8cee6d7 Merged revisions 63329 via svnmerge from
19 years ago
Pari Nannapaneni f1ca07ea8b Merged revisions 63047 via svnmerge from
19 years ago
Russell Bryant 5d0f7ea753 Add Hungarian language support to say.c and say.conf.
19 years ago
Russell Bryant 7df63e233c In addition to making it so attended transfers don't fail unnecessarily,
19 years ago
Russell Bryant 32ca8db474 Merged revisions 62497 via svnmerge from
19 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
19 years ago
Jason Parker b942fe3d89 Merged revisions 62371 via svnmerge from
19 years ago
Russell Bryant b6b1bf3213 Merge changes from team/russell/events
19 years ago
Russell Bryant 672fbc1f81 Add a min-announce-frequency option to queues.conf which allows you to control the
19 years ago
Olle Johansson c72efe27be Mini-voicemail - an embryo for a new voicemail system based on building
19 years ago
Tilghman Lesher 47dd5a15af Issue 6082 - New DTMF event for manager
19 years ago
Russell Bryant 0a9750ef9f Merged revisions 60603 via svnmerge from
19 years ago
Steve Murphy cd88d132ce Merged revisions 60323 via svnmerge from
19 years ago
Steve Murphy 684527fcfd Merged revisions 59452 via svnmerge from
19 years ago
Tilghman Lesher 7b905e1282 Merged revisions 59040 via svnmerge from
19 years ago
Russell Bryant 79a3c3b9e1 Merged revisions 58957 via svnmerge from
19 years ago
Russell Bryant 2ea01c893c Merged revisions 58894 via svnmerge from
19 years ago
Russell Bryant 2e2c6e52ee Merged revisions 58870 via svnmerge from
19 years ago
Russell Bryant 5bea998a55 Merge changes from team/russell/sqlite:
19 years ago
Joshua Colp ea226e9d77 Merged revisions 58779 via svnmerge from
19 years ago
Russell Bryant 32e03f9e4a Add the ability to dynamically specify weights for responses to DUNDi queries.
19 years ago
Russell Bryant ba432b7319 Merged revisions 58119 via svnmerge from
19 years ago
Joshua Colp 1dd8e4b0b5 Remove no longer present CLI commands from sample extensions.conf. (issue #9193 reported by junky)
19 years ago
Russell Bryant 746f3fcdb2 Add the missing configuration template to the sample config file.
19 years ago
Russell Bryant 3d6e6e07ef Merged revisions 57364 via svnmerge from
19 years ago
Russell Bryant ae8c0f3fcb Merged revisions 57207 via svnmerge from
19 years ago
Russell Bryant 9c58ead89b Merged revisions 57203 via svnmerge from
19 years ago
Russell Bryant 69b0eb24ed Merged revisions 57144 via svnmerge from
19 years ago
Russell Bryant 4fd59356ef Merged revisions 57089 via svnmerge from
19 years ago
Tilghman Lesher a3da18c244 Issue 7789 - some telcos want the TON set based on the number, but without the NANP prefix removed
19 years ago
Jason Parker 97ab07a9e8 Allow a Skinny device to monitor a dialplan hint (w00t!).
19 years ago
Russell Bryant 9138e53bc9 Merged revisions 56277 via svnmerge from
19 years ago
Russell Bryant 006817c0e7 Merged revisions 55553 via svnmerge from
19 years ago
Joshua Colp 6ad66e51ae Allow both an external application and SMDI to do voicemail notification at the same time. (issue #8625 reported by lters)
19 years ago
Russell Bryant f11d0b3d54 Merged revisions 55006 via svnmerge from
19 years ago
Joshua Colp b8ab0abb83 Allow the user to specify where to enable the respective features for when a parked call is picked up. (ie: transfers and parking)
19 years ago
Joshua Colp ae6898cbe5 Add option to features.conf that enables parking via DTMF on picked up parked calls. (issue #9082 reported by francesco_r)
19 years ago
Olle Johansson 1f52d1cc81 Issue #7443 - amdtech - Optionally SIP registrations in another
19 years ago
Olle Johansson 88928f67ed Make documentation match the source code.
19 years ago
Russell Bryant 1bf40c4da3 Merged revisions 54002 via svnmerge from
19 years ago
Olle Johansson 32495f91f0 Add support for outbound proxy for peers and [general]
19 years ago
Russell Bryant 5715b49c30 Merged revisions 53810 via svnmerge from
19 years ago
Kevin P. Fleming 44c6630e4d rename busy-limit to busy-level, since it is not a limit
19 years ago
Olle Johansson cfe66e6b26 Patch based on this patch with small changes for trunk...
19 years ago
Olle Johansson 0b84b386b9 Implementing "busy-limit".
19 years ago
Olle Johansson 064e6cff1a Merged revisions 53062 via svnmerge from
19 years ago
Russell Bryant 174606b4bd Merged revisions 52160 via svnmerge from
19 years ago
Joshua Colp 34df128519 Add SRV Lookup support on outbound calls to chan_iax2. It's listed in the RFC so we might want to support it and please don't hurt me Marko ... (issue #7812 reported by drorlb)
19 years ago
Jason Parker 641f38105a Merged revisions 51350 via svnmerge from
19 years ago
Jason Parker 9e220dfd97 Merged revisions 51348 via svnmerge from
19 years ago
Joshua Colp 10e3cba61e Add parkedcalltransfers option for res_features. This basically enables/disables DTMF based transfers. If you want to get former behavior you will have to make sure it is enabled.
19 years ago
Joshua Colp 04426fab2c Add support for G729 passthrough with Sigma Designs boards. (issue #8829 reported by ywalther)
19 years ago
Russell Bryant b7ebcec300 Fix a couple of typos in the sample osp.conf.
19 years ago
Matt O'Gorman a4640ee9d8 Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL bug #8436
19 years ago
Joshua Colp fea98f6a44 Clarify what the trunkmaxsize value is in (bytes).
19 years ago
Joshua Colp 033d849bda Drop trunkrealloc option and just have the maximum size be a configurable option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in.
19 years ago
Joshua Colp c4b4615dcd Merge in trunkrealloc option for chan_iax2. (issue #8267 reported by marcodmb, branch by anthonyl)
19 years ago
Jason Parker cece8001dd Merged revisions 50647 via svnmerge from
19 years ago
TransNexus OSP Development 8c4c8b6648 1. Update osp module configuration file.
19 years ago
Christian Richter 1fe0e3d192 Merged revisions 49313 via svnmerge from
19 years ago
Olle Johansson 0c3298a573 Update sample config
19 years ago
Olle Johansson 0375227e5c Added some docs
19 years ago
Tilghman Lesher 94d71436ec 1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
19 years ago
Tilghman Lesher 1e1fd3c3e0 Integrate functionality tested on svncommunity users back into trunk
19 years ago
Olle Johansson 29ed493b40 Be politically correct
19 years ago
Olle Johansson da7a35a1cc Add support for buggy Cisco MWI firmware > 8.0.3 (issue 8575 - flewid)
19 years ago
Russell Bryant 850dd4ea61 Use spaces as a separator for the redirect option to improve readability
19 years ago
Russell Bryant 2c5071a006 - Convert the list of URI handlers to use the linked list macros. While doing
19 years ago
Steve Murphy 9327720c37 As per bug 7978, this version introduces the jittertargetextra option in config files
19 years ago
Luigi Rizzo 437f4288cd - Generalize the function ssl_setup() so that the certificate info
19 years ago
Russell Bryant c7efdf6759 Merged revisions 48323 via svnmerge from
19 years ago
Olle Johansson d1b621c6a5 Adding docs on t.38
19 years ago
Jason Parker 3e8669595e Merged revisions 48230 via svnmerge from
19 years ago
Olle Johansson c23bc46089 - Disable RTP timeouts during T.38 transmission
19 years ago
Jason Parker 97614cb6b4 Merged revisions 48186 via svnmerge from
19 years ago
Olle Johansson 4ce5b7c080 - Remove T.38 early media, since T.38 requires two way communication (imported from 1.4)
19 years ago
Joshua Colp c946e3b3fb Merged revisions 48143 via svnmerge from
19 years ago
Olle Johansson 7e46275b51 Clarify some settings for status reports in subscriptions, queues and manager
19 years ago
Olle Johansson e5145bebe4 Explain RTP timeouts
19 years ago
Luigi Rizzo 2e7fd7cbdb add a new http.conf option, sslbindaddr.
19 years ago
Olle Johansson 4e47ce525b Update docs for videosupport
19 years ago
Jason Parker 54d44e9b00 Add ability to notify an external application/script that the voicemail password was,
19 years ago
Jason Parker bfd630682e Add ability to modify range for dring matching.
19 years ago
Olle Johansson a6f5adefa1 Make it possible to enable/disable onhold tracking, in order to make life easier
19 years ago
Olle Johansson a427a2a89a - CANCEL never uses authentication
19 years ago
Joshua Colp 64d5316a53 Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf)
19 years ago
Tilghman Lesher f2bc05d1d4 Feature: allow the sanity SQL to be customized per connection class (Issue 6453)
19 years ago
Kevin P. Fleming 8b8d8d0b24 Merged revisions 47279 via svnmerge from
19 years ago
Russell Bryant 729620dd3f List ss7 with the rest of the valid signalling types. Group SS7 options
19 years ago
Olle Johansson d900b47ccf Adding new config option "limitpeersonly" to only apply call limits
19 years ago
Luigi Rizzo 0b8669b87e document the "debug" parameter, and the change
19 years ago
Olle Johansson b136baaff4 Fix rport handling.
19 years ago
Olle Johansson f98f457727 Change name of "contact" setting to "callback" which better reflects what it
19 years ago
BJ Weschke 95a4fc7af2 * Added option to run macro when a queue member is connected to a caller,
19 years ago
Russell Bryant 4a523b1b2d Add the ability to customize some of the prompts used within the voicemail
19 years ago
Christian Richter f19300635f Merged revisions 46351-46353 via svnmerge from
19 years ago
Luigi Rizzo e85d8e98d1 document the match_auth_username option
19 years ago
Matthew Fredrickson 67926b9ac4 Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)
19 years ago
Olle Johansson c30f1d12c5 Ok, second attempt...
19 years ago
Olle Johansson 25b8f577b8 On the other hand, don't use 1.4 patches for trunk... Sorry.
19 years ago
Olle Johansson 13ea5fc0d0 Add ability to adapt the IAX trunk packets to the MTU size, to avoid bad audio
19 years ago
Luigi Rizzo c15f7953c8 Fix a few issues in the previous (disabled) HTTPS code,
19 years ago
Luigi Rizzo d171c3d864 remove unused fields and unimplemented options.
19 years ago
Russell Bryant d8e688ece9 Merged revisions 45439 via svnmerge from
19 years ago
Olle Johansson a8a26ad389 Update of docs
19 years ago
Joshua Colp c62784c10d In the course of a data this has been turned into an option to ignore replies, then ignore responses and finally I'm just getting rid of the option altogether and making it the default no matter what. C'est la vie!
19 years ago