aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2009-09-03Merge code associated with AST-2009-006dvossel1-0/+56
(closes issue #12912) Reported by: rathaus Tested by: tilghman, russell, dvossel, dbrooks git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.0.15@216012 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-16Merged revisions 206873 via svnmerge from dvossel1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r206873 | dvossel | 2009-07-16 16:33:51 -0500 (Thu, 16 Jul 2009) | 12 lines Merged revisions 206872 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r206872 | dvossel | 2009-07-16 16:33:19 -0500 (Thu, 16 Jul 2009) | 6 lines error in iax.conf related IP-based access control (closes issue #15518) Reported by: pkempgen ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@206876 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-22Merged revisions 132778 via svnmerge from tilghman1-0/+10
https://origsvn.digium.com/svn/asterisk/trunk ................ r132778 | tilghman | 2008-07-22 16:53:40 -0500 (Tue, 22 Jul 2008) | 18 lines Merged revisions 132713 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r132713 | tilghman | 2008-07-22 16:19:39 -0500 (Tue, 22 Jul 2008) | 10 lines Merged revisions 132711 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r132711 | tilghman | 2008-07-22 16:14:10 -0500 (Tue, 22 Jul 2008) | 2 lines Fixes for AST-2008-010 and AST-2008-011 ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@132780 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-1/+1
- Refer to the proper documentation - Implement separate signalling/media QoS/CoS in many channels using RTP - Improve warnings and verbose messages - Deprecate some old settings Minor modifications by me, a big effort from IgorG. Thanks! Reported by: IgorG Patches: qoscleanup-89394-4-trunk.patch uploaded by IgorG (license 20) Tested by: IgorG (closes issue #11145) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93163 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-1/+2
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62457 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Merged revisions 62371 via svnmerge from qwell1-5/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r62371 | qwell | 2007-04-30 09:52:31 -0500 (Mon, 30 Apr 2007) | 2 lines Remove unused (and potentially confusing) jitterbuffer options from sample config. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62372 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Add SRV Lookup support on outbound calls to chan_iax2. It's listed in the ↵file1-0/+4
RFC so we might want to support it and please don't hurt me Marko ... (issue #7812 reported by drorlb) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51560 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Clarify what the trunkmaxsize value is in (bytes).file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50704 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Drop trunkrealloc option and just have the maximum size be a configurable ↵file1-2/+4
option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50698 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merge in trunkrealloc option for chan_iax2. (issue #8267 reported by ↵file1-0/+4
marcodmb, branch by anthonyl) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50676 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in ↵murf1-0/+8
config files git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48663 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Merged revisions 48323 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48323 | russell | 2006-12-06 11:15:45 -0500 (Wed, 06 Dec 2006) | 11 lines Merged revisions 48322 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48322 | russell | 2006-12-06 11:05:54 -0500 (Wed, 06 Dec 2006) | 3 lines Fix the name of the rtignoreregexpire option in the sample configuration file. (issue #8526, arkadia) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48325 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25Ok, second attempt...oej1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25On the other hand, don't use 1.4 patches for trunk... Sorry.oej1-9/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46197 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25Add ability to adapt the IAX trunk packets to the MTU size, to avoid bad audiooej1-0/+9
when the number of channels fill the MTU on a given link. In the future, this needs to be configurable per peer with trunking enabled. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ↵kpfleming1-0/+18
handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14config sample for the previous, regarding ADSInorth1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37644 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11And now the trunk version! Add an option for IAX2 users that allows you to ↵file1-0/+2
set how many outstanding AUTHREQs chan_iax2 will wait for replies on. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18Merged revisions 34627 via svnmerge from russell1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r34627 | russell | 2006-06-18 16:15:15 -0400 (Sun, 18 Jun 2006) | 5 lines don't store multiple secrets delimited with semicolons for peers because this is only valid for users. Instead, only keep the last specified secret for a peer entry. Also, document how multiple secrets are handled in the sample config. (Reported by PCadach on #asterisk-bugs) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34628 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-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-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-06Formatting fixesoej1-3/+4
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-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ↵kpfleming1-9/+2
modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14deprecate the mailboxdetail option and always use its behavior, instead ↵russell1-7/+0
(issue #6665) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12923 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Make IAX2 multithreadedmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22Merged revisions 10511,10535,10736 via svnmerge from kpfleming1-0/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r10736 | kpfleming | 2006-02-22 11:32:15 -0600 (Wed, 22 Feb 2006) | 2 lines add comment warning people about trying to use hostnames/IPs in the sample config ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10737 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04make sample config files easier to ready (issue #5371)kpfleming1-46/+47
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ↵kpfleming1-1/+4
#51111) respect server-provided registration interval on client side git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6612 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02doh!kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6502 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipkpfleming1-22/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6501 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25add documentation of new parameters to sample config file (issue #5021)kpfleming1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6400 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21control maximum number of interpolation frames generated during silence by ↵kpfleming1-0/+7
jitterbuffer (bug #4295) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5951 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used ↵kpfleming1-0/+4
regardless of expiration time (bug #4362) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5719 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18provide a more explicit explination as to what the 'iaxcompat' option doesrussell1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5713 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Add option to disable checksums on IAXmarkster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5301 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26Fix discriptions / options (bug #3863)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5267 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21Update SIP/IAX documentation and code (Bug #3810)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5220 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Merge config sample updates mentioning reload (bug #3697)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5187 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-16Fix misspellings of separate (bug #3607)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-10Merge tony's IAX/SIP realtime cache (bug #3509)markster1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5003 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20IAX codec fixes (bug #3387)markster1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4856 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4756 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-17Update sample config files for setvarmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4268 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-09Make timezone configurable within IAX (bug #2814)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4191 f38db490-d61c-443f-a65b-d21fe96a405b