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