aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
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