summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2005-11-06issue #5605Russell Bryant
2005-11-06use enum's for iax user/peer flags, and for pvt stateRussell Bryant
2005-11-04allow the IAXPEER function to check a peer's statusRussell Bryant
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...Kevin P. Fleming
2005-10-31add some additional log output and comment cleanup in the registration proces...Kevin P. Fleming
2005-10-29Remove ancient copy/paste error (bug #5541)Mark Spencer
2005-10-29Fix minor iax2 device state issue (bug #5540)Mark Spencer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-26doxygenify the comments for data structures and defines in chan_iax2Russell Bryant
2005-10-26use an enum instead of #define'd integers in a couple of placesRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-23Fix segfault when building peer based on IPMark Spencer
2005-10-19Allow for obtaining IAX2 call peer (endpoint) IP address with IAXPEER(CURRENT...Jim Dixon
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)Mark Spencer
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-14fix compile error (%d changed to %n)Kevin P. Fleming
2005-10-14add missing new lineJeremy McNamara
2005-10-13Fix naming on realtime peers (bug #5421)Mark Spencer
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-12Don't override calling presentation if *name* is present (bug #5405)Mark Spencer
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-25Handle authenticating *to* realtime peers (bug #5269)Mark Spencer
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...Kevin P. Fleming
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...Kevin P. Fleming
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.Russell Bryant
2005-09-07don't reject REGREL requests (issue #5152)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)Kevin P. Fleming
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipKevin P. Fleming
2005-09-01various devicestate fixes (issue #5081, take two)Kevin P. Fleming
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...Kevin P. Fleming
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)Kevin P. Fleming
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