summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2005-08-29fix build when NEWJB is not defined (issue #5046)Russell Bryant
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)Kevin P. Fleming
2005-08-19Fix IAX2 ProvisioningMark Spencer
2005-08-09fix a little oopsieRussell Bryant
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-06remove some sillynessRussell Bryant
2005-08-06Fix timestamp + trunking (bug #4891)Mark Spencer
2005-08-06formatting fixesRussell Bryant
2005-08-05fix seg faultRussell Bryant
2005-08-04'outgress' should be 'egress'Russell Bryant
2005-08-01make sure that iaxs gets initialized (bug #4856)Russell Bryant
2005-07-25add explanatory comment about timestamp compensation (bug #4763)Kevin P. Fleming
2005-07-20_really_ fix IAX2 crazy timestamp problem (bug #4747)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)Mark Spencer
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-24no need to call srand() when it is already called in asterisk.cRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-24fix outgoing format selection breakageKevin P. Fleming
2005-06-21fix debug output (bug #4562)Kevin P. Fleming
2005-06-21control maximum number of interpolation frames generated during silence by ji...Kevin P. Fleming
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)Kevin P. Fleming
2005-06-13Various IAX2 fixesMark Spencer
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...Kevin P. Fleming
2005-06-09don't call alloca() or alloca()-using functions in parameter lists (bug #4487)Kevin P. Fleming
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listKevin P. Fleming
2005-06-03use ast_cli_register_multiple() for CLI commandsKevin P. Fleming
2005-06-03use ast_strip_quoted to strip brackets from key secretsKevin P. Fleming
2005-06-03clean up create_addr, and use a structure instead of a large parameter listKevin P. Fleming
2005-06-02Blindly merge jitter buffer patch of bug #4342)Mark Spencer
2005-05-30Fix small sizeof bug (#4407)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)Kevin P. Fleming
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...Mark Spencer
2005-05-19More jitter buffer fixes for large resync (bug #4311)Mark Spencer
2005-05-19Merge skew reduction (bug #4222)Mark Spencer
2005-05-18Add IAX2 testing code (bug #4242)Mark Spencer
2005-05-18Actually apply timestamp bug (bug #3961)Mark Spencer
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-15combine two lines of code to make the logic clearer (bug #4273)Kevin P. Fleming