aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-02-01- Clean INC_COUNT flag when we decrement call counteroej1-1/+9
2007-02-01Cleaning up the devicestate callback functionoej1-20/+32
2007-02-01Fix silly logic. We really want to write UDPTL frames out when the call is up.file1-1/+1
2007-02-01we update the name on any first reply of our setupcrichter1-2/+11
2007-02-01chan_h323 is very stable, so let it built by defaultpcadach1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell6-8/+22
2007-01-30Only set the DTMF flag on the rtp structure if the DTMF mode is actuallyrussell1-3/+3
2007-01-30Drop the deprecated show commands since the original ones were changed back. ...file1-53/+9
2007-01-30Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of ...pcadach1-1/+1
2007-01-30Merged revisions 52762 via svnmerge from russell1-2/+2
2007-01-27Merged revisions 52360 via svnmerge from file1-4/+2
2007-01-25Drop out variables I accidentally put in.file1-2/+1
2007-01-25Decrement onHold count if we are hung up on and still on hold. (issue #8909 r...file1-1/+4
2007-01-24Fix changing channel formats when joint capability changes and there are no a...file1-1/+1
2007-01-24added fix from #8899crichter1-0/+2
2007-01-24Merged revisions 51966 via svnmerge from crichter1-0/+4
2007-01-24Show capabilities *and* preference in general settings in "sip show settings"oej1-0/+4
2007-01-23Update channel drivers to use module referencing so that unloading them while...file9-89/+20
2007-01-23Merged revisions 50495,50506 via svnmerge from crichter3-15/+32
2007-01-23manually merged r49922 and r50335, because of conflicts. this commint include...crichter3-0/+43
2007-01-23Do not abort Asterisk startup if h323 configuration file not found (reported ...pcadach2-5/+11
2007-01-23Only change audio formats on the channel if we have an audio format to change...file1-1/+1
2007-01-19Fix VLDTMF support in chan_gtalk. AST_FRAME_DTMF and AST_FRAME_DTMF_END arerussell1-3/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell14-53/+103
2007-01-19chan_zap compiles without libpri after committing 7877 patchdhubbard1-2/+4
2007-01-18Merged revisions 51271 via svnmerge from dhubbard1-483/+469
2007-01-18Copy MOH settings when calling a peer so that if they put someone on hold or ...file1-0/+2
2007-01-17Instead of dividing the offset by 2 directly, make it more clear that therussell1-1/+1
2007-01-17Merged revisions 51197 via svnmerge from russell1-1/+1
2007-01-17Move rescheduling of lagrq/pings into the scheduler callback.file1-16/+14
2007-01-16Merged revisions 51085 via svnmerge from file1-2/+8
2007-01-11Remove check for channel state as it can definitely be something other then r...file1-26/+19
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-1/+3
2007-01-10Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 ...file1-2/+3
2007-01-09- handle re-invites properly in sip_hangup()oej1-4/+14
2007-01-08Issue #8677 - Handle failure of T.38 re-inviteoej1-1/+31
2007-01-08Issue #8524, support multiple via header values (tardieu)oej1-11/+22
2007-01-08We only need one forward declarationoej1-1/+0
2007-01-08Issue 8735: Terminate state when extension is unavailable for subscriptionoej1-1/+1
2007-01-08Merged revisions 49889 via svnmerge from file1-1/+1
2007-01-07Second condition was a subset of the first, so hold was never decremented, th...tilghman1-1/+1
2007-01-05Make codec_zap and chan_zap also depend on zaptel.qwell1-0/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming4-80/+82
2007-01-05Merged revisions 49635 via svnmerge from kpfleming3-12/+19
2007-01-05revert the dynamic_list insertion change... that was not the right thing to dokpfleming1-1/+0
2007-01-04create the IAX2 processing threads as background threads so they will use sma...kpfleming1-8/+5
2007-01-04It's possible for the iax2 pvt to disappear, so if it has... don't bother loo...file1-7/+9
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming1-2/+6
2007-01-04if we're going to decrement the frame count when we free a frame, we should i...kpfleming1-0/+2
2007-01-04only do IAX2 frame caching for voice and video frameskpfleming3-13/+16