aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-08-14When creating the secondary subchannel name, it is necessary to compare totilghman1-1/+1
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-1/+1
2008-08-13Register DAHDISendKeypadFacility application if dahdi_chan_mode is set to DAH...jpeeler1-3/+27
2008-08-13document dahdichanname option in doc/asterisk-conf.txtkpfleming1-8/+15
2008-08-07Also, parse useincomingcalleridonzaptransfer (and add appropriate deprecationtilghman1-1/+7
2008-08-07For backwards compatibility with previous 1.4 versions which used "zapchan"tilghman1-1/+1
2008-08-06* The allowed_bearers setting in misdn.conf misspelled onermudgett2-75/+90
2008-08-06Since adding the AST_CONTROL_SRCUPDATE frame type,mmichelson1-3/+1
2008-08-05In a conversion to use ast_strlen_zero, the meaning of the flag IAX_HASCALLERIDtilghman1-19/+6
2008-08-01fix some potential deadlocks in chan_skinnymvanbaak1-0/+4
2008-07-31In case we have some processing threads that free more frames than they alloc...russell1-8/+19
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming1-36/+36
2008-07-25Fix some errant device states by making the devicestate API more strict intilghman1-0/+8
2008-07-25We need to make sure to null-terminate the "name"mmichelson1-0/+2
2008-07-24Fix rtautoclear and rtcachefriendstilghman1-5/+11
2008-07-23inbandrelease is gone - it's now inbanddisconnectqwell1-2/+2
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming1-4/+4
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-1/+1
2008-07-23Small cleanup. Move the declaration of the DAHDI_SPANINFOmmichelson1-3/+1
2008-07-23Fix building of chan_dahdi when HAVE_PRI is notmmichelson1-0/+2
2008-07-23ensure that after a channel is created, if it happened to be in 'channel alar...kpfleming1-1/+14
2008-07-23another Fix because of r119585, this commit has broken high frequented BRI Po...crichter1-1/+14
2008-07-22Allow Spiraled INVITEs to work correctly within Asterisk.mmichelson1-8/+297
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-64/+129
2008-07-22Merged revisions 132711 via svnmerge from tilghman1-2/+29
2008-07-22ensure that if any alarms exist at channel creation time, they are handled id...kpfleming1-44/+25
2008-07-22The most common question on the #asterisk iRC channel and on mailing listsoej1-3/+3
2008-07-22correct wording in commentkpfleming1-1/+1
2008-07-22use renamed libpri API call for controlling this feature (was improperly name...kpfleming1-9/+9
2008-07-21teach chan_dahdi how to find the D-channel on BRI spans, and don't attempt to...kpfleming1-2/+11
2008-07-21Fix a bug in 1.4 branch with iax2 channels not being removed when a call was ...bbryant1-4/+2
2008-07-18Spinlock within the destroy, to allow a scheduled job to continue, if it'stilghman1-2/+2
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-2/+2
2008-07-17Revert part of issue #5620 (revision 6965) as it appears that it was in error.tilghman1-1/+2
2008-07-16Fix a bug in iax2 registration that allowed peers to register with bbryant1-2/+2
2008-07-16Apparently, in certain cases, a callno is already destroyed when iax2_destroy...tilghman1-1/+1
2008-07-16Always ensure that the channel's tech_pvt reference is NULL after calling therussell1-0/+6
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-2/+2
2008-07-14Override the callerid in all cases when the callerid is set in the user, nottilghman1-13/+10
2008-07-13Reverting 2 changesets, as it breaks incoming IAX2 callstilghman1-53/+44
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming2-75/+112
2008-07-11Ensure that a destination callno of 0 will not match for frames that do nottilghman1-6/+15
2008-07-11Pass the devicestate from an underlying channel up through the Agent channel.tilghman1-1/+49
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample conf...kpfleming1-10/+8
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming1-0/+13
2008-07-10Correctly deal with duplicate NEW frames (due to retransmission). Also, fixuptilghman1-45/+45
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-0/+1
2008-07-08Timestamp decoding for video mini-frames is bogus, because the timestamp onlytilghman1-10/+16
2008-07-08Don't hangup the call if we can't resolve the Contact if there's a proxyoej1-9/+5
2008-07-08Fix issues where repeated messages where ignored, but retransmitted reliably ...oej1-1/+2