Commit Graph

1113 Commits (abb7edd6e6dc4cb140043bd94b366cebe1cd211c)

Author SHA1 Message Date
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
BJ Weschke cc0b49d927 Provide warning about current behavior of autofill = yes
20 years ago
Olle Johansson eb94c40702 Typo
20 years ago
North Antara 139b07c76c whitespace "fixes", and general cleanup
20 years ago
Luigi Rizzo c01fc0ee03 the comment character is ';' not '#' ...
20 years ago
North Antara 150e0b72cc Added more "valid" phone types to skinny sample config.
20 years ago
Luigi Rizzo 08df3610a6 update example file
20 years ago
Russell Bryant 41f8e3728e disable the http server by default at the request of people on IRC
20 years ago
Kevin P. Fleming 8410e0d681 support subscription-based MWI, and use proper Call-ID on NOTIFY messages (issue #6390)
20 years ago
Kevin P. Fleming 278b8e8fc7 improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications)
20 years ago
Olle Johansson 83d9331261 Issue #5427
20 years ago
Olle Johansson 18de2b7787 Issue #6705 (oej)
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Matthew Fredrickson ba8f7b8819 Allow channels to be moved if channel change is requested in SETUP_ACK, also add a WAY cool new field to the nsf option
20 years ago
Jim Dixon 7cfb9b3515 Added separate outsignalling specification, and fixed FEATDMF to allow for
20 years ago
Russell Bryant 1abe304427 add a CLI command that allows converting files to other formats using
20 years ago
Russell Bryant f882197157 Merged revisions 13964 via svnmerge from
20 years ago
Russell Bryant c114587344 add indications for Malaysia (issue #6758)
20 years ago
Christian Richter 52eb1ad9d1 removed dynamic switching from transparent to hdlc mode. Instead we've got a config option hdlc=yes now which enables the hdlc controller for a data call
20 years ago
Christian Richter a0800bd179 these traceing option do not exist anymore
20 years ago
Olle Johansson d7b5a18f4c Fix reference to README files
20 years ago
Olle Johansson 0efbe1aa5d Add reference to examples for files and custom, too make it more obious
20 years ago
Olle Johansson 1a206c1bf8 Clarify documentation for "progressinband" - imported from 1.2
20 years ago
Russell Bryant 9df72acbe9 deprecate the mailboxdetail option and always use its behavior, instead (issue #6665)
20 years ago
Russell Bryant 4e6af293f9 add an option to cdr.conf that enables ending CDRs before executing
20 years ago
Christian Richter 8e7dd52695 added option to change the connected party number dialplan (ton)
20 years ago
Matt O'Gorman dad9d7709b allows the table field to be configurable for
20 years ago
Christian Richter 21735de56d added a bit more detailed description for the echotraining parameter, also changed the default from 1 to 2000. The default for the upper_threshold is now 0
20 years ago
Russell Bryant 99206286fb Merged revisions 11946 via svnmerge from
20 years ago
Matt O'Gorman 7377ebbd2e cdr_csv logging parameters in cdr.conf
20 years ago
Olle Johansson 6b8701cffa Whitespace changes
20 years ago
Christian Richter bd9c89a710 better default values for jitterbuffer in code and config
20 years ago
Mark Spencer 6a86c7c5c9 Add SNMP support (bug #6439)
20 years ago
Mark Spencer 16109b9d2c Make IAX2 multithreaded
20 years ago
Kevin P. Fleming 7092b4475c Merged revisions 10511,10535,10736 via svnmerge from
20 years ago
Matt O'Gorman fecae4f64e Changing syntax once again slightly and standardizing
20 years ago
Christian Richter afaf8e4c04 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
20 years ago
Christian Richter f6bd1b8559 added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
20 years ago
Kevin P. Fleming f0495e8944 add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
20 years ago
Matt O'Gorman 49a04b91a2 changed naming scheme for variables so it matches
20 years ago
Kevin P. Fleming b9918fb16b set properties for new files (i need to get this documented)
20 years ago
Matt O'Gorman dacbca4699 Commiting 5959 with minor formatting and typo
20 years ago
Tilghman Lesher 973c12effd Bug 6477 - minor syntax error, plus a few other syntax fixes
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Kevin P. Fleming b40bd71a9a restore 'rfc2833' naming for DTMF mode in chan_sip
20 years ago
Olle Johansson 4d07b89fdd - Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.
20 years ago
Olle Johansson 24ceb84434 - Adding example on using european time zones in voicemail.conf
20 years ago
Christian Richter b42dd639ee default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
20 years ago
Christian Richter 7133d1b006 * removed unnecessary struct elements and functions
20 years ago
Olle Johansson 8204f581ab - Adding a doc/00README.1st with an INDEX over README files
20 years ago
Olle Johansson 3f6cc5c544 - Clarify default setting of canreinvite (thanks royk)
20 years ago
Olle Johansson 125fd8446c Issue 5892: Set a minimum T1 timer for calls. Reporter: twisted
20 years ago
Olle Johansson b64404e039 From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
20 years ago
Olle Johansson 0ba27e0a6b Make it clear that caller ID in sip.conf is used only on incoming calls (inspired by bug #6183)
20 years ago
Matt O'Gorman 83ab52cdc4 changed some settings to app_args and some code
20 years ago
Matthew Fredrickson 4dc76fbcc1 Fix comments in sip.conf (#6134)
20 years ago
Matthew Fredrickson bab4d7a6b9 Update config. Apprently default doesn't always work now.
20 years ago
Olle Johansson 125db028c3 - Add DOC file about caller ID presentation values
20 years ago
Olle Johansson 3d456ce4f0 Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
20 years ago
Tilghman Lesher 2a9a03e6f0 Bug 5090 - sample configuration for udptl packets
20 years ago
Matthew Fredrickson b5ed1a1a59 Add mission options to agents.conf sample file (#6234)
20 years ago
Matt O'Gorman 06f2040e6f added feature for pausing and unpausing the
20 years ago
BJ Weschke 1874f21ff8 Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
20 years ago
Matt O'Gorman 130ce286ba added two new features to meetme, autofill and
20 years ago
Matt O'Gorman 8d4ee3882a forgot to take out createlink sample along with
20 years ago
Matt O'Gorman 1dc0312d01 Added option for limiting a user from logging in
20 years ago
Matt O'Gorman 64f01df137 added page macro examples from 6077 with minor typo
20 years ago
Tilghman Lesher 1db503ade6 Merged revisions 7999 via svnmerge from
20 years ago
Matthew Fredrickson 8f7647b49f Make sure to update the config file for chan_zap to include japanese caller id
20 years ago
Matt O'Gorman 353e5f1dc9 added small feature from bug 5682 with one typo fix.
20 years ago
Olle Johansson 5462ec082c - Remove "incominglimit" as a configuration option in sip.conf
20 years ago
Kevin P. Fleming a1a5e746ee add optional timestamps to manager events (issue #5535, simplified)
20 years ago
Olle Johansson 3b4f660a85 Bug 5345; Add configuration option for minimum registration time. (folsson)
20 years ago
Tilghman Lesher ca92ea82d6 Bug 5854 - Allow quotation of the second field in extconfig, for the purpose of including commas (for LDAP configuration)
20 years ago
Tilghman Lesher dd161bec3b Add SQL_ESC to allow single ticks to be escaped
20 years ago
Jim Dixon a945b5598e Added support for Feature Group C CAMA trunks (both DP and MF), and support
20 years ago
Russell Bryant b60daeb58f Merged revisions 7599 via svnmerge from
20 years ago
Tilghman Lesher 28af98ae95 Bug 5055 - Simple SQL commands from the dialplan
20 years ago
Russell Bryant da1d91b688 move heading to the top of the file
20 years ago
Jim Dixon 1187d236bc Added docs for new features (duplex mode & tailmessages)
20 years ago
Christian Richter d37857c208 updated the documentation and the sample config to meet the present
20 years ago
Josh Roberson 9c8d7286dd Document other use of courtesytone, make association of "One Touch Record" with "Touch monitor"
20 years ago
Tilghman Lesher c7cda51ffc Document two keywords that were previously missing
20 years ago
Kevin P. Fleming b6b32ebd91 Merged revisions 7285,7299,7310,7329 via svnmerge from
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Russell Bryant 6a2bb9c3e0 add description of the fromdomain option (issue #5874)
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 4349fda37a issue #5828
20 years ago
Josh Roberson fb418aa2e0 issue #5826
20 years ago
Russell Bryant 3cb060d80f issue #5800
20 years ago
Kevin P. Fleming 522544442b backport chan_modem fixes from v1-2
20 years ago
Josh Roberson 59fe845c6c Finish removing chan_modem* by default.
20 years ago
Kevin P. Fleming 734034d824 issue #5689
20 years ago
Kevin P. Fleming 3e4feebbd6 issues #3599 and #4252
20 years ago
Kevin P. Fleming 929d7e6e9b document an undocumented variable
20 years ago
Kevin P. Fleming 986a8ca089 issue #5566
20 years ago
Kevin P. Fleming cb28ef70bc allow DTMF timeout to be configurable (issue #5160)
20 years ago
Kevin P. Fleming 0ac988acaa add experimental mISDN channel driver (issue #4077)
20 years ago
Mark Spencer 754e28abaf Cleanup language in sip.conf (bug #5543)
20 years ago
Kevin P. Fleming aca0431935 properly document this morning's changes to 'ignoreregexpire'
20 years ago
Mark Spencer de47e29d09 Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)
20 years ago
Jim Dixon 7810f546f3 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
20 years ago
Josh Roberson cc104b0066 finish commit bug 5427 (sip.conf.sample deserves to be updated too)
20 years ago
Kevin P. Fleming aeaf9f4cc6 remove unused config option (issue #5358)
20 years ago
Kevin P. Fleming f387421905 make sample config files easier to ready (issue #5371)
20 years ago
Kevin P. Fleming f7d567fe85 allow write timeout to be set on a per-user basis in AMI (issue #5352)
20 years ago
Russell Bryant dea1d768f9 update sample configuration to reflect new options (issue #5357)
20 years ago
Russell Bryant 270b98d2f4 clarify option description (issue #5351)
20 years ago
Kevin P. Fleming 8af7725f98 support optional sending of Remote-Party-ID headers (issue #2471, heavily modified to actually work properly)
20 years ago
Kevin P. Fleming fdccf66d52 add domains documentation and rename config option
20 years ago
Kevin P. Fleming 4fb8ce1fd9 allow minimum/maximum registration intervals to be set on server side (issue #51111)
20 years ago
Kevin P. Fleming d62b19048a spelling fix (issue #5231)
20 years ago
Kevin P. Fleming 7b0c1cb275 add token format specification support (issue #5199)
20 years ago
Mark Spencer 2f67f66577 Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's offer or answer.
20 years ago
Kevin P. Fleming 5679500b31 correct terminology (issue #5100)
20 years ago
Kevin P. Fleming f5dd769dcc doh!
20 years ago
Kevin P. Fleming a2be145193 make chan_iax2 rtupdate behave the same as chan_sip
20 years ago
Matthew Fredrickson c88ab78d47 New, more robust way of doing e&m digit collection. Bug #3805
20 years ago
Matthew Fredrickson a99cc6b16d Forgot to commit sample config update
20 years ago
Mark Spencer ac0eaaf1f2 Add support for ring begin event and configurable ringtimeout.
20 years ago
Kevin P. Fleming 5f07eec58a remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (old syntax is still supported) (issue #5068)
20 years ago
Kevin P. Fleming 8e3af106db update to use Speex 1.1.x features and doc cleanups (issue #4755)
20 years ago
Russell Bryant 9f13284f02 change sample ip
20 years ago
Kevin P. Fleming aad6fbb85e add madplay example for Solaris users (issue #4929)
20 years ago
Kevin P. Fleming bf6bc6d4fd clean up rtcaching config options (issue #4075)
20 years ago
Kevin P. Fleming 5c4fa40a8f add documentation of new parameters to sample config file (issue #5021)
20 years ago
Russell Bryant 460e8fc8b7 add indications for es (bug #4939)
20 years ago
Kevin P. Fleming 9e9f3ace21 add ability to map feature sequences to applications (issue #3764)
20 years ago
Kevin P. Fleming 0bf1d48e40 support configurable Message-Account value in NOTIFY messages (issue #4801)
20 years ago
Kevin P. Fleming c9287324ea make pager messages configurable (issue #4829)
20 years ago
Kevin P. Fleming dffade452c add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
20 years ago
Kevin P. Fleming ff971379f4 support new format for musiconhold.conf (issue #4908)
20 years ago
Mark Spencer 13a0bec612 Merge steve's busy detect stuff (bug #4830)
21 years ago
Mark Spencer d8a7545a82 Fix documentation of overridecontext (bug #4379)
21 years ago
Mark Spencer 5a7a8666a1 Add periodic announcement (bug #4677 with mods)
21 years ago
Russell Bryant 5196d60538 use Set instead of SetVar in the sample so that we don't get warnings when
21 years ago
Kevin P. Fleming 5cc0413c54 add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf
21 years ago
Kevin P. Fleming 9ecdab9452 add warning about enabling debug channels in logger (bug #4732)
21 years ago
Matthew Fredrickson 0a4dd9a6b3 Fix for DSP code on 411/406. (Bug 4712). Also a settable tone length
21 years ago
Kevin P. Fleming 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
21 years ago
Kevin P. Fleming 99c29d7053 support a configurable number of mailboxes per folder (bug #4229)
21 years ago
Kevin P. Fleming 1ea58b4517 support military-style time announcing ('hundred' instead of 'o-clock') (bug #4605)
21 years ago
Russell Bryant ea346597bb update sample to reflect new nodir option
21 years ago
Kevin P. Fleming 64cf50c8e1 allow user-configurable date formats in voicemail message body (bug #4554)
21 years ago
Kevin P. Fleming 054317fb13 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
21 years ago
Kevin P. Fleming 3abe796aa8 fix up warnings (bug #4638)
21 years ago
Kevin P. Fleming 442f3b15a1 make 'transfer to busy' support a configurable option, and make it _only_ short-circuit AST_STATE_BUSY
21 years ago
Ben Kramer 32741dc1c6 / fix for bug 4550
21 years ago
Kevin P. Fleming 5a80cd988f correct goto examples (bug #4576)
21 years ago
Kevin P. Fleming d50d485c49 clean up macro example (bug #4572)
21 years ago
Kevin P. Fleming 3e03366140 correct callwaiting tones for de and dk zones (bug #4519)
21 years ago
Kevin P. Fleming eea9249eda correct syntax error
21 years ago
Kevin P. Fleming 54e74ff81b control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295)
21 years ago
Kevin P. Fleming c4be3dfb53 make query cache time configurable (bug #4524)
21 years ago
Mark Spencer ddaf30b7bd Fix typo in extensions.ael sample
21 years ago
Mark Spencer e0f057820a Add Asterisk Extension Language support (AEL) from Astricon talk
21 years ago
Kevin P. Fleming d617e890a6 add countries and reorder file into alphabetical order (bug #4482, part 1)
21 years ago
Kevin P. Fleming 5736270107 add 'rtignoreexpire' option to allow Realtime addresses to be used regardless of expiration time (bug #4362)
21 years ago
Kevin P. Fleming 090f7d278b more cleanups for outbound registrations (bug #4457)
21 years ago
Kevin P. Fleming 23f14f839f add indications for Sweden (bug #4231)
21 years ago
Kevin P. Fleming ce89d985f2 allow global variables to be reset on reload (defaults to off) (bug #4385)
21 years ago
Kevin P. Fleming 23472dd2c0 support configurable batch posting of CDRs (off by default) (bug #3883)
21 years ago
Kevin P. Fleming 30973879c1 add realtime support to app_queue for static members/agents (bug #4037)
21 years ago
Jeremy McNamara 5d5c4c97c7 Document model usage
21 years ago
Mark Spencer 9272e1f68a More jitter buffer fixes for large resync (bug #4311)
21 years ago
Russell Bryant d07421064b provide a more explicit explination as to what the 'iaxcompat' option does
21 years ago
Russell Bryant 0dc3f6ee76 add comments, fix typos, and add note on default values (bug #4284)
21 years ago
Kevin P. Fleming 9cea81b035 rename SetVar application to Set, deprecate SetVar
21 years ago
Kevin P. Fleming e4e9f26cf0 update sample extensions.conf for new dialplan functions (bug #4279)
21 years ago
Matthew Fredrickson eae699533a zapata.conf for enable/disable of facility IEs
21 years ago
Kevin P. Fleming 582b0b0711 document Zap dial string options in sample config (bug #4165)
21 years ago
Russell Bryant c295b46e4b oops
21 years ago
Matthew Fredrickson cabd5e105a Add Q.SIG option to zapata.conf
21 years ago
Kevin P. Fleming 7e058413fb allow fine-grained 'insecure' settings (bug #4024)
21 years ago
Mark Spencer 14fba8d8be Add option to park in the next slot (bug #4028)
21 years ago
Matthew Fredrickson aaee30edcc Missing E911 signaling type in sample zapata.conf
21 years ago
Matthew Fredrickson fd4dbd6c5c Support for new signaling type Feature Group D (MF) through a tandem access
21 years ago
Russell Bryant a915aa4b69 correct descriptions for joinempty options (bug #3979)
21 years ago
Mark Spencer 16661cc58f Add option to mask certain high frequency events (bug #3707)
21 years ago
Kevin P. Fleming 110560781a preliminary "managed DNS lookup" support
21 years ago
Kevin P. Fleming b3613d3e48 re-implement realtime support in app_directory
21 years ago
Russell Bryant 307f862c23 note that the weight has a special meaning for e164
21 years ago
Russell Bryant e6628a8003 document the 'weight' option
21 years ago
Russell Bryant 1c36c41f1e clarify information on time waited for a response
21 years ago
Kevin P. Fleming 45c92426e3 correct queue sample config file (bug #3964)
21 years ago
Kevin P. Fleming 864f6a50b8 ensure that MGCP AMA flags are passed into CDR (bug #3962)
21 years ago
Kevin P. Fleming 7e3e619497 further thought says '!' is a better early-match wildcard (bug #3889, take 2)
21 years ago
Kevin P. Fleming be563d29a0 add docs for bug #3889
21 years ago
Mark Spencer 13bdb56867 Fix name of conf file sample
21 years ago
Mark Spencer d3ba986fff Take out unimplemented comment from logger.conf (bug #3890)
21 years ago
Mark Spencer f3b51061e4 Add option to disable checksums on IAX
21 years ago
Mark Spencer dc9faa21e4 Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
21 years ago
Mark Spencer 41b5832562 Fix discriptions / options (bug #3863)
21 years ago
Mark Spencer 03f5290b89 Add SIP real authentication (bug #3782)
21 years ago
Mark Spencer 122d0d8de6 Add custom CDR (bug #3595)
21 years ago
Mark Spencer aa25b367d6 Allow resetinterval to be "never"
21 years ago
Mark Spencer b0fa3b6450 Update SIP/IAX documentation and code (Bug #3810)
21 years ago
Mark Spencer 7082d0584e Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)
21 years ago
Mark Spencer 3fa3e8539d Merge config sample updates mentioning reload (bug #3697)
21 years ago
Mark Spencer dbd42a645f Apply queuelog patch and perform final test of "test patches" system
21 years ago
Mark Spencer c564c601bd Add timeoutrestart option (bug #3656)
21 years ago
Mark Spencer d0d47362e3 Update documentation on agent groups (bug #3652)
21 years ago
Mark Spencer 0eab1fabcf Add mexican indications (bug #3667)
21 years ago
Mark Spencer df68d15aba Add Estonian tone zone (bug #3589)
21 years ago
Mark Spencer 7279b57216 Add "admin pin" mode (bug #2387)
21 years ago
Russell Bryant ef864a5cf2 fix terminology
21 years ago
Ben Kramer 8df2830434 / added break-for-dtmf=no for native bridging
21 years ago
Ben Kramer 25a08db0c0 / updated with new config options
21 years ago
Mark Spencer f9222e7e4b Fix misspellings of separate (bug #3607)
21 years ago
Mark Spencer cea4a8e09e Fix native agent transfer, add UPGRADE.txt for notes about backwards compatibility issues upgrading from Asterisk 1.0 to current CVS head
21 years ago
Mark Spencer 6a181832bb Add callingpres/calling limit support, small updates (bug #3577 with mods)
21 years ago
Mark Spencer cecb25eae5 Add sip show user and friends (bug #3571)
21 years ago
Mark Spencer dd7e4ef47a Merge SIP changes from oej
21 years ago
Mark Spencer 54689b2f67 Add support for portugal (PT) (bug #3551)
21 years ago
Mark Spencer c52f076bca Separate IAX and SIP tables for users/peers
21 years ago
Mark Spencer 5d9bbe64c8 Merge tony's IAX/SIP realtime cache (bug #3509)
21 years ago
Mark Spencer 4b485062ee quicky agent formatting fix, merge polarity/answer patch (bug #2847)
21 years ago
Mark Spencer e75a91556c Properly handle PRI TON and allow changing number (bug #3493, with mods)
21 years ago
Mark Spencer 403d010294 Optionally store CDR's in GM time (bug #3500, with mods)
21 years ago
Mark Spencer 6ed8f15260 Allow hints to have names (bug #3471)
21 years ago
Ben Kramer 1be7bf0881 / new config option of dtmf idd time out
21 years ago
Ben Kramer 08f888a148 / added parameter to change ec suppresion threshhold from config
21 years ago
Mark Spencer fda3016dc8 Fix silly typo in indications.conf (bug #3461()
21 years ago
Mark Spencer 8f199888d5 Merge callevents etc (bug #3456)
21 years ago
Mark Spencer 259484a570 Update UK tones (bug #3430)
21 years ago
Mark Spencer e969712c6f Add optional one way playback (bug #3397)
21 years ago
Mark Spencer 361211d401 Minor typo (thanks, angler)
21 years ago
Mark Spencer b27daee8b0 IAX codec fixes (bug #3387)
21 years ago
Mark Spencer fb69d9c88d Fix some typos in the voicemail config (bug #3384)
21 years ago
Mark Spencer 442747adb6 Fix small typo (bug #3382)
21 years ago
Mark Spencer f342859fac Add extra variables to voicemail (bug #3382)
21 years ago
Mark Spencer 488845c2c6 Minor doc fixes
21 years ago
Mark Spencer 278a0a0891 Implement eswitch for evalulating variables at runtime (bug #3168)
21 years ago
Mark Spencer 820d525ac6 Make ODBC storage as int configurable to be string or int (bug #3255)
21 years ago
Mark Spencer cb06d1d954 Minor configuration fixes/standardizations (bug #3317)
21 years ago
Mark Spencer 186e36c403 Allow multiple bindaddrs so asterisk uses the same interface for tx as rx
21 years ago
Mark Spencer 96271267c9 Add examples for extconfig with alt table
21 years ago
Mark Spencer b705f19938 Fix small sip conf issues (bug #3296)
21 years ago
Mark Spencer cd3f85188a Merge weight option (bug #3038)
21 years ago
Mark Spencer 9f232928dc Various/assundry cleanups
21 years ago
Anthony Minessale II 3092cb538e allow sounds to be configurable
21 years ago
Mark Spencer 526622d6e0 Merge Tony's attended # transfer with changes (bug #3241)
21 years ago
Mark Spencer 7568d9a4ef Merge OSP updates from matt nicholson (with changes)
21 years ago
Mark Spencer 8ddb3aba81 Allow connection notifications on manager interface to be hidden (bug #3085)
21 years ago
Mark Spencer d481e22f29 Merge sip notify fixes (bug #3243)
21 years ago
Mark Spencer 127c3c93d0 Load formats first (bug #3242)
21 years ago
Mark Spencer ca40ab4b67 Allow generic sip notify (bug #3231)
21 years ago
Mark Spencer 2f2783f231 Document polycom example (bug #3129)
21 years ago
Mark Spencer e7d4ae8efa Make features configurable and easier to implement
21 years ago
Mark Spencer 4430b896fa Fix formatting etc in queues (bug #3159)
21 years ago
Mark Spencer 4b5e3caa7d Rename musiconhold option for consistency (bug #3163)
21 years ago
Mark Spencer 5924e61b40 Add ability to remember agents
21 years ago
Mark Spencer 974ecf7830 Fix example to reflect that "never" is the default value for progressinband (bug #3129)
21 years ago
Mark Spencer ddcac96e9b Fix Speex config issue (bug #3175)
21 years ago
Mark Spencer ce87d2977f Make cidrings configurable (bug #2889)
21 years ago
Mark Spencer b1b8802edd Make it possible to configure an externhost and not just an externip (bug #3069)
21 years ago
Mark Spencer a2775a6109 fix documentation (bug #3127)
21 years ago
Matthew Fredrickson b420a63e73 Add new variable for PRIREDIRECTREASON in dial plan if you a call is redirected
21 years ago
Mark Spencer 1297800175 Make registertimeout be configurable (bug #2874)
21 years ago
Mark Spencer 3680db8630 Add polish zones (bug #3016)
21 years ago
Russell Bryant 4bbdbf3a79 make table configurable for cdr_odbc (bug #2755)
21 years ago
Jim Dixon 998621f76a Fixed call parking, added separate paramater to allow/disallow call parking on
21 years ago
Mark Spencer 9f1a7379cc Make table for PGSQL CDR's configurable (bug #2951)
21 years ago
Mark Spencer 6e800f4797 Add Lithuania and Hungary to tone zones (bug #2992)
21 years ago
Mark Spencer 0455688ea1 Add persistent dynamic queue member support (bug #2929)
21 years ago
Mark Spencer 1a147cf804 Add user=phone option (bug #2244, thanks oej)
21 years ago
Ben Kramer a8de8a68b4 / added "indication" option to use Ast indication functions
21 years ago
Ben Kramer 18051c0086 / added extra options to callerid variable
21 years ago
Mark Spencer aaf49c6f4c Add option for small headers (bug #2948)
21 years ago
Mark Spencer e95fa2a065 Add ability to store voicemail in ODBC database
21 years ago
Mark Spencer e584c9dab7 Add option to use directory for forward/compose (bug #2025)
21 years ago
Mark Spencer 09319f66a0 Merge polarity reversal hangup patch (bug #2847)
21 years ago
Mark Spencer 387fbae462 Update sample config files for setvar
21 years ago
Russell Bryant 015a3ca155 comment out misery in the dundi sample config
21 years ago
Mark Spencer 732337d1e6 On second thought, add new "never" option for progressinband
21 years ago
Russell Bryant e88b1ec532 another little typo ... to make twisted happy
21 years ago
Russell Bryant f608394204 fix little typo
21 years ago
Mark Spencer 3e1fa1f6ac Fix sneakiness of OEJ
21 years ago
Mark Spencer a5075fe0f8 Make timezone configurable within IAX (bug #2814)
21 years ago
Mark Spencer 552b431691 Allow client code to be set from snom phone if "useclientcode=yes" in friend
21 years ago
Mark Spencer bc60921076 Update indications.conf.sample for SG
21 years ago
Russell Bryant 5718466917 change 'incoming' to 'inbound' in dundi.conf.sample
21 years ago
Mark Spencer 18780395de Add voicemail to say # of minutes remaining (bug #2302)
21 years ago
Mark Spencer 4c0c0db318 Preliminary "PRECACHE" / push support...
21 years ago
Mark Spencer 8870947391 Oops
21 years ago
Mark Spencer 76b5be4c87 DUNDi performance enhancments and metrics for average lookup time.
21 years ago
Mark Spencer 82cbf28993 Add "Loopback" switch
21 years ago
Mark Spencer cf764b8cba Tones for singapore (bug #2688)
21 years ago
James Golovich 4eab504331 Update example dundi.conf docs to include the other 2 variables that can be used in the destination string
21 years ago
Mark Spencer 8c4657bddf Work on precaching
21 years ago
Mark Spencer 06dfca5d24 Add DUNDi.... (http://www.dundi.com)
21 years ago
Mark Spencer 996c8e7126 Add autofallthrough mode
21 years ago
Mark Spencer b950439080 Add autokill to IAX2, too
21 years ago
Russell Bryant 37f4e037c5 fix voicemail account setup (bug #2077)
21 years ago
Mark Spencer 1626a052bc Fix little typo
21 years ago
Mark Spencer 6390872a5d IAX2 authentication improvements
21 years ago
Mark Spencer d808177d50 realtimeify voicemail...
21 years ago
Mark Spencer fbbd30ca23 Add realtime support to SIP
21 years ago
Mark Spencer ebb18daf22 Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest...
21 years ago
Mark Spencer c52e38d3be Merge member delay patch (bug #2563)
21 years ago
Mark Spencer de1b42b6bf Add reporting of actual hold time (bug #2564)
21 years ago
Mark Spencer b4142e0cd2 Allow you to use labels with + to be nice to Tilghman.
21 years ago
Mark Spencer 027f79d840 Add '+foo' option, update sample config
21 years ago
Mark Spencer fce17976e9 Major PBX revamps (including labels, update examples)
21 years ago
James Golovich 809166ff78 Allow PRI timers to be congfigurable. (bug 2518)
21 years ago
Mark Spencer 4721dc5d1c Implement voicemail force account setup (bug #2077)
21 years ago
Mark Spencer b6f979100d Add configurable options to Speex (from anthm) (bug #2536)
21 years ago
Mark Spencer eda8998156 Fix little "less than" issue
21 years ago
Russell Bryant 66bf105bbc add ability to purge callers from queue if no agents are logged in
21 years ago
Russell Bryant efd42d2d5c make pick-up extension configurable. update ChangeLog
21 years ago
Russell Bryant cbc39f7d71 tweak the queues.conf.sample
21 years ago
Mark Spencer a9db074776 Make olle happy
21 years ago
Mark Spencer 7b10240bc3 Document hints in extensions.conf.sample (Astricon suggestion)
21 years ago
Mark Spencer 5dad6f4319 Merge UK + DTMF Caller*ID stuff and fix app_test description
21 years ago
Mark Spencer 038cd054ae Merge steven davie's IAX2 jitterbuffer fixes
21 years ago
Mark Spencer d2385517ac Fix sample macro
21 years ago
Mark Spencer 0eec8c8318 Make ADSI in voicemail configurable (bug #2209)
21 years ago
Mark Spencer bdc00dae0e Merge ADSI parking announcement (bug #2211)
21 years ago
Mark Spencer 45b91a90e1 Add pulse dial support
21 years ago
Mark Spencer 879c401544 Add option to register extensions on IAX or SIP registration
21 years ago
Mark Spencer dc542971df Allow "-" in password to make it unchangable (bug #2386)
21 years ago
Mark Spencer b0970b9e33 Merge Brian West's append hostname patch (bug #2372)
21 years ago
Mark Spencer 1e2db0e885 Allow external program to be used to change password (bug #2357)
21 years ago
Mark Spencer 53262335c8 Add documentation for new courtesy tone (bug #2329)
21 years ago
Mark Spencer cfb711bf57 Make app_festival change more portable, allow '*' for context in iax2
21 years ago
Mark Spencer e2fe8ef485 Permit in-band and out-of-band Busy/Congestion (bug #2325)
21 years ago
Mark Spencer f1be7d7ffc Add new "route" mode to work around UNIDEN bugs (bug #2308)
21 years ago
Mark Spencer b27c9f26fe Document caveats of promiscredir (bug #2195)
21 years ago
Mark Spencer 27f3c530ed Fix sample config typo (bug #2263)
22 years ago
Mark Spencer 1587fd6b84 Fix port numbers in IAX2 and iax2prov (bug #2261)
22 years ago
Mark Spencer e1c9ebc5b9 Merge MOG's first serious patch (new message patch) (bug #2071)
22 years ago
Jim Dixon a560227ccb Fixed remote base audio problem (where 2 different interfaces are in use) and
22 years ago
Mark Spencer 2ee29be0e8 Fix pager voicemail notification from string (bug #2142), MOG's first patch!
22 years ago
Mark Spencer 76913125d8 Create initial framework for single channel support
22 years ago
Mark Spencer 05e338ce75 Rename newp to newpvt (bug #2190), change hold music.
22 years ago
Mark Spencer 27e3cd9ca8 Merge gryn's transfer digit timeout patch (bug #2184)
22 years ago
Mark Spencer e786eae3cd Fix MGCP endpoint (#2182)
22 years ago
Malcolm Davenport 760bc42049 Bug # 2090: Add mgcp.conf.sample for Wave7Optics FTTH LMG
22 years ago
Mark Spencer deb02a000f Add "username" to sip show peer (bug #2163) as well as a few config cleanups
22 years ago
Mark Spencer e90022767d Allow optional event whenever an agent is called from a queue (bug #2066)
22 years ago
Mark Spencer d1ad2a695d Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-band
22 years ago
Mark Spencer d189993f15 Add Manager CDR (off by default) (bug #2127) courtesy cybershield
22 years ago
Mark Spencer 6f5eb3b8fa Create one generally useful runtime option and one compile time option to work around bugs in the DPH100M phone (bug #2122)
22 years ago
Mark Spencer d89ed4ab5f Create option for joining empty queue (bug #2126)
22 years ago
Mark Spencer a1531e0ae3 Ad MSSQL CDR support (bug #1859)
22 years ago
James Golovich 7f234dbc4e Clarify in extesions.conf.sample that there must always be a priority 1 for an extension to be valid
22 years ago
Mark Spencer 2f2122875a Add option to disable checksums on RTP UDP ports (bug #2068)
22 years ago
Mark Spencer 569b95352a rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions
22 years ago
Mark Spencer ab7cd94b60 Update documentaion to be clearer
22 years ago
Mark Spencer de4188df06 Merge musiconhold stuff (bug #2027), restructure AGI to eventually support registration
22 years ago
Mark Spencer 6b8ecfa35f Add separated dialplan support (bug #2043)
22 years ago
Jim Dixon 9b08305eae Made changes to app_rpt.c and rpt.conf, including fully user-definable DTMF
22 years ago
Mark Spencer 058f20179b Merge cosmetic fixes from steve
22 years ago
Mark Spencer 11ee0b6a41 Add "skipaftercmd" option to voicemail to move to the next message automatically (bug #1984)
22 years ago
Malcolm Davenport c4a633a87b Bug #: 1992. Include priority
22 years ago
Mark Spencer 155d84a979 Add IAX provisioning support to Asterisk
22 years ago
Mark Spencer a7d2842beb Fix typo in sample config
22 years ago
Mark Spencer d2f22c57fe Merge Steven Davies latest jitter buffer patch
22 years ago
Mark Spencer ee4a248e6b Make history configurable
22 years ago
Mark Spencer 779140b94c Placeholder for GR303-FXSKS signalling (not yet finished)
22 years ago
Mark Spencer ef0128ec41 Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)
22 years ago
Mark Spencer b283a02a7d Merge seconds announcement for queue hold time (bug #1941)
22 years ago
Mark Spencer 9b6bd35ed3 Allow custom beep to be specified for agents (bug #1938)
22 years ago
Jim Dixon a9da004305 Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry issues.
22 years ago
Mark Spencer 9127ab071b Add option for in-band progress (bug #1879)
22 years ago
Mark Spencer 05110e85d3 Add ability to send detailed mailbox info (bug #1690)
22 years ago
Jim Dixon c3af8944af Added support for Doug Hall RBI-1 Remote base controller, memory channels for
22 years ago
Mark Spencer b140eef0aa Implement queue wide wrapuptime (bug #1707)
22 years ago
Mark Spencer d9ed36059c Add peercontext parameter for default outbound context (bug #1929)
22 years ago
Mark Spencer b76935b95c Minor alsa fixes, add "delayreject" option to IAX to implement request of bug #1846)
22 years ago
Mark Spencer 03fbf171a7 Zap NSF merge, major ALSA improvements
22 years ago
Mark Spencer 80c9620612 Add sample config file, implement verification
22 years ago
Mark Spencer 08ac005489 Make delay for echo training configurable
22 years ago
Mark Spencer 74fdefdf1e Merge Tilghman's voicemail broadcast improvements (thanks!)
22 years ago
Jim Dixon 6729301b4d Fixed bug in remote base part of app_rpt, and updated rpt.conf.sample to
22 years ago
Mark Spencer 2187465cae Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy, update macro-stdexten to demo
22 years ago
Mark Spencer 652e085d0f Make DTMF mode configurable on ISDN
22 years ago
Mark Spencer 3ccf8627e0 Add app_alarmreceiver (bug #1783)
22 years ago
Mark Spencer 585afa7e8e Add promiscuous redirect option
22 years ago
Mark Spencer 737e9b2458 Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanups
22 years ago
Mark Spencer dd4aba8022 Document ability to change user agent (bug #1867)
22 years ago
James Golovich c51934cd70 Update sample extensions.conf macro-stdexten to include an a extension that sends the user into voicemailmain when * is pressed
22 years ago
Mark Spencer c96b39a960 Merge res_odbc and res_config
22 years ago
Mark Spencer 3ef099dede In spite of my extreme distaste for SRV, make it the default.
22 years ago
Mark Spencer f105351643 Make fax detect configurable by direction (bug #1803)
22 years ago
Mark Spencer d3fd49f2cf Update sample configuration to show fax detect has to be enabled
22 years ago
Mark Spencer a550016fd6 Add bi-directional GR-303 support
22 years ago
Mark Spencer df9b7608a9 Fix voicemail.conf typo (bug #1794)
22 years ago
Mark Spencer 27578642b8 Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
22 years ago
Mark Spencer 8f9ace9228 Add information for IAX on Free World Dialup
22 years ago
Jim Dixon 8968d50976 Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.
22 years ago
Mark Spencer e446f4ca81 Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeout
22 years ago
Mark Spencer 15b86b3afb Fix security codes in asterisk.adsi (bug #1709)
22 years ago
Mark Spencer 9082b027ef Improve sample configuration files (bug #1125)
22 years ago
Mark Spencer b1462cd593 Make playback of envelope a configurable option (bug #1683)
22 years ago
Mark Spencer 5d9aa86efa Provide example for using e164.org
22 years ago
Mark Spencer 7976579ef6 Merge small bkw_ queue enhancements
22 years ago
Mark Spencer 76a22457ce Add date formatting capability for logger (bug #1665)
22 years ago
Mark Spencer e36ed02083 Add Round-Robin w/ Memory queueing strategy (rrmemory)
22 years ago
Mark Spencer 72ca19339d Add indications for Chile
22 years ago
Mark Spencer 103034acf2 Add Taiwan support (bug #1599)
22 years ago
Ben Kramer 28c55ae8e3 / fixed up coding style to recommened
22 years ago
Mark Spencer 87e3b8b2ad Allow characterset to be specified (bug #1598)
22 years ago
Mark Spencer 1bc23d416c Fix missing semicolons in sample configurations (bug #1596)
22 years ago
Mark Spencer d2a4408930 Show peers formatting fixes, SIP strlen optimizations, and using ACL for local network matching (bugs #1587, 1586, 1585, 1584)
22 years ago
Mark Spencer efc8c74b9a Allow global authentication realm to be set (bug #1567)
22 years ago
Mark Spencer bbaf536f6a Add "insecure=very" where we don't authenticate peers who are registered
22 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
22 years ago
Mark Spencer ee0532702a Merge Matteo's language setting code for iax2 (bug #1476)
22 years ago
Mark Spencer 70d5cd0210 Add new zealand tone definitions
22 years ago
Mark Spencer 3ad6ed3e92 Add ability to specify custom e-mail subject line (bug #1291)
22 years ago
Mark Spencer 58a42e51e2 Fix wrap error
22 years ago
Mark Spencer c7df3b4b22 Even better, let it be specified per-context
22 years ago
Mark Spencer da010f1600 Add ability to customize directory introduction (bug #1488)
22 years ago
Mark Spencer 1622c57f07 Add russian indications (bug #1471)
22 years ago
Mark Spencer 4f51ef7ab7 Unbuffered music on hold
22 years ago
Mark Spencer 478474bcb1 Merge bug 1483 -- advanced voicemail options
22 years ago
Mark Spencer 7ca96ea7e5 Add white space condensing to pedantic mode of chan_sip.
22 years ago
James Golovich 9c13bd8884 Change iaxtel entry in sample extensions.conf to use XXXXXXX instead of NXXXXXX because iaxtel assigns numbers that have a NPA starting with 1
22 years ago
Mark Spencer c96b093a58 Update australian tonezones.
22 years ago
Malcolm Davenport d0037ea2fd Add Matt's option to call an external application when a voicemail is
22 years ago
Mark Spencer d3bcf405c2 Small IAX fixes
22 years ago
Mark Spencer 39c9375eef Fix minor typo
22 years ago
Mark Spencer cdb1b1dba3 Merge Mike's updates for agent CDR updates
22 years ago
Ben Kramer 7f6b9ccb5b / updated config file with all available options
22 years ago
Ben Kramer 3cedced29a / added more samples to the config file, now has samples for all boards
22 years ago
Mark Spencer 1ccab64d86 Add support for Costa Rica to DSP
22 years ago
Mark Spencer fb0af47761 Update sample sip.conf
22 years ago
Jeremy McNamara 211afe3a4b document mwi issues for voicemail contexts
22 years ago
Jeremy McNamara ea1c68b666 Document the maximum length of voicemail email message body. Bug #1299
22 years ago
James Golovich bb8b00dad8 Actually support the zaptel timing parameters the sample config file says we support adjusting. prewink, preflash, wink, flash, start, rxwink, rxflash, debounce
22 years ago
James Golovich f3d440a16f Improve sample extensions.conf (bug 1190)
22 years ago
Malcolm Davenport 2414aeb4dd Fix small typo in sip.conf.sample
22 years ago
Malcolm Davenport b79b6aba5d Bug # 1013: More explanation in the sip.conf.sample thanks to oej
22 years ago
James Golovich 130c64e5d9 Clarify in voicemail.conf that certain variables are in seconds
22 years ago
Malcolm Davenport 264bfb7121 Bug # 1247: Add patch to specify minimum vmail length and discard that
22 years ago
Mark Spencer 17e2416f68 Merge queue changes from Bug #214
22 years ago
Mark Spencer b1718d715e Clarify that jitter buffering is usually a loss
22 years ago
Malcolm Davenport 2a9044d607 Bug # 1079. indications.conf.sample changes for Greece
22 years ago