summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2005-09-07initialize these variables because they could be used uninitialized in theRussell 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-07ensure debug messages are only output if debug is enabled (issue #5142)Kevin P. Fleming
2005-09-07Revert change that removed q931_call structure too soonMatthew Fredrickson
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)Kevin P. Fleming
2005-09-07add doxygen documentation (issue #5133)Kevin P. Fleming
2005-09-07factor out INVITE response handling in its own function (issue #5127)Kevin P. Fleming
2005-09-07remove unneeded variables (issue #5117)Kevin P. Fleming
2005-09-07Fix spelling of Accountcode. *wink*Josh Roberson
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...Mark Spencer
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)Mark Spencer
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.Matthew Fredrickson
2005-09-02revert unnecessary changeKevin P. Fleming
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...Kevin P. Fleming
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningMark Spencer
2005-09-02factor calling-plan-apply logic into a separate functionKevin P. Fleming
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipKevin P. Fleming
2005-09-01allow for custom URI options to be set (issue #4927 with mods)Kevin P. Fleming
2005-09-01various devicestate fixes (issue #5081, take two)Kevin P. Fleming
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)Kevin P. Fleming
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...Kevin P. Fleming
2005-09-01don't add a colon to the header name (thanks bkw!)Kevin P. Fleming
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805Matthew Fredrickson
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsMatthew Fredrickson
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...Kevin P. Fleming
2005-08-31ensure revents fields are initialized before calling poll()Kevin P. Fleming
2005-08-31stop retransmitting INVITE after we have sent CANCEL for the same callKevin P. Fleming
2005-08-31Add support for ring begin event and configurable ringtimeout.Mark Spencer
2005-08-31deprecate chan_modem and its subdriversKevin P. Fleming
2005-08-31remove unused defineKevin P. Fleming
2005-08-30preserve user-added headers when outbound INVITE must be authenticated (issue...Kevin P. Fleming
2005-08-30don't terminate subscriptions before they should be (issue #5063)Kevin P. Fleming
2005-08-30remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (o...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-30Add support for override of the default pri exclusive/preferred channelMatthew Fredrickson