aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sla.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample ↵kpfleming1-1/+1
config file is now chan_dahdi.conf instead of zapata.conf also, convert remaining references to zapata.conf in various places git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@130042 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-16fix a couple SLA documentation referencesrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58957 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14By default, don't attempt to do any CallerID handling at all with SLA becauserussell1-1/+5
it is known to not work properly in some situations. However, add an option to enable it for those that would like to use it anyway. The short story behind this is that to properly handle CallerID with SLA, we need the ability to change the CallerID on an existing call, and we are not ready to handle that. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58894 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13fix the reference to the SLA documentationrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03add missing configuration template. Thanks to Lacy Moore on asterisk-users ↵russell1-0/+10
for pointing this out\! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57591 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-01Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-2/+8
* Originally, I put in the documentation that only Zap interfaces would be supported on the trunk side. However, after a discussion with Qwell, we came up with a way to make IP trunks work as well, using some things already in Asterisk. So, here it is, this now officially supports IP trunks. * Update the SLA documentation to reflect how to setup IP trunks. * Add a section in sla.txt that describes how to set up an SLA system with voicemail. * Simplify the way DTMF passthrough is handled in MeetMe. * Fix a bug that exposed itself when using a Local channel on the trunk side in SLA. The station's channel needs to be passed to the dial API when dialing the trunk. * Change a WARNING message to DEBUG in channel.h. This message is of no use to users. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57364 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28minor tweaks to the sla docsrussell1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57207 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28Merge more changes from svn/asterisk/team/russell/sla_updatesrussell1-40/+61
* Add support for private hold. By setting "hold=private" for a trunk, only the station that put the call on hold will be able to retrieve it from hold. Also, by setting "hold=private" for a station, any call that station puts on hold can only be retrieved by that station. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57203 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-0/+4
* Add support for the "barge=no" option for trunks. If this option is set, then stations will not be able to join in on a call that is on progress on this trunk. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57144 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28Merge current set of changes from svn/asterisk/team/russell/sla_updatesrussell1-2/+10
* Add support for station ring delays. Ring delays can be set globally for a station or for specific trunks on the station. * Fix a few bugs in existing code. * Restructure and Reorganize code to improve readability and maintainability. * Improve formatting of the "sla show (trunks|stations)" CLI commands. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57089 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merge changes from team/russell/sla_updates.russell1-5/+12
This batch of changes to the SLA code does a few different things. * I made the SLA code event driven instead of having to act in a lot of busy loops while dialing things to wait for state changes. This makes the code more efficient and readable at the same time. * I have implemented a couple of new features. The first is inbound trunk ringing timeouts. This is an option that defines how long to let an incoming call on a trunk to ring. * I have also implemented ring timeouts for stations. They may be specified for the entire station, meaning it is how long to let the station ring before giving up. You can also specify a ring timeout for a specific trunk on a station. So, you can say that you only want a specific station to ring 5 seconds if it is line1 ringing, but otherwise, there is no timeout. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@56277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-20Change the formatting of sla.conf.sample to make it more readable. russell1-63/+59
(issue #9112, blitzrage) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55553 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-10Merge team/russell/sla_rewriterussell1-21/+77
This is a completely new implementation of the SLA functionality introduced in Asterisk 1.4. It is now functional and ready for testing. However, I will be adding some additional features over the next week, as well. For information on how to set this up, see configs/sla.conf.sample and doc/sla.txt. In addition to the changes in app_meetme.c for the SLA implementation itself, this merge brings in various other changes: chan_sip: - Add the ability to indicate HOLD state in NOTIFY messages. - Queue HOLD and UNHOLD control frames even if the channel is not bridged to another channel. linkedlists.h: - Add support for rwlock based linked lists. dial.c: - Add the ability to run ast_dial_start() without a reference channel to inherit information from. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53810 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14- unregister SLA apps on module unload and add sample config (issue #7701, ↵russell1-1/+26
junky) - rename SLAS to SLAStation, and SLAT to SLATrunk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07Add placeholder for sla.conf sample in configs/. Please update withoej1-0/+1
correct information not to overload the switchboard with calls to sales. Thank you! ;-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39182 f38db490-d61c-443f-a65b-d21fe96a405b