aboutsummaryrefslogtreecommitdiffstats
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
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
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic ↵file1-0/+2
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-0/+8
- implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej7-59/+79
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-19/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17862 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-23/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Added information on call-limit and realtimeoej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03Clarify the need for numeric parking positions (imported from 1.2)oej1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-01Flesh out the remainder of the manager + http changes and create a sample ↵markster2-5/+17
application to partially demonstrate the capability of manager over http. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-31 Provide warning about current behavior of autofill = yes bweschke1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16673 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Typooej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29whitespace "fixes", and general cleanupnorth1-13/+11
It's nice to have consistency in sample configs too. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16268 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29the comment character is ';' not '#' ...rizzo1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16235 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Added more "valid" phone types to skinny sample config.north1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28update example filerizzo1-42/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28disable the http server by default at the request of people on IRCrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15518 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages ↵kpfleming1-0/+2
(issue #6390) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15476 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ↵kpfleming3-15/+10
modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-27Issue #5427oej1-1/+7
- Enable videosupport per device - Implement maxcallbitrate setting for video calls Patch by John Martin, thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15148 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-27Issue #6705 (oej)oej1-1/+5
- Implement option for allow/disallow subscriptions - Implement option for allow/disallow overlap dialling - Set default to disable overlap dialling in sip.conf.sample for new installations - Remove overlap dialling from subscription logic git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-0/+23
on reload. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ↵mattf1-1/+1
add a WAY cool new field to the nsf option git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14521 f38db490-d61c-443f-a65b-d21fe96a405b