aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...kpfleming1-101/+127
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)kpfleming1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...kpfleming1-1/+19
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.russell1-1/+1
2005-09-07don't reject REGREL requests (issue #5152)kpfleming1-2/+3
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-16/+16
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)kpfleming1-0/+6
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-12/+23
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...kpfleming1-33/+34
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipkpfleming1-4/+5
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-3/+2
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...kpfleming1-4/+1
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)kpfleming1-36/+37
2005-08-29fix build when NEWJB is not defined (issue #5046)russell1-1/+1
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)kpfleming1-22/+55
2005-08-19Fix IAX2 Provisioningmarkster1-11/+12
2005-08-09fix a little oopsierussell1-1/+1
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-13/+8
2005-08-09bridging code cleanups:kpfleming1-17/+15
2005-08-06remove some sillynessrussell1-3/+0
2005-08-06Fix timestamp + trunking (bug #4891)markster1-16/+19
2005-08-06formatting fixesrussell1-24/+24
2005-08-05fix seg faultrussell1-1/+1
2005-08-04'outgress' should be 'egress'russell1-1/+1
2005-08-01make sure that iaxs gets initialized (bug #4856)russell1-0/+2
2005-07-25add explanatory comment about timestamp compensation (bug #4763)kpfleming1-5/+17
2005-07-20_really_ fix IAX2 crazy timestamp problem (bug #4747)kpfleming1-2/+10
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming1-8/+14
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-91/+36
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)markster1-16/+42
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming1-0/+88
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-6/+6
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-1/+2
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-3/+3
2005-06-24no need to call srand() when it is already called in asterisk.crussell1-3/+0
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
2005-06-21fix debug output (bug #4562)kpfleming1-1/+1
2005-06-21control maximum number of interpolation frames generated during silence by ji...kpfleming1-0/+4
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)kpfleming1-25/+58
2005-06-13Various IAX2 fixesmarkster1-14/+23
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...kpfleming1-1/+4
2005-06-09don't call alloca() or alloca()-using functions in parameter lists (bug #4487)kpfleming1-4/+9
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...kpfleming1-1/+3
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131