aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-06Make realtime regseconds work as people expected (0 on registration expiratio...file1-12/+18
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell1-2/+0
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-9/+16
2006-07-27Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This wasrussell1-1/+10
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
2006-07-12Add support to have maxauthreq as a global optionfile1-0/+6
2006-07-12remove some more bad examples of using printfkpfleming1-12/+0
2006-07-11Add configuration option for IAX2 users that will limit the amount of outstan...file1-6/+92
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-6/+2
2006-06-18don't store multiple secrets delimited with semicolons for peers because thisrussell1-5/+1
2006-06-16Zero out a declared structure so as to not crash if it contains invalid data ...file1-0/+1
2006-06-14use existing dial string parser for strings supplied to iax2_devicestate, bec...kpfleming1-37/+25
2006-06-09Remove an unneeded double lock (issue #7310 reported by arkadia)file1-2/+0
2006-06-07fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292)russell1-4/+4
2006-06-06clean up yesterday's security fix to not cause breakage when video mini frame...kpfleming1-12/+19
2006-06-05ensure that the received number of bytes is included in all IAX2 incoming fra...kpfleming1-26/+37
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1
2006-05-20don't try to predict where the compiler will place things on the stack... put...kpfleming1-428/+428
2006-05-17Fix codec priority stuff during authentication (issue #6194 reported by jkoop...file1-17/+25
2006-04-30remove a pointless comparison, since the buffer is smaller than the length be...kpfleming1-2/+2
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31fix the situation where bindport is specified but bindaddr is not (issue #6616)russell1-20/+13
2006-03-28fix Bus Error on sparc (issue #6354)russell1-2/+3
2006-03-20Do not overwrite ANI if it's set by IE (sendany=yes in the peer)oej1-1/+2
2006-02-28fix the output that indicates whether qualify smoothing is on or not (issue #...russell1-1/+1
2006-02-20Fix numerous places in jitter buffer where freed memory is referencedmarkster1-15/+25
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell1-0/+1
2006-02-09reload peercontext on iax2 reload (issue #6442)russell1-0/+1
2006-01-20solved problem with delayreject and iax trunkingmogorman1-4/+6
2006-01-09re-initialize _all_ sequence numbers when transfer completeskpfleming1-2/+3
2006-01-02 Fix compiler warnings.bweschke1-1/+1
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-8/+8
2005-12-20backport fix for reloading peer context (issue #6007)russell1-0/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-21backport fix from HEAD branchkpfleming1-0/+2
2005-11-21backport fix from HEAD branchkpfleming1-2/+2
2005-11-21issue #5815russell1-1/+4
2005-11-21issue #5794russell1-3/+3
2005-11-20issue #5792russell1-1/+1
2005-11-12Fix build on FreeBSD 4.11markster1-1/+1
2005-11-12fix typokpfleming1-1/+1
2005-11-11issue #5713kpfleming1-3/+3
2005-11-10issue #5693kpfleming1-28/+29
2005-11-10issue #5685kpfleming1-2/+4
2005-11-09eliminate useless warnings generated by IAXy registrationskpfleming1-0/+3
2005-11-09issue #3360 plus related fixkpfleming1-1/+1
2005-11-06issue #5605russell1-0/+7
2005-11-06use enum's for iax user/peer flags, and for pvt staterussell1-59/+63
2005-11-04allow the IAXPEER function to check a peer's statusrussell1-28/+37
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...kpfleming1-0/+2