summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-09-26add domains documentation and rename config optionKevin P. Fleming
2005-09-26add basic SIP domain support (issue #4466, with major mods)Kevin P. Fleming
2005-09-26handle polarity reversal hangup indication during an incoming call that is st...Kevin P. Fleming
2005-09-26properly ignore retransmitted INVITEs on long latency links (issue #3658)Kevin P. Fleming
2005-09-26fix some buglets in 'agents' Manager action (issue #5235)Kevin P. Fleming
2005-09-26properly respond to REGISTER queries (issue #5272)Kevin P. Fleming
2005-09-25clean update devicestate function, ensure that it can return AST_DEVICE_UNKNO...Kevin P. Fleming
2005-09-25Handle authenticating *to* realtime peers (bug #5269)Mark Spencer
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)Mark Spencer
2005-09-24Fix cut/paste error (bug #5282)Mark Spencer
2005-09-21iax2 parser cleanupsMark Spencer
2005-09-18add missing newline (issue #5243)Russell Bryant
2005-09-15ok wtf, no compiler error hereJeremy McNamara
2005-09-15I swore this compiled. Honest, officerJeremy McNamara
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-15revert an optimization that didn't work (issue #5222)Kevin P. Fleming
2005-09-15Lets try this - an attempt to properly deal with DTMFJeremy McNamara
2005-09-15clean up debugJeremy McNamara
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)Jeremy McNamara
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...Kevin P. Fleming
2005-09-15error message generated using backwards logic (issue #5224)Kevin P. Fleming
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)Kevin P. Fleming
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)Kevin P. Fleming
2005-09-14put items in RFC-specified order (issue #5217)Kevin P. Fleming
2005-09-14proper header name and attribution (issue #5218)Kevin P. Fleming
2005-09-14various niteroperability fixes (issue #5221)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14don't abort Asterisk load if configuration not found (issue #5115)Kevin P. Fleming
2005-09-14support all OSP authentication models (issue #5159)Kevin P. Fleming
2005-09-14ensure that exten field is cleared when incoming number is not matched to an ...Kevin P. Fleming
2005-09-14ensure that Manager hold/unhold events are generated even for non-bridged cha...Kevin P. Fleming
2005-09-14make RTP handling errors less likely to crash Asterisk (issue #5172)Kevin P. Fleming
2005-09-14more documentation (issue #5174)Kevin P. Fleming
2005-09-14handle rport/received in Via headers properly (issue #5037)Kevin P. Fleming
2005-09-14more BSD portability fixes (issue #5155)Kevin P. Fleming
2005-09-14ensure that agent channels don't get seized during login (issue #5020)Kevin P. Fleming
2005-09-14Handle dialog updates to to tag properly (bug #5166)Mark Spencer
2005-09-14ensure that the AGENTBYCALLERID_* variable is cleared when an agent logs in t...Kevin P. Fleming
2005-09-14partial formatting cleanupKevin P. Fleming
2005-09-14output 'our tag' in proper formatKevin P. Fleming
2005-09-13Try a more generally correct solution, for NFAS (bug #5179)Mark Spencer
2005-09-13Restart PRI when we come out of alarm if we're not already up...Mark Spencer
2005-09-13don't send a 200 ACK before a 404 on invalid subscriptions (Bug #5198)Josh Roberson
2005-09-11Don't allow callwait to happen during initial ringdown (bug #5188)Mark Spencer
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-09-09Increase PRI buffers just in caseMark Spencer
2005-09-09Fix 'w' to correctly send sending complete on PRIMatthew Fredrickson
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.Russell Bryant
2005-09-08Fixed signalling problem with pciradioJim Dixon
2005-09-08add missing break (issue #5154)Russell Bryant