aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-09-07initialize these variables because they could be used uninitialized in therussell1-2/+2
2005-09-07don't reject REGREL requests (issue #5152)kpfleming1-2/+3
2005-09-07remove useless buffer initializations (issue #5134)kpfleming2-61/+60
2005-09-07ensure debug messages are only output if debug is enabled (issue #5142)kpfleming1-2/+6
2005-09-07Revert change that removed q931_call structure too soonmattf1-1/+0
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)kpfleming1-0/+6
2005-09-07add doxygen documentation (issue #5133)kpfleming1-33/+75
2005-09-07factor out INVITE response handling in its own function (issue #5127)kpfleming1-94/+205
2005-09-07remove unneeded variables (issue #5117)kpfleming1-5/+0
2005-09-07Fix spelling of Accountcode. *wink*twisted1-1/+1
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming2-106/+177
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...markster1-4/+19
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)markster1-15/+18
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.mattf1-1/+2
2005-09-02revert unnecessary changekpfleming1-3/+0
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...kpfleming1-13/+13
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...kpfleming3-39/+40
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningmarkster1-0/+3
2005-09-02factor calling-plan-apply logic into a separate functionkpfleming1-43/+31
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipkpfleming1-4/+5
2005-09-01allow for custom URI options to be set (issue #4927 with mods)kpfleming1-30/+39
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-3/+2
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)kpfleming1-3/+4
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...kpfleming1-2/+0
2005-09-01don't add a colon to the header name (thanks bkw!)kpfleming1-1/+1
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805mattf1-8/+19
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsmattf1-0/+1
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...kpfleming1-4/+1
2005-08-31ensure revents fields are initialized before calling poll()kpfleming1-0/+4
2005-08-31stop retransmitting INVITE after we have sent CANCEL for the same callkpfleming1-0/+2
2005-08-31Add support for ring begin event and configurable ringtimeout.markster1-8/+27
2005-08-31deprecate chan_modem and its subdriverskpfleming1-0/+7
2005-08-31remove unused definekpfleming1-4/+0
2005-08-30preserve user-added headers when outbound INVITE must be authenticated (issue...kpfleming1-41/+60
2005-08-30don't terminate subscriptions before they should be (issue #5063)kpfleming1-14/+21
2005-08-30remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (o...kpfleming1-124/+62
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)kpfleming2-38/+39
2005-08-30Add support for override of the default pri exclusive/preferred channelmattf1-3/+20
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-63/+73
2005-08-30Add SIP video fixesmarkster1-1/+44
2005-08-30fix error I introduced into oej's patch :-(kpfleming1-1/+1
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)kpfleming1-115/+360
2005-08-29use proper next hop in strict routing mode (issue #3609)kpfleming1-30/+45
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)kpfleming1-33/+54
2005-08-29eliminate warning when !ZAPATA_PRIkpfleming1-0/+2
2005-08-29fix build when NEWJB is not defined (issue #5046)russell1-1/+1
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)kpfleming1-8/+12
2005-08-26add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)kpfleming1-36/+170
2005-08-26use case-insensitive comparisons for headears (issue #5023)kpfleming1-2/+2
2005-08-25add T1 timer support for NOTIFY dialogs (issue #5017)kpfleming1-0/+4