Commit Graph

1049 Commits (e4c93fc8c3835fe6e6804ff0791a758f270780e8)

Author SHA1 Message Date
Mark Michelson e4c93fc8c3 Added a new option, "timeoutpriority" to queues.conf. A detailed
17 years ago
Mark Michelson 953947b70b The ackcall and endcall options in agents.conf now have supplemental options
17 years ago
Brett Bryant 1b07e87538 Add a configuration option so the global outboundproxy can use tcptls without it being defined by each sip user.
17 years ago
Olle Johansson 1626397996 Merged revisions 126844 via svnmerge from
17 years ago
Jeff Peeler 8f216ea83a rename zapata.conf.sample to chan_dahdi.conf.sample
17 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
17 years ago
Tilghman Lesher e903ae0e91 Merged revisions 125218 via svnmerge from
17 years ago
Tilghman Lesher 4da51cf496 Update sample configuration to match what are now the defaults for the prefix.
17 years ago
Sean Bright d3aa30e803 Revert my change to the sample meetme conf file as it was incorrect.
17 years ago
Sean Bright f10caa9500 Fix a comment in meetme.conf.sample per jmls via #asterisk-dev
17 years ago
Tilghman Lesher 122486b263 Allow alternative extensions to be specified for a user.
17 years ago
Tilghman Lesher 48a9e5cada Merged revisions 123883 via svnmerge from
17 years ago
Russell Bryant 63bb6565d0 Note that only one timing interface should get loaded.
17 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.
17 years ago
Russell Bryant e9d72e0cb2 Merge another big set of changes from team/russell/events
17 years ago
Russell Bryant a36833e3c2 Update dundi.conf to indicate that the asterisk.conf entityid option can be used
17 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
17 years ago
Tilghman Lesher 76506b7baa Move compatibility options into asterisk.conf, default them to on for upgrades,
17 years ago
Joshua Colp e4d1b39bd8 Merged revisions 118646 via svnmerge from
17 years ago
Tilghman Lesher 932fd1aa5f Merged revisions 118358 via svnmerge from
17 years ago
Tilghman Lesher 9276a4370c Add a compatibility option for upgrading realtime extensions
17 years ago
Sean Bright 3d412a7bb3 Minor text fix. roster -> resource.
17 years ago
Tilghman Lesher fced823c08 Change the default for the pridialplan parameter to the far more common case of
17 years ago
Luigi Rizzo f0093bfc42 fix example configuration for video support in chan_oss
17 years ago
Jason Parker 424a7816ea Merged revisions 116409 via svnmerge from
17 years ago
Claude Patry 485b1d9be1 fix a sample since we now required , and not | for the arguments separator
17 years ago
Tilghman Lesher 8b1d52c9a5 Allow a password change to be validated by an external script.
17 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)
17 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
17 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).
17 years ago
Jeff Peeler 41fd7a6a21 (closes issue #6113)
17 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.
17 years ago
Tilghman Lesher 0dd46a6bf0 Make the sample config match the contributed LDAP schema
17 years ago
Tilghman Lesher ded5ec5b5d Merged revisions 113874 via svnmerge from
17 years ago
Tilghman Lesher 137c02a020 Permit message wrap-around during message retrieval.
17 years ago
Tilghman Lesher 36cd3d0107 Additional note
17 years ago
Jason Parker 763da3332a Document 'originate' permission in manager sample config.
17 years ago
Jason Parker 63f574ceb4 Merged revisions 113118 via svnmerge from
17 years ago
Tilghman Lesher c6453ded22 Update sample configurations to make virtual hosting more obvious.
17 years ago
Tilghman Lesher 7741ed8bcc Update the sample configuration, to use Macro less (since it's now deprecated).
17 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.
17 years ago
Russell Bryant a567b41083 Note that the TCP and TLS support is currently considered experimental and
17 years ago
Tilghman Lesher 58fa8e6e9e Change back to using ldap_initialize() and let the user specify a URL directly,
17 years ago
Mark Michelson cd7efcf4e7 Add option 'randomperiodicannounce' to queues.conf. Setting this will
17 years ago
Olle Johansson 0de4eba640 Add manager peerstatus events when peer can't authenticate.
17 years ago
Jason Parker 93b0f037b4 Add sample events for aastra phones.
17 years ago
Kevin P. Fleming a3a8aa6547 add support for named sections in zapata.conf, and fix a few bugs in config file parsing
17 years ago
Tilghman Lesher 0b97554307 Add contributed script for separation of database access from Asterisk
17 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
17 years ago
Joshua Colp 7422f0ee37 Add documentation for setting username/password in SIP dial string.
18 years ago