summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-30fix error I introduced into oej's patch :-(Kevin P. Fleming
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)Kevin P. Fleming
2005-08-29use proper next hop in strict routing mode (issue #3609)Kevin P. Fleming
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-08-29eliminate warning when !ZAPATA_PRIKevin P. Fleming
2005-08-29fix build when NEWJB is not defined (issue #5046)Russell Bryant
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)Kevin P. Fleming
2005-08-26add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)Kevin P. Fleming
2005-08-26use case-insensitive comparisons for headears (issue #5023)Kevin P. Fleming
2005-08-25add T1 timer support for NOTIFY dialogs (issue #5017)Kevin P. Fleming
2005-08-25ensure Asterisk won't segfault during re-registration (issue #5011)Kevin P. Fleming
2005-08-25clean up rtcaching config options (issue #4075)Kevin P. Fleming
2005-08-25handle INVITEs that are asking for authentication that we cannot supply more ...Kevin P. Fleming
2005-08-25make some messages show up only under debugging and other minor cleanups (iss...Kevin P. Fleming
2005-08-25fix 'sip debug' vs. reload properlyKevin P. Fleming
2005-08-23don't reset sipdebug to zero during reload (issue #5000)Kevin P. Fleming
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)Kevin P. Fleming
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)Kevin P. Fleming
2005-08-23show global vmexten in 'sip show settings' (issue #5005)Kevin P. Fleming
2005-08-23handle on-/off-hold properly with RTP reinvited streams (issue #3974)Kevin P. Fleming