Commit Graph

1081 Commits (062dd39d97c8d0b717973f870808b95536600ad7)

Author SHA1 Message Date
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