aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-10-28Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)markster1-17/+44
2005-10-27strncpy to ast_copy_stringrussell1-5/+5
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell14-90/+92
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-26fix up arguments to AgentCallbackLogin so that the options string and therussell1-49/+39
2005-10-26more doxygenification (issue #5513)russell7-576/+582
2005-10-24Doxygen documentation update from oej (issue #5505)russell16-34/+43
2005-10-23Fix segfault when building peer based on IPmarkster1-44/+54
2005-10-23Fix max forwards interoperability (bug #5474)markster1-43/+18
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)russell1-1/+1
2005-10-21Add user to user ie transmission support in chan_zap.cmattf1-1/+26
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)russell1-0/+4
2005-10-19Allow for obtaining IAX2 call peer (endpoint) IP address with IAXPEER(CURRENT...jim1-2/+11
2005-10-19Perform some extra checks before performing masqueradesmarkster1-10/+20
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster2-17/+26
2005-10-16Make alsa/oss ignore VIDUPDATE control framesmarkster2-0/+6
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster3-1/+10
2005-10-14fix compile error (%d changed to %n)kpfleming1-1/+1
2005-10-14add missing new linejeremy1-1/+1
2005-10-14make chan_sip able to deal with PBX-level call limit being reached (issue #5131)kpfleming1-5/+25
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-0/+13
2005-10-13don't force CLID to be a phone-number-looking-thingie (issue #5325)kpfleming1-3/+3
2005-10-13Fix the ordering of the sscanfs for SDP parsing (bug #AT&T)markster1-2/+2
2005-10-13Fix naming on realtime peers (bug #5421)markster1-5/+21
2005-10-13clean up pedantic mode tag handling (issue #5125)kpfleming1-38/+97
2005-10-13properly display connected channel name in 'agents' manager action for non-ca...kpfleming1-12/+11
2005-10-13Display proper error for matching domain registers (bug #5412)markster1-0/+2
2005-10-13re-bind the socket if the bindaddr option is changed during reload (issue #5435)russell1-6/+5
2005-10-13send "100 Trying" when we receive PROCEEDING, unless "183 Session Progress" h...kpfleming1-1/+7
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster3-11/+13
2005-10-13Fix seg in chan_agent (bug #5402)markster1-1/+1
2005-10-12Fix "screen" for network numbers (bug #5432)markster1-1/+1
2005-10-12Do *not* default to a max number of registration attemptsmarkster1-7/+9
2005-10-12Don't override calling presentation if *name* is present (bug #5405)markster1-1/+4
2005-10-12Handle yet some SIP contact issue nuances and exceptions (bug #5289 with mods...markster1-3/+5
2005-10-12Fix noncecount update (bug #5308, redone fix)markster1-31/+44
2005-10-05don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be ...kpfleming1-1/+1
2005-10-05fix authentication header extra space (issue #5329)kpfleming1-1/+1
2005-10-05fix timer T1 handling (issue #5330)kpfleming1-3/+3
2005-10-05ensure that the correct flags are always copied from peers/users to private s...kpfleming1-31/+28
2005-10-05ensure that Remote-Party-ID is sent even on secondary INVITEs within a dialog...kpfleming1-6/+11
2005-10-05correct cygwin detection (issue #5328)kpfleming1-1/+3
2005-10-05remove unused config option (issue #5358)kpfleming1-14/+5
2005-10-04handle peer matching for subscriptions by name instead of IP address (issue #...kpfleming1-15/+32
2005-10-04fix various state-related bugs (issue #5369, with mod to return AST_DEVICE_IN...kpfleming1-12/+32
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-26/+32
2005-10-04generate fewer 'stale nonce' messages (issue #5381)kpfleming1-2/+5
2005-10-04don't destroy calls when re-INVITE messages ask for things we can't do (issue...kpfleming1-2/+4
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468mattf1-19/+23