aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-19Allow for obtaining IAX2 call peer (endpoint) IP address with IAXPEER(CURRENT...jim1-2/+11
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-9/+18
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-0/+4
2005-10-14fix compile error (%d changed to %n)kpfleming1-1/+1
2005-10-14add missing new linejeremy1-1/+1
2005-10-13Fix naming on realtime peers (bug #5421)markster1-5/+21
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-2/+7
2005-10-12Don't override calling presentation if *name* is present (bug #5405)markster1-1/+4
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-2/+0
2005-09-25Handle authenticating *to* realtime peers (bug #5269)markster1-0/+9
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