aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2007-10-18Revert erroneous commit.russell1-9/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86372 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-18Add support for setting the maximum trunk size for IAX2 trunkingrussell1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86371 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Remove unused (and potentially confusing) jitterbuffer options from sample ↵qwell1-5/+1
config. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@62371 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Merged revisions 48322 via svnmerge from russell1-1/+1
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/branches/1.4@48323 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
2004-10-18Add DUNDi.... (http://www.dundi.com)markster1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4033 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10Add autokill to IAX2, toomarkster1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3967 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-09Fix little typomarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3959 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-08IAX2 authentication improvementsmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3954 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-17Merge steven davie's IAX2 jitterbuffer fixesmarkster1-3/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3798 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07Add option to register extensions on IAX or SIP registrationmarkster1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3746 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31Make app_festival change more portable, allow '*' for context in iax2markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3692 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-17Fix port numbers in IAX2 and iax2prov (bug #2261)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3618 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-12Merge cosmetic fixes from stevemarkster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3419 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-03Fix typo in sample configmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3381 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-01Merge Steven Davies latest jitter buffer patchmarkster1-13/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3373 f38db490-d61c-443f-a65b-d21fe96a405b