aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-03automerge commitroot1-6/+2
2006-06-18automerge commitroot1-5/+1
2006-06-16automerge commitroot1-0/+1
2006-06-14automerge commitroot1-37/+25
2006-06-09automerge commitroot1-2/+0
2006-06-07automerge commitroot1-4/+4
2006-06-06automerge commitroot1-12/+19
2006-06-05automerge commitroot1-26/+37
2006-05-23automerge commitroot1-0/+1
2006-05-20automerge commitroot1-428/+428
2006-05-17automerge commitroot1-17/+25
2006-04-30automerge commitroot1-2/+2
2006-03-31automerge commitroot1-2/+2
2006-03-31automerge commitroot1-20/+13
2006-03-28automerge commitroot1-2/+3
2006-03-20automerge commitroot1-1/+2
2006-02-28automerge commitroot1-1/+1
2006-02-20automerge commitroot1-15/+25
2006-02-11automerge commitroot1-0/+1
2006-02-09automerge commitroot1-0/+1
2006-01-20automerge commitroot1-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
2005-10-31add some additional log output and comment cleanup in the registration proces...kpfleming1-6/+31
2005-10-29Remove ancient copy/paste error (bug #5541)markster1-3/+0
2005-10-29Fix minor iax2 device state issue (bug #5540)markster1-3/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-11/+11
2005-10-26doxygenify the comments for data structures and defines in chan_iax2russell1-146/+146
2005-10-26use an enum instead of #define'd integers in a couple of placesrussell1-15/+19
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-23Fix segfault when building peer based on IPmarkster1-44/+54