Commit Graph

849 Commits (1c4d34a0f797ee77bfde00e868388f8064a47d85)

Author SHA1 Message Date
Steve Murphy fffb7722be A little documentation cross-ref between features and
17 years ago
Terry Wilson 3f6d4154b8 Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour.
17 years ago
BJ Weschke 1d21453b49 An update to the documentation/example of agents.conf.sample with the correct parameter for this feature as defined in chan_agent.c
17 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
17 years ago
Tilghman Lesher a4ebc105ef Create rules for disallowing contacts at certain addresses, which may
17 years ago
Tilghman Lesher fc195a2df6 More fixes for realtime peers.
17 years ago
Russell Bryant 960ebde9ca Comments in this config file were aligned only if your tab size was set to 8.
17 years ago
Richard Mudgett 57e3570b62 * The allowed_bearers setting in misdn.conf misspelled one
17 years ago
Russell Bryant c981603ce4 fix a config sample typo
17 years ago
Russell Bryant 0b91843b15 Add a minor clarification to the documentation of mohinterpret and mohsuggest
17 years ago
Tilghman Lesher 04614238c5 Merged revisions 132711 via svnmerge from
17 years ago
Kevin P. Fleming 0faccba9cb use renamed libpri API call for controlling this feature (was improperly named before)
17 years ago
Kevin P. Fleming 92ef406265 new installations should be using DAHDI instead of Zaptel, so the sample config file is now chan_dahdi.conf instead of zapata.conf
17 years ago
Kevin P. Fleming 2ea77b3508 add support for a configuration parameter for 'inband audio during RELEASE', which is currently mandatory in libpri-1.4.4 but will become configurable in libpri-1.4.5 later today
17 years ago
Olle Johansson fcb5675ffb Clear up documentation on "domain=" setting in sip.conf
17 years ago
Tilghman Lesher 84ab258c12 Add note about other names for EuroISDN
17 years ago
Tilghman Lesher 40784f499c Document ackcall=always.
17 years ago
Tilghman Lesher 3841c847a3 Correct description of notifyringing option.
17 years ago
Joshua Colp 405dfcb54a Add an option to use the source IP address of RTP as the destination IP address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow.
17 years ago
Tilghman Lesher 0ed598406b Add a note that pbx_config.so is needed for Local channels.
17 years ago
Jason Parker 32945354d3 Document exitcontext in app_voicemail sample config
17 years ago
Tilghman Lesher 6d2c05cbec Reference documentation files that actually exist.
17 years ago
Tilghman Lesher 6d2023b7fe If the [csv] section does not exist in cdr.conf, then an unload/load sequence
17 years ago
Jason Parker 4c046cd2b7 Allow playback with noanswer (and add earlyrtp option).
17 years ago
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
Kevin P. Fleming 3071e378bd improve 2BCT documentation a bit (thanks Jared)
18 years ago
Kevin P. Fleming ab0a5f3361 document usage of 'transfer' configuration option for ISDN PRI switch-side transfers
18 years ago
Russell Bryant c02a439e3b Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
18 years ago
Jason Parker ebbc70daab Change default config to use descending channel order of groups, rather than ascending.
18 years ago
Tilghman Lesher cae4280341 Permit the user to specify number of seconds that a connection may remain idle,
18 years ago
Pari Nannapaneni 78e4746837 doh! revert a revert of a revert (changed by mistake in 99010)
18 years ago
Pari Nannapaneni f7eae72a2e missed that one while reverting
18 years ago
Jason Parker fec33edd9d Add a clarification about the immediate= option of zapata.conf
18 years ago
Russell Bryant 142e5dd457 Remove other remnants of pbx_kdeconsole
18 years ago
Russell Bryant 9aa3d2dd7f Merged revisions 96931 via svnmerge from
18 years ago
Kevin P. Fleming fc5429da7c it is impossible to set permissions for manager accounts created by users.conf (reported internally, patched by me)
18 years ago
Russell Bryant d96a341228 Add a note to the sample voicemail config noting that when using IMAP storage,
18 years ago
Olle Johansson 8b650ee007 Clarify limitonpeers=yes
18 years ago
Steve Murphy 1975b6e753 closes issue #11379; OK, this is an attempt to make both sides happy. To the cdr.conf file, I added the option 'unanswered', which defaults to 'no'. In this mode, you will see a cdr for a call, whether it was answered or not. The disposition will be NO ANSWER or ANSWERED, as appropriate. The src is as you'd expect, the destination channel will be one of the channels from the Dial() call, usually the last in the list if more than one chan was specified. With unanswered set to 'yes', you will still see this cdr entry in both cases. But in the case where the dial timed out, you will also see a cdr for each line attempted, marked NO ANSWER, with no destination channel name. The new option defaults to 'no', so you don't see the pesky extra cdr's by default, and you will not see the irritating 'not posted' messages.
18 years ago
Tilghman Lesher 095108273b We previously attempted to use the ESCAPE clause to set the escape delimiter to
18 years ago
Russell Bryant 53c77e38f4 mvanbaak pointed out a spelling error in this sample configuration file. While
18 years ago
Christian Richter c2c1e68238 if we're NT and no number was dialed and overlapdial is set, we wait for the ISDN timeout instead of starting our own timer. added a comment for the misdn.conf.sample for the overlapdial config option.
18 years ago
Christian Richter 57ccb76df1 aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer.
18 years ago
Jason Parker c170f694e7 Avoid warnings on load when using sample configuration files.
18 years ago
Tilghman Lesher 645af85225 Suppress AEL warnings on load.
18 years ago
Russell Bryant 74450c6eff Revert erroneous commit.
18 years ago
Russell Bryant 236872e7c4 Add support for setting the maximum trunk size for IAX2 trunking
18 years ago
Mark Michelson 098d0142fd Since monitor-join is deprecated now, remove the example from the sample queues.conf file
18 years ago
Joshua Colp 0912ca3c07 Document that DTMF based features only work when two channels are bridged together.
18 years ago
Tilghman Lesher 81a5da0ada Remove deprecated syntax from sample ael file
18 years ago