aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-25ensure Asterisk won't segfault during re-registration (issue #5011)kpfleming1-4/+5
2005-08-25clean up rtcaching config options (issue #4075)kpfleming1-5/+6
2005-08-25handle INVITEs that are asking for authentication that we cannot supply more ...kpfleming1-20/+37
2005-08-25make some messages show up only under debugging and other minor cleanups (iss...kpfleming1-13/+8
2005-08-25fix 'sip debug' vs. reload properlykpfleming1-6/+10
2005-08-23don't reset sipdebug to zero during reload (issue #5000)kpfleming1-1/+0
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)kpfleming1-20/+21
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)kpfleming1-22/+55
2005-08-23show global vmexten in 'sip show settings' (issue #5005)kpfleming1-0/+1
2005-08-23handle on-/off-hold properly with RTP reinvited streams (issue #3974)kpfleming1-36/+29
2005-08-23add 'sip show settings' CLI command (issue #4806)kpfleming1-11/+108
2005-08-23support configurable Message-Account value in NOTIFY messages (issue #4801)kpfleming1-2/+14
2005-08-22add preliminary support for SIP timers (issue #4359)kpfleming1-70/+191
2005-08-22add SIPCHANINFO function to retrieve information about the current connected ...kpfleming1-0/+71
2005-08-22handle BYE instead of CANCEL from callers (issue #4994)kpfleming1-2/+5
2005-08-19Fix IAX2 Provisioningmarkster1-11/+12
2005-08-19Fix language in d-channel (bug #4979)markster1-1/+1
2005-08-17protect PRI-specific code with ifdefskpfleming1-0/+4
2005-08-16Don't catch digits from zaptel during overlap dialingmattf1-3/+8
2005-08-15Fix PRI against masquerademarkster1-11/+12
2005-08-14/ fixed bug introduced during bridge code cleanupsbkramer1-2/+1
2005-08-11Fix potential deadlock in asteriskmarkster1-0/+1
2005-08-09fix a little oopsierussell1-1/+1
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster2-26/+9
2005-08-09Allow ToS to be set in hex (bug #4923)markster1-1/+1
2005-08-09bridging code cleanups:kpfleming3-163/+184
2005-08-08Be consistent with User/Username (bug #4916)markster1-1/+1
2005-08-08Merge steve's busy detect stuff (bug #4830)markster1-0/+11
2005-08-07Revert improperly applied patch from bug #4771markster1-1/+1
2005-08-06remove some sillynessrussell1-3/+0
2005-08-06Fix timestamp + trunking (bug #4891)markster1-16/+19
2005-08-06formatting fixesrussell1-24/+24