aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-02-28fix the output that indicates whether qualify smoothing is on or not (issue #...russell1-1/+1
2006-02-27fix finding realtime peers that are not dynamic by ip address (issue #6093)russell1-1/+4
2006-02-20Handle ACKing properly (remove gratuitous -1)markster1-1/+1
2006-02-20Fix numerous places in jitter buffer where freed memory is referencedmarkster1-15/+25
2006-02-15ensure that agents logged in via the manager interface are stored in the pers...kpfleming1-0/+2
2006-02-14when answering INVITE, don't send codecs the peer didn't offer (issue #6052)kpfleming1-1/+1
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell3-0/+3
2006-02-11clean up my mess from thread-starting changekpfleming1-1/+0
2006-02-11 kpfleming's fix from r9472 backported to 1.2bweschke1-1/+1
2006-02-10don't create monitor threads in detached mode, when we need to be able to pth...kpfleming3-18/+11
2006-02-09reload peercontext on iax2 reload (issue #6442)russell1-0/+1
2006-02-08Make logger report error,warning,notice if logger.confmogorman1-0/+3
2006-01-30disable buggy PRI user-user code until it can be fixedkpfleming1-0/+47
2006-01-28Issue 6182 - Don't remove scheduled event until it's really done. oej1-1/+4
2006-01-27Issue 6362 - Register without Contact: and Expires: fails (reporter: op)oej1-5/+3
2006-01-26fix problem with dtmf on e&m (issue #6364)russell1-1/+1
2006-01-26Issue 5898: Registrations does not get deleted if there's an active SIP dialogoej1-0/+13
2006-01-25don't call ast_update_realtime with uninitialized variables if we get arussell1-9/+8
2006-01-25fix memory leak (inspired by issue #6351)russell1-4/+4
2006-01-24Backport fix for #6229, hangup on polarity reversalmattf1-0/+4
2006-01-24Issue 6114: Don't hangup on BYE/ALSO with no channel.oej1-1/+2
2006-01-24Issue #6308 - never send response to ACK. (Reported by whiskerp)oej1-2/+4
2006-01-22 Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjust...bweschke1-1/+5
2006-01-22Bug 6281 - Cannot set more than a single header with SIPAddHeadertilghman1-9/+4
2006-01-20solved problem with delayreject and iax trunkingmogorman1-4/+6
2006-01-19Enable "musicclass" setting for sip peers as per the config sample.oej1-1/+1
2006-01-19fix Message-Account header to use the ip address if the fromdomain russell1-1/+2
2006-01-13fix spelling errors (issue #6227)russell1-7/+7
2006-01-11move variable to correct scope (issue #6197)russell1-1/+1
2006-01-11fix mem leak on module unload (issue #6190)russell1-1/+0
2006-01-09re-initialize _all_ sequence numbers when transfer completeskpfleming1-2/+3
2006-01-06update agent persistence when an agent gets logged off by autologoffkpfleming1-0/+2
2006-01-05send device state updates for auto-logoff of agents as wellkpfleming1-0/+1
2006-01-04Fixing typo in XML for video updates.oej1-1/+1
2006-01-03backport rport scanning fix from trunk (bug #6071)kpfleming1-4/+9
2006-01-02 Fix compiler warnings.bweschke2-2/+2
2005-12-28fix memory leak in build_rpid (issue #6070)russell1-7/+4
2005-12-27backport fix to ensure that DSP is never enabled on pseudo channelskpfleming1-1/+7
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell3-13/+13
2005-12-22revert changes to videosupport to allow per-peer setting, since it isn't quiterussell1-15/+10
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
2005-12-21Actually put in the per-peer settings for sip video, as they didn't make it i...twisted1-10/+15
2005-12-21Allow a chan_alsa that failed to open sound devices to be unloaded.tilghman1-2/+4
2005-12-21Bug #6040 - Documentation correctionbweschke1-1/+1
2005-12-20backport fix for reloading peer context (issue #6007)russell1-0/+1
2005-12-19I messed up and accidently committed this to the trunk first ...russell1-2/+1
2005-12-17Max-Forwards headers must only be present on requests, not responseskpfleming1-1/+0
2005-12-17forcibly expire previous subscriptions from a peer when they resubscribe (kee...kpfleming1-1/+29
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter12-105/+2988
2005-12-13ensure that hangups while incoming calls are in early state are handled prope...kpfleming1-1/+2