aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-29ensure that peer codec preferences take precedence over global preferenceskpfleming1-101/+136
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...kpfleming1-0/+12
2005-09-29don't replace CLID/CNAM when RPID is being generated (issue #5301)kpfleming1-2/+2
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster4-18/+2
2005-09-28more whitespace fixeskpfleming1-7/+6
2005-09-28more whitespace cleanupkpfleming1-10/+9
2005-09-28whitespace fixkpfleming1-4/+1
2005-09-28fix comment typokpfleming1-1/+1
2005-09-28missed a line...kpfleming1-0/+1
2005-09-28code cleanupkpfleming1-21/+32
2005-09-28minor fixeskpfleming1-18/+20
2005-09-28clean up formatting, use the same flag bit for both GR-303 modeskpfleming1-10/+10
2005-09-28fix variable name (issue #5302)russell1-1/+1
2005-09-28don't declare the priority inside of the for loop so that the priorityrussell1-1/+1
2005-09-28486 (and friends) are really BUSY (bug #5257)markster1-3/+4
2005-09-27store tag in the private structure as formatted text, instead of formatting e...kpfleming1-14/+19
2005-09-27support optional sending of Remote-Party-ID headers (issue #2471, heavily mod...kpfleming1-5/+111
2005-09-27Fix "console" help (thanks to Andy Dvorak)markster1-2/+7
2005-09-26add domains documentation and rename config optionkpfleming1-9/+9
2005-09-26add basic SIP domain support (issue #4466, with major mods)kpfleming1-43/+291
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...kpfleming1-22/+30
2005-09-26properly ignore retransmitted INVITEs on long latency links (issue #3658)kpfleming1-1/+1
2005-09-26fix some buglets in 'agents' Manager action (issue #5235)kpfleming1-3/+5
2005-09-26properly respond to REGISTER queries (issue #5272)kpfleming1-16/+45
2005-09-25clean update devicestate function, ensure that it can return AST_DEVICE_UNKNO...kpfleming1-38/+27
2005-09-25Handle authenticating *to* realtime peers (bug #5269)markster1-0/+9
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)markster1-0/+2
2005-09-24Fix cut/paste error (bug #5282)markster1-1/+1
2005-09-21iax2 parser cleanupsmarkster1-9/+9
2005-09-18add missing newline (issue #5243)russell1-1/+1
2005-09-15ok wtf, no compiler error herejeremy1-1/+1
2005-09-15I swore this compiled. Honest, officerjeremy1-1/+1
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-14/+15
2005-09-15revert an optimization that didn't work (issue #5222)kpfleming1-30/+41
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
2005-09-15clean up debugjeremy1-1/+1
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8