aboutsummaryrefslogtreecommitdiffstats
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
2007-11-15Add support for application/dtmf SIP INFO dtmf handling. Yep, anotheroej1-1/+2
way of handling DTMF in SIP. Totally undocumented, but implemented in enough devices so we have to support it. Code by sergee, small changes by oej. Closes issue #11049 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89278 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-12Merged revisions 89173 via svnmerge from crichter1-0/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89173 | crichter | 2007-11-12 12:26:48 +0100 (Mo, 12 Nov 2007) | 1 line 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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89179 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-12Merged revisions 89169 via svnmerge from crichter1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89169 | crichter | 2007-11-12 10:45:36 +0100 (Mo, 12 Nov 2007) | 1 line 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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89174 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-09Add usbradio.conf.sample from branches/1.4/configs - r84162.qwell1-0/+54
It was mistakenly deleted in 1.4 without ever being merged to trunk. Reported by eliel on #asterisk-dev. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89132 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.qwell1-0/+0
(also rename sample config to .sample) Closes issue #11208, patch by Laureano. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89130 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-08Merged revisions 89115 via svnmerge from qwell2-14/+14
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #11195) ........ r89115 | qwell | 2007-11-08 12:45:15 -0600 (Thu, 08 Nov 2007) | 4 lines Avoid warnings on load when using sample configuration files. Issue 11195, patch by eliel. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89116 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-07Merged revisions 89079 via svnmerge from tilghman1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89079 | tilghman | 2007-11-06 22:07:49 -0600 (Tue, 06 Nov 2007) | 5 lines Suppress AEL warnings on load. Reported by: eliel Patch by: eliel Closes issue #11178 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89080 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-07Provide the ability to directly manipulate the TON/NPI bits in the dialstring.tilghman1-2/+29
Reported by: thetatag Patch by: thetatag/stevens/tilghman Closes issue #5331 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89078 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-06Adding the queue strategy wrandommmichelson1-0/+7
(closes issue #10942, reported and patched by julianjm, documentation changes by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89070 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-06Merged revisions 88994 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r88994 | file | 2007-11-06 12:24:56 -0400 (Tue, 06 Nov 2007) | 6 lines Fix improbable but possible memory leaks in chan_zap. (closes issue #11166) Reported by: eliel Patches: chan_zap.c.patch uploaded by eliel (license 64) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88995 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-06Add jitterbuffer support to chan_unistim.russell1-0/+26
(closes issue #11168) Reported by: IgorG Patches: unistimjb-88863-1.patch uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88935 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-02Merge the code from asterisk/team/group/chan_unistim:russell1-0/+43
This introduces a new channel driver, chan_unistim, that supports the Unistim VoIP protocol for Nortel phones. The following models have been confirmed to work: i2002, i2004 and i2050. (closes issue #8864) Reported by: c_hans Patches: chan_unistim.patch uploaded by c (license 304) ustm_no_conf.diff uploaded by junky (license 177) Tested by: c_hans, dbowerman, math, junky, loloski git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88368 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-0/+208
Reported by: mnicholson Patch by: mnicholson Closes issue #11140 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88250 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-26Added queue strategy "linear". This strategy is useful for those who always ↵mmichelson1-0/+3
wish for their phones to be rung in a specific order. (closes issue #7279, reported and initially patched by diLLec, patch reworked by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87154 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-26Remove information about the roundrobin strategy from trunk's queues.conf.samplemmichelson1-1/+0
since it no longer exists git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87153 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-24Adding the general option "shared_lastcall" to queues so that a member's ↵mmichelson1-1/+8
wrapuptime may be used across multiple queues. (closes issue #9777, reported and patched by eliel) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86985 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-22resetinterval defaulting to something other than 'never' doesn't seem to ↵kpfleming1-3/+1
accomplish any good and causes problems for plenty of people... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86697 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-20Improved comments and organization for zapata.conf (#10904)mattf1-74/+183
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86572 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-17Document the changes made earlier today to meetmetilghman1-0/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86195 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-16Merged revisions 86032 via svnmerge from mmichelson1-7/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r86032 | mmichelson | 2007-10-16 18:35:31 -0500 (Tue, 16 Oct 2007) | 3 lines Since monitor-join is deprecated now, remove the example from the sample queues.conf file ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86033 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Switch dundi to new tos config format.qwell1-0/+3
Remove old unused defines for old style. Closes issue 10860, patch by IgorG. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85764 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Merged revisions 85571 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r85571 | file | 2007-10-15 13:39:59 -0300 (Mon, 15 Oct 2007) | 4 lines Document that DTMF based features only work when two channels are bridged together. (closes issue #10773) Reported by: pbayley ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85578 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-12Allow for the position announcement to be turned off if desired.mmichelson1-1/+6
(closes issue #8515, reported by bruno_rocha, initial patch by bruno_rocha, final patch by qwell) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85527 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-07Make the status and priority configurable.phsultan1-0/+3
Closes issue #10785, patch by Luke-Jr, thanks! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84939 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-01Add a new option for files-based music on hold to ensure that the sort orderrussell1-1/+6
of the files is alphabetical. (closes issue #10855) Reported by: jamesgolovich Patches: asterisk-mohsortalpha.diff.txt uploaded by jamesgolovich (license 176) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84168 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-24merged jcmoore's patch for configurable SDP origin-field username and ↵dhubbard1-0/+5
session field, closes issue# 10795 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83671 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-18(closes issue #10739)qwell1-1/+4
Reported by: ruffle Patches: app_voicemail.c.diff uploaded by ruffle (license 201) 10739-moveheard.diff uploaded by qwell (license 4) Tested by: callguy, ruffle Add an option to disable the automatic moving of "heard" messages to the Old folder. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82871 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-18(closes issue #10755)qwell1-0/+8
Reported by: snar Patches: app-queue-cdr-trunk.patch uploaded by snar (license 245) queues.conf.patch uploaded by snar (license 245) Add an updatecdr option to queues.conf, so that if a "member name" is specified, the cdr record will be updated with that, rather than the channel. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82800 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-18Merged revisions 82751 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 (Closes issue #10753) ........ r82751 | qwell | 2007-09-18 10:28:21 -0500 (Tue, 18 Sep 2007) | 4 lines Correct the allowexternaldomains option in SIP sample config. Issue 10753 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82752 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-17Fix the sample redirect to point to a valid file in the Asterisk GUI.qwell1-1/+1
Closes issue #10748, patch by bkruse git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82710 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-14Merged revisions 82435 via svnmerge from russell1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82435 | russell | 2007-09-14 16:17:08 -0500 (Fri, 14 Sep 2007) | 3 lines Add a note to help clarify the value set with the echocancel option. (inspired by Malcolm's blog post on blogs.digium.com about HPEC) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82454 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-14Add support in chan_skinny for sending RTP directly to the endpoints.qwell1-0/+1
Closes issue #9154, patch by DEA git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82401 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-13Add setvar support to chan_zap. Just like you can in chan_sip and chan_iax2 ↵file1-0/+2
you can now use it with zaptel channels. (done while in Montreal at the Asterisk bootcamp!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82329 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-13Various code and documentation cleanups for res_config_sqliterussell1-4/+0
(closes issue #10711, rbraun_proformatique) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82321 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-11Lil' bit more documentation to keep folks happy.file1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82258 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-11(closes issue #9433)file1-0/+1
Reported by: junky Patches: register_trying.diff.txt uploaded by jcmoore Disable sending 100 Trying on REGISTER attempts and make it an option. This has been signed off by oej. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82257 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-10Merged revisions 82091 via svnmerge from mmichelson1-10/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82091 | mmichelson | 2007-09-10 10:02:12 -0500 (Mon, 10 Sep 2007) | 5 lines Removing non-existent options from misdn configuration sample. (closes issue #10678, reported and patched by IgorG) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82092 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-07Merged revisions 81886 via svnmerge from mmichelson1-12/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81886 | mmichelson | 2007-09-07 10:25:19 -0500 (Fri, 07 Sep 2007) | 3 lines Moving the explanation for joinempty to a more appropriate place ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81891 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-06Fix the syntax of declaring a hint with a name to be compatible with trunkrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81781 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04Merged revisions 81453 via svnmerge from qwell1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #10644) ........ r81453 | qwell | 2007-09-04 14:56:06 -0500 (Tue, 04 Sep 2007) | 4 lines Change default followme config file to point to the correct files. Issue 10644, patch by pabelanger ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81454 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-04(closes issue #10633)file1-4/+4
Reported by: pabelanger Patches: extensions.ael.sample.patch uploaded by pabelanger (license 224) Update extensions.ael.sample with voicemail and | changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81441 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Added note to sample queues.conf file to line up with most recent change ↵mmichelson1-0/+1
regarding setinterfacevar. MEMBERREALTIME indicates whether a member is realtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81388 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Merged revisions 81379 via svnmerge from russell3-95/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81379 | russell | 2007-08-30 10:33:48 -0500 (Thu, 30 Aug 2007) | 3 lines Fix a typo, update a reload command, and remove an unused configuration file. (closes issue #10606, casper) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81380 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28Support better rotation of log files to be more like system logging (closes ↵tilghman1-4/+16
issue #10398) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28Merged revisions 81226 via svnmerge from russell1-7/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81226 | russell | 2007-08-28 10:41:15 -0500 (Tue, 28 Aug 2007) | 2 lines Add Russian tones. (closes issue #7953, hanabana) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81227 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-27(closes issue #10569)file1-8/+2
Reported by: IgorG Patches: sip_conf-80933-1.patch uploaded by IgorG (license 20) Fix up sip.conf sample configuration. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80962 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-21Merged revisions 80130 via svnmerge from qwell1-17/+15
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r80130 | qwell | 2007-08-21 10:03:45 -0500 (Tue, 21 Aug 2007) | 7 lines (closes issue #10510) Reported by: casper Patches: cdr.conf.diff uploaded by casper (license 55) Fix a few errors in sample cdr config file. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80131 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-20Merged revisions 80047 via svnmerge from qwell1-7/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r80047 | qwell | 2007-08-20 11:08:49 -0500 (Mon, 20 Aug 2007) | 7 lines (closes issue #10499) Reported by: casper Patches: extensions.conf.sample.diff uploaded by casper (license 55) Update CLI examples in extensions.conf.sample to reflect command changes. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80048 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-17Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)tilghman1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79901 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-10Merged revisions 78951 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r78951 | file | 2007-08-10 10:49:19 -0300 (Fri, 10 Aug 2007) | 4 lines (closes issue #10422) Reported by: bhowell Add note to sample configuration about module load order and how it can cause perfectly good queue members to be marked as invalid. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@78952 f38db490-d61c-443f-a65b-d21fe96a405b