Commit Graph

1451 Commits (7f23115ad2faeee58865afbec6bc11a43210fde7)

Author SHA1 Message Date
Olle Johansson 90098f3cc9 Reformatting the config sample
18 years ago
Matthew Fredrickson 199067da4f Add option to wait to be able to explicitly send ACM via the Proceeding() application in the dialplan. Also minor documentation update explaining how to setup multiple signalling links within a linkset
18 years ago
Mark Michelson e4c93fc8c3 Added a new option, "timeoutpriority" to queues.conf. A detailed
18 years ago
Mark Michelson 953947b70b The ackcall and endcall options in agents.conf now have supplemental options
18 years ago
Brett Bryant 1b07e87538 Add a configuration option so the global outboundproxy can use tcptls without it being defined by each sip user.
18 years ago
Olle Johansson 1626397996 Merged revisions 126844 via svnmerge from
18 years ago
Jeff Peeler 8f216ea83a rename zapata.conf.sample to chan_dahdi.conf.sample
18 years ago
Brett Bryant 12d5cebea2 Change the way that the transport option works for sip users. transport will now take multiple arguments, the first one listed will be the one used
18 years ago
Tilghman Lesher e903ae0e91 Merged revisions 125218 via svnmerge from
18 years ago
Tilghman Lesher 4da51cf496 Update sample configuration to match what are now the defaults for the prefix.
18 years ago
Sean Bright d3aa30e803 Revert my change to the sample meetme conf file as it was incorrect.
18 years ago
Sean Bright f10caa9500 Fix a comment in meetme.conf.sample per jmls via #asterisk-dev
18 years ago
Tilghman Lesher 122486b263 Allow alternative extensions to be specified for a user.
18 years ago
Tilghman Lesher 48a9e5cada Merged revisions 123883 via svnmerge from
18 years ago
Russell Bryant 63bb6565d0 Note that only one timing interface should get loaded.
18 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
18 years ago
Russell Bryant e9d72e0cb2 Merge another big set of changes from team/russell/events
18 years ago
Russell Bryant a36833e3c2 Update dundi.conf to indicate that the asterisk.conf entityid option can be used
18 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
18 years ago
Tilghman Lesher 76506b7baa Move compatibility options into asterisk.conf, default them to on for upgrades,
18 years ago
Joshua Colp e4d1b39bd8 Merged revisions 118646 via svnmerge from
18 years ago
Tilghman Lesher 932fd1aa5f Merged revisions 118358 via svnmerge from
18 years ago
Tilghman Lesher 9276a4370c Add a compatibility option for upgrading realtime extensions
18 years ago
Sean Bright 3d412a7bb3 Minor text fix. roster -> resource.
18 years ago
Tilghman Lesher fced823c08 Change the default for the pridialplan parameter to the far more common case of
18 years ago
Luigi Rizzo f0093bfc42 fix example configuration for video support in chan_oss
18 years ago
Jason Parker 424a7816ea Merged revisions 116409 via svnmerge from
18 years ago
Claude Patry 485b1d9be1 fix a sample since we now required , and not | for the arguments separator
18 years ago
Tilghman Lesher 8b1d52c9a5 Allow a password change to be validated by an external script.
18 years ago
Joshua Colp f4237076bf Add support for specifying the registration expiry on a per registration basis in the register line. This comes from a Switchvox patch. (issue AST-24)
18 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
18 years ago
Joshua Colp 1e066813ac Add support for authenticating on a NOTIFY request. This is useful for phones that require it when sending them a special packet to get them to do something (such as reload their configuration).
18 years ago
Jeff Peeler 41fd7a6a21 (closes issue #6113)
18 years ago
Steve Murphy 5fb4b1bbe5 This is the scariest commit I've done in a long time. This is the astobj2-ification of chan_sip. I've tested a number of scenarios like crazy. It used to have 4x the call setup/teardown performance of trunk, but now it's roughly at parity. I will attempt to find the bottlenecks and get it back to the 4x mark. The changes made were somewhat invasive, but the value to the community of these upgrades outweighs waiting further for more testing. Every change being made to chan_sip was lousing this code up when we tried to merge. Peers, Users, Dialogs, are all now astobj2 objects, indexed via hashtables. Refcounting is used to track objects and free them at the bitter end of their lives. Please file issues on bugs.digium.com, and PLEASE, please, please be patient. One natural advantage to all the hash-table work is that loading large sip.conf files full of thousands of peers now goes much faster. One more please: PLEASE help thrash this code and test it.
18 years ago
Tilghman Lesher 0dd46a6bf0 Make the sample config match the contributed LDAP schema
18 years ago
Tilghman Lesher ded5ec5b5d Merged revisions 113874 via svnmerge from
18 years ago
Tilghman Lesher 137c02a020 Permit message wrap-around during message retrieval.
18 years ago
Tilghman Lesher 36cd3d0107 Additional note
18 years ago
Jason Parker 763da3332a Document 'originate' permission in manager sample config.
18 years ago
Jason Parker 63f574ceb4 Merged revisions 113118 via svnmerge from
18 years ago
Tilghman Lesher c6453ded22 Update sample configurations to make virtual hosting more obvious.
18 years ago
Tilghman Lesher 7741ed8bcc Update the sample configuration, to use Macro less (since it's now deprecated).
18 years ago
Joshua Colp 738e4ec94e Add a special dialplan variable to chan_sip which will cause an audio file to be played upon completion of an attended transfer.
18 years ago
Russell Bryant a567b41083 Note that the TCP and TLS support is currently considered experimental and
18 years ago
Tilghman Lesher 58fa8e6e9e Change back to using ldap_initialize() and let the user specify a URL directly,
18 years ago
Mark Michelson cd7efcf4e7 Add option 'randomperiodicannounce' to queues.conf. Setting this will
18 years ago
Olle Johansson 0de4eba640 Add manager peerstatus events when peer can't authenticate.
18 years ago
Jason Parker 93b0f037b4 Add sample events for aastra phones.
18 years ago
Kevin P. Fleming a3a8aa6547 add support for named sections in zapata.conf, and fix a few bugs in config file parsing
18 years ago
Tilghman Lesher 0b97554307 Add contributed script for separation of database access from Asterisk
18 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
18 years ago
Joshua Colp 7422f0ee37 Add documentation for setting username/password in SIP dial string.
18 years ago
Tilghman Lesher 4aff24881b Bring Voicetronix driver up to date with current drivers
18 years ago
Russell Bryant 3a8756c9b4 Merged revisions 104119 via svnmerge from
18 years ago
Brett Bryant 55aaa80d15 Adding more tls configuration details to sip.conf sample, with a list of valid ciphers provided in both files. .. First commit since July, woot
18 years ago
Mark Michelson 44810652d6 Change the queue holdtime announcement to happen at any interval (not just greater than two minutes). Remove
18 years ago
Kevin P. Fleming a33932047d Merged revisions 103315 via svnmerge from
18 years ago
Kevin P. Fleming cdff02c08f Merged revisions 102807 via svnmerge from
18 years ago
Russell Bryant 31d411d393 Merged revisions 102651 via svnmerge from
18 years ago
Jason Parker f910cb5cb9 Change examples to use G here also.
18 years ago
Tilghman Lesher de0d0ad137 Clarify the pooling functionality by changing the config file keyword
18 years ago
Olle Johansson 9d07e7e9ee Clarify configuration file that can be misunderstood
18 years ago
Olle Johansson a1bf177286 Removing applications that wasn't ready for svn trunk, as trunk now has
18 years ago
Jason Parker 0065508b25 Merged revisions 101219 via svnmerge from
18 years ago
Olle Johansson 11455c0898 Add rtppage() application to do multicast or unicast RTP paging to SIP phones.
18 years ago
Jason Parker 7928888ecd Reintroduce more chan_vpb stuff that was removed in r100421 and r100422
18 years ago
Jason Parker 838310187b Remove more remnants of chan_vpb
18 years ago
Joshua Colp 3bf7daa0c0 Merge in strictrtp branch. This adds a strictrtp option to rtp.conf which drops packets that do not come from the remote party.
18 years ago
Tilghman Lesher cfa0ec1f97 Add res_config_ldap for realtime LDAP engine.
18 years ago
Russell Bryant d1ba37f1c9 Change the Asterisk CLI startup commands feature to read commands to run from cli.conf
18 years ago
Olle Johansson c85b71bf72 Documentation updates
18 years ago
Mark Michelson 6d57a8c873 Adding the QUEUENAME variable to the variables set using the setqueuevar option
18 years ago
Tilghman Lesher 6181e386b5 Merged revisions 99341 via svnmerge from
18 years ago
Russell Bryant 12a6e88d8c correct the name of a CLI command for getting available device names
18 years ago
Russell Bryant f20450ea03 Merge changes from team/russell/console_devices
18 years ago
Russell Bryant b995c78c31 Merge changes from team/group/sip-tcptls
18 years ago
Jason Parker 8dc5e09ccb Add several busy detection related defines to menuselect.
18 years ago
Jason Parker 4346a37106 Merged revisions 98991 via svnmerge from
18 years ago
Kevin P. Fleming cd4cc27c93 major reliability and performance improvement in VWMI monitoring for FXO ports (code by markster, me and dbailey)
18 years ago
Terry Wilson 417c6dcb1d Update res_phoneprov to default to setting the SERVER variable to the IP
18 years ago
Russell Bryant 6aaa992301 Merge the changes from issue #10665 from the team/group/sip_session_timers branch.
18 years ago
Tilghman Lesher 799246dae3 Add the "filter" keyword
18 years ago
Jason Parker b875d0df01 Add backupdeleted option to app_voicemail
18 years ago
Kevin P. Fleming 138799091c Add 'auto' signalling mode for Zaptel channels.
18 years ago
Russell Bryant 5c2beee6c3 Add a new global and per-peer option to chan_sip, qualifyfreq, which allows you
18 years ago
Russell Bryant 234b856d17 Merged revisions 97753 via svnmerge from
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Mark Michelson 427f17fd9d Adding the option of specifying a second interface in a member definition for a queue. app_queue
18 years ago
Russell Bryant ef0dd2e184 Merged revisions 96932 via svnmerge from
18 years ago
Russell Bryant d27b5d9648 Add a note about viewing the default set of documentation using the built-in http server
18 years ago
Kevin P. Fleming 9d3ee005b0 another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if it is present, but doesn't parse any supplied parameters yet
18 years ago
Russell Bryant 4e99cc88e2 Merge the main set of changes from team/russell/chan_console.
18 years ago
Mark Michelson 00d848c94e Adding support for storing the queue log entries in a realtime backend.
18 years ago
Tilghman Lesher 27f8b5bc2d Change the abbreviated TON from 'A' to 'V', since 'A' is a legitimate DTMF
18 years ago
Luigi Rizzo 67a704503b Change the name of config file entries for keypad regions
18 years ago
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
Russell Bryant a9616a7153 Add a bit more to the description of the "mwimonitor" option.
18 years ago
Olle Johansson 1d6b192ce0 Adding the ability to specify the To: header in an outbound INVITE
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Olle Johansson 00647ff5f7 Update documentation
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
Luigi Rizzo 94a6c12129 configuration options related to video support.
18 years ago
Tilghman Lesher 70cd3d0037 Remove use of privacy.conf by the Privacy app.
18 years ago
Jason Parker fc607d5be4 Update documentation for pbx_lua.
18 years ago
Tilghman Lesher ce2f670228 Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call" level.
18 years ago
Joshua Colp fd4f9d55e8 Remove second prefix line. Only need it documented once in the same file.
18 years ago
Olle Johansson 0cc002a48a Rename "username" to "defaultuser" to match with "defaultip".
18 years ago
Russell Bryant f15be28fb0 Add support for monitoring MWI on FXO lines.
18 years ago
Mark Michelson 18259c2318 Updating sample queues.conf file to show how multiple periodic announcements
18 years ago
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
Joshua Colp da330feb60 Merged revisions 45280 via svnmerge from
19 years ago
Joshua Colp b58cc9e1bd Merged revisions 45262 via svnmerge from
19 years ago
Christian Richter e09ad744af Merged revisions 44561 via svnmerge from
19 years ago
Olle Johansson 77c69dc4ef Recommend using "sip reload" since it's much easier to learn and
19 years ago
Luigi Rizzo b19b4b9764 document a bit the use of templates.
19 years ago
Luigi Rizzo f94849ca2a document the "contact" option a bit better.
19 years ago
Luigi Rizzo ccca5843fd Two things:
19 years ago
Luigi Rizzo 2a7ac3f735 update example commands to match current syntax
19 years ago
Steve Murphy 8135d5016a I've been meaning to add some explanation about muted... here it is
19 years ago
Steve Murphy 6e42aa676c CLI reverbification update to this config file
19 years ago
Joshua Colp 8ff3dd273a Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
19 years ago
Paul Cadach b4ef9599de Merged revisions 44186 via svnmerge from
19 years ago
Joshua Colp e5203bb283 Add option to logger to rename log files with timestamp (issue #8020 reported by jmls)
19 years ago
Joshua Colp cc1945ce1b Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
19 years ago
Russell Bryant 8a5cf10121 Merged revisions 44111 via svnmerge from
19 years ago
Paul Cadach 9cf1f14ed5 Handle HOLD/RETRIEVE notifications
19 years ago
Steve Murphy 2b7debf368 Merged revisions 43739 via svnmerge from
19 years ago
Jason Parker fe1a3b8877 Add optional queue_log_name config option for logger.conf, to change the
19 years ago
Paul Cadach c479c25182 Support for negotiation and receiption of Cisco's RTP DTMF
19 years ago
Paul Cadach 1af96a0b21 Specify RFC2833 payload on dtmfmode option rather than dtmfcodec option (deprecated)
19 years ago
Tilghman Lesher 859bc68383 Merged revisions 43464 via svnmerge from
19 years ago
Matthew Fredrickson bd76cda68d Merge in SS7 changes.... need to still cleanup zapata.conf
19 years ago
Jason Parker 8bd82ebc0d Add documentation on rtp packetization.
19 years ago
Jason Parker 3c224654c2 Document member name logging functionality.
19 years ago
Matthew Fredrickson 2e5118cc49 Add the h323 config file. Arrr!!! for international talk like a pirate's day.
19 years ago
Matt O'Gorman ec4bf7a849 seperate jingle and gtalk so it will be easier to track
19 years ago
Steve Murphy 4ed1578104 Clarified the meaning of the callwaiting variable in the zapata.conf file.
19 years ago
Joshua Colp 956b837a41 Merged revisions 43159 via svnmerge from
19 years ago
Tilghman Lesher ee27f9efee Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4
19 years ago
Mark Spencer c2d959c2f9 Improve documentation of users.conf items.
19 years ago
Jason Parker 6d5809297b Skinny hold support.
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Tilghman Lesher 091e1aed8d Merged revisions 42716 via svnmerge from
19 years ago
Tilghman Lesher b0666488f3 Merged revisions 42697 via svnmerge from
19 years ago
Voicetronix Support e02897acd4 Board numbers and channel numbers are now 0 based, since vpb driver
19 years ago
Matthew Fredrickson 75822388a4 Make sure we give a little warning about the echotraining option
19 years ago
Joshua Colp 34eb4f54ba Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flefoll)
19 years ago
Mark Spencer 47d8e14871 Comment out default from extensions.ael
19 years ago
Jason Parker 4ba458e352 Merged revisions 42014 via svnmerge from
19 years ago
Olle Johansson 3f888b84f3 Use GLOBAL() in dialplan examples
19 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
19 years ago
Kevin P. Fleming b281acf0f8 change default setting for autofallthrough
19 years ago
Jason Parker 0850bb72ed Kevins last commit made me spot a typo.
19 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
19 years ago
Kevin P. Fleming 7b65cdc0c7 remove documentation of 'global' section in modules.conf, since it is no longer needed or supported
19 years ago
Joshua Colp 236c23269d Merged revisions 40979 via svnmerge from
19 years ago
Joshua Colp e5c0665caf Merged revisions 40971 via svnmerge from
19 years ago
Kevin P. Fleming 749cd217c3 Merged revisions 40392 via svnmerge from
19 years ago
Russell Bryant 87ac16847e - unregister SLA apps on module unload and add sample config (issue #7701, junky)
19 years ago
Joshua Colp a0bd41f79b Add support for Sigma Designs cards. These basically allow you to offload dialtone generation to the board. If you're using a quicknet board where this might work, give it a try as well. (issue #6092 reported by ywalther - minor mods by moi)
20 years ago
Joshua Colp 0f0323dbab Clarify volgain option a bit, it needs sox to work.
20 years ago
Tilghman Lesher f37a4e3e12 Bug 6237 - add volgain parameter, such that voicemail messages may be amplified after recording
20 years ago
Kevin P. Fleming 9d26f46fc7 remove some extraneous 'followme' in prompt names
20 years ago
Olle Johansson 2f69bec40e Add placeholder for sla.conf sample in configs/. Please update with
20 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
20 years ago
Tilghman Lesher 0d902b3033 Update documentation on realtime; add a workaround for lack of realtime hints by using func_odbc
20 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
20 years ago
Mark Spencer 837910062b First pass at in-place file manipulation via manager
20 years ago
North Antara e69e056012 config sample for the previous, regarding ADSI
20 years ago
Kevin P. Fleming 4376af0080 actually make the non-standard G726-32 behavior available for SIP clients
20 years ago
Christian Richter 54ce0f0a22 added even more statefulness for sending out disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate
20 years ago
Olle Johansson 3b5a2aafa4 - Change filename to current file name
20 years ago
Joshua Colp ba092c1244 And now the trunk version! Add an option for IAX2 users that allows you to set how many outstanding AUTHREQs chan_iax2 will wait for replies on.
20 years ago
Olle Johansson 0e0059c0f3 Remove configuration option "restrictcid" that is nowhere to
20 years ago
Matthew Fredrickson de03118578 Asterisk portion of the T309 patch. (#7271)
20 years ago
Christian Richter bd0b801a0d * removed tone_indicate, we genrate only the dialtone by ourself (and the hanguptone of course)
20 years ago
Olle Johansson ec9d4711d7 - Add notes about voicemail depending on res_adsi
20 years ago
Olle Johansson b971f65978 - Make use of system name in realtime SIP peers optional
20 years ago
Olle Johansson f3594bd1a0 Removing configuration options that does not do anything yet. No need to
20 years ago
Christian Richter f5c0cd2ddc added better L2 handling for ptp, if it's down we don't try to call on that port in groupdial anymore, also we try to get it up then. Additionally added the configoptions ntdebugflags and ntdebugfile to debug the mISDNuser NT Stack (should have done that ages before..). isdn_lib.c compiles again.
20 years ago
Kevin P. Fleming dec3d7d4c0 Merged revisions 36253-36254 via svnmerge from
20 years ago
Olle Johansson 4177596e8d reformatting sip.conf.sample a bit, adding dumphistory that was not documented
20 years ago
Olle Johansson cc43f0bdc7 Speling error. Avoid swenglish :-) (thanks, jtodd!)
20 years ago
Olle Johansson 6399ac438d Add explanation and warning about the "s" extension. (Hi Mike :-)
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Olle Johansson e2b0c5b558 Add example of permit/deny to sip.conf.sample
20 years ago
Tilghman Lesher 89f6ffe1e5 Bug 6589 - option to display channel variables in queue events
20 years ago
Joshua Colp 4c066de7cf Merged revisions 35334 via svnmerge from
20 years ago
North Antara a5d6979fac Finally merge chan_skinny fixes into trunk.
20 years ago
Russell Bryant 035a8b4278 Merged revisions 34627 via svnmerge from
20 years ago
Joshua Colp 0e5e744fb2 Add bulgarian indications (issue #7314 reported by KNK)
20 years ago
Joshua Colp 5456f425c6 Allow AST_FRAME_MODEM frames to be dumped, and document T.38 passthrough support
20 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
20 years ago
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
20 years ago
BJ Weschke 3d973a0686 Introducing app_followme into /trunk!
20 years ago
Kevin P. Fleming dd6de5ee4e it's time... only enable global priority jumping if the config file says to do so
20 years ago
Olle Johansson 4e74b8fb75 Issue #7231 - Missing indications from libtonezone (tzafrir)
20 years ago
Olle Johansson 2dc6947144 Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)
20 years ago
Matt O'Gorman 18b135f215 oops my config file was out of date not the sample
20 years ago
Matt O'Gorman 58cd5f2440 oops fixing example config
20 years ago
Russell Bryant 4c76028de9 - add the ability to configure forced jitterbuffers on h323, jingle,
20 years ago
Christian Richter 4be235a974 added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels.
20 years ago
Kevin P. Fleming 6bce269454 Merged revisions 31321 via svnmerge from
20 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
20 years ago
North Antara e25c4621b4 Nobody saw this coming, I bet.
20 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
20 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
20 years ago
Joshua Colp 18248f092f Merged revisions 30239 via svnmerge from
20 years ago
Christian Richter 8122c35675 fixed to early connect bug which came in yesterday.., also added the transmit of progress indicators through channel vars
20 years ago
Kevin P. Fleming 3e99be68d1 add a new option for 'obscuring' SIP user/peer names from fishers
20 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
20 years ago
Christian Richter 19d46333bf added callcounters for incoming and outgoing calls
20 years ago
Tilghman Lesher 9e81cc3e0c Escaping commas within fields isn't always desireable.
20 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
20 years ago
Kevin P. Fleming 42cf0b0a8f add another media path reinvite 'flavor', where we will only redirect our media to devices that we know are not behind a NAT (based on the evidence collected when we receive media from them)
20 years ago
Joshua Colp 6d603ec09c Allow contexts in regexten so that extensions can be added to multiple contexts when peer registers (issue #6869 reported by and created by Marquis)
20 years ago
Joshua Colp 15358932ec Add distinctive ring detection with Caller ID for Australia, New Zealand, and other countries. (issue #3596 reported by deon patch by dbowerman with minor mods by moi)
20 years ago
Olle Johansson 5237a0e06d - Use systemname for realm in sip, if we have no configuration for realm
20 years ago
Kevin P. Fleming 5fb4e7019f and chan_iax2 gets smaller... remove the old jitterbuffer
20 years ago
Luigi Rizzo e0f0f4b4a4 german syntax for numbers from christian richter
20 years ago
Mark Spencer 66ed134473 Allow media to go directly between IAX endpoints while signalling still
20 years ago
Olle Johansson ca6cf552f9 Add documentation on "allowtransfer"
20 years ago
BJ Weschke 3e2079e46c Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)
20 years ago
BJ Weschke d83bd4d136 Integrate the MixMonitor functionality (introduced in 1.2) as an option for recording queue member conversations with callers. #7084
20 years ago
Russell Bryant 0794168428 add support for having the user reminded that their temporary greeting
20 years ago
BJ Weschke 85e0c889e4 Allow for the execution of an AGI to the caller's channel right before they get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843
20 years ago
Christian Richter efccf89eae Added option far_alerting. This option makes it possible to generate a Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING..
20 years ago
BJ Weschke 7b3f3db65d Fix autofill behavior in app_queue and document it's functionality in queues.conf.sample and UPGRADE.txt
20 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
20 years ago
Russell Bryant c38fbd246e note that group assignments must be from 0 to 63 (issue #7048)
20 years ago
Christian Richter 0b6bd0073b put the default misdn.trace to /var/log/asterisk/misdn.log for better integration of existing log structure
20 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
20 years ago
Tilghman Lesher e3f569532f Deprecate prefixed options in voicemail
20 years ago
Olle Johansson 5873462c2e - Add doxygen documentation for sipsock_read locking
20 years ago
Luigi Rizzo 68730ba487 update configuration, generalize date format and
20 years ago
Luigi Rizzo 64fbe4cbc5 add example syntax for new-style number and date spelling
20 years ago
Joshua Colp e8a94a71e2 Allow the attachment format to be specified differently for different mailboxes (issue #6961 reported by the ever fabulous Corydon76)
20 years ago
Russell Bryant 8a5436c72f add indications for Thailand (issue #6971)
20 years ago
Russell Bryant 717445c1d8 add the ability to turn off the feature that allows agents to end calls
20 years ago
Josh Roberson b04c61eeb3 Note that the res_speech module will need to be loaded first, and add a conveient line to uncomment to do so for the time being.
20 years ago
Joshua Colp afcefc4a68 Convert chan_iax2 to use linked lists for multithreading, and add dynamic threads. These are used when all pool threads are in use, and will stick around until load dies down. The theory is that during high load you'll have more threads available, and during low load you'll only have the normal pool threads sticking around.
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Olle Johansson 9d8260c68e Formatting fixes
20 years ago
Olle Johansson 8e22245b09 Formatting fixes
20 years ago
Olle Johansson 023e27f695 Formatting fixes
20 years ago
Olle Johansson 95de51526a Added information on call-limit and realtime
20 years ago
Olle Johansson bf4b484e62 Clarify the need for numeric parking positions (imported from 1.2)
20 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
20 years ago