aboutsummaryrefslogtreecommitdiffstats
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07solves some bugs with memory allocation, and addsmogorman1-0/+1
a message stack. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming1-8/+8
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 Introducing app_followme into /trunk! bweschke1-0/+86
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32499 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05it's time... only enable global priority jumping if the config file says to ↵kpfleming1-1/+1
do so git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05Issue #7231 - Missing indications from libtonezone (tzafrir)oej1-0/+40
- "tuttter" changed to "stutter" ;-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32252 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)oej1-0/+2
Thanks to everyone involved in working with this! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04oops my config file was out of date not the samplemogorman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32064 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04oops fixing example configmogorman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell6-25/+40
and mgcp channels - remove the jitterbuffer configuration from the pvt structures in the sip, zap, and skinny channel drivers, as copying the same global configuration into each pvt structure has no benefit. - update and fix some typos in jitterbuffer related documentation (issue #7257, north, with additional updates and modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31413 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01added bearer capability reject support. we send release instead of ↵crichter1-0/+5
disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01Merged revisions 31321 via svnmerge from kpfleming1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r31321 | kpfleming | 2006-06-01 07:41:47 -0500 (Thu, 01 Jun 2006) | 2 lines remove a sample entry that never should have been added (code to support it was not merged) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31322 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01adds statusmessage customization from Julian Lyndon-Smithmogorman1-4/+6
and fixes bug with pruneregister git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31275 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01Nobody saw this coming, I bet.north1-0/+27
jitterbuffer! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell4-0/+109
a new implementation of a fixed size jitterbuffer, as well as support for the existing adaptive jitterbuffer implementation. (issue #3854, Slav Klenov) Thank you very much to Slav Klenov of Securax and all of the people involved in the testing of this feature for all of your hard work! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-9/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30800 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Merged revisions 30239 via svnmerge from file1-4/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r30239 | file | 2006-05-25 12:27:44 -0300 (Thu, 25 May 2006) | 2 lines Get rid of an incorrect SIP dial string in the sample extensions.conf - I even tried variations... no go (issue #7222 reported by arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24fixed to early connect bug which came in yesterday.., also added the ↵crichter1-0/+14
transmit of progress indicators through channel vars git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24add a new option for 'obscuring' SIP user/peer names from fisherskpfleming1-0/+4
use an enum for authentication results and clean up code fix a bug where SUBSCRIBE for an unknown user/peer would not generate a response git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29903 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23allows for configurable answer timeout on attended transfermogorman1-0/+1
patch 0006763 with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman3-0/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to ↵bweschke1-0/+1
/trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22added callcounters for incoming and outgoing callscrichter1-0/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Escaping commas within fields isn't always desireable.tilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29364 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-0/+8
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18add another media path reinvite 'flavor', where we will only redirect our ↵kpfleming1-5/+13
media to devices that we know are not behind a NAT (based on the evidence collected when we receive media from them) also, documented the 'canreinvite=update' option in the sample config file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28215 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Allow contexts in regexten so that extensions can be added to multiple ↵file1-3/+6
contexts when peer registers (issue #6869 reported by and created by Marquis) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28168 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, ↵file1-1/+2
and other countries. (issue #3596 reported by deon patch by dbowerman with minor mods by moi) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmoej2-1/+3
- Optionally send systemname in manager (cool when you have a manager proxy) - Use systemname in CLI prompt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26884 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming1-35/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10german syntax for numbers from christian richterrizzo1-1/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26527 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster1-1/+3
goes through the existing path. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26314 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Add documentation on "allowtransfer"oej1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25614 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)bweschke1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25234 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ↵bweschke1-1/+55
recording queue member conversations with callers. #7084 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for having the user reminded that their temporary greetingrussell1-1/+1
is still set (issue #6120, khaefner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ↵bweschke1-1/+7
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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Added option far_alerting. This option makes it possible to generate a ↵crichter1-0/+6
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.. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24879 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in ↵bweschke1-5/+22
queues.conf.sample and UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02- fix typo in rtp.c, devicestate.hoej1-5/+12
- add information about subscriptions and realtime dial plans in sip.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24342 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28note that group assignments must be from 0 to 63 (issue #7048)russell4-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23177 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better ↵crichter1-1/+1
integration of existing log structure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22795 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now ↵kpfleming1-5/+381
no longer considered experimental :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Deprecate prefixed options in voicemailtilghman1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22268 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-23- Add doxygen documentation for sipsock_read lockingoej1-1/+2
- Improve documentation of pedantic (related to issue #7016) From the air above Russia... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21update configuration, generalize date format andrizzo1-52/+73
start mapping digit strings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19add example syntax for new-style number and date spellingrizzo1-0/+129
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21420 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15Allow the attachment format to be specified differently for different ↵file1-0/+5
mailboxes (issue #6961 reported by the ever fabulous Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15add indications for Thailand (issue #6971)russell1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20329 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15add the ability to turn off the feature that allows agents to end callsrussell1-0/+5
by pressing '*'. This is still on by default. (issue #6897) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20328 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Note that the res_speech module will need to be loaded first, and add a ↵twisted1-0/+3
conveient line to uncomment to do so for the time being. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19615 f38db490-d61c-443f-a65b-d21fe96a405b