aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-26add HAVE_PRI if define around dahdi_close_pri_fdjpeeler1-1/+3
2008-08-26(closes issue #12071)jpeeler1-58/+31
2008-08-26correct a file location in an error messagekpfleming1-1/+1
2008-08-21Fixes loop that could possibly never exit in the event of a channel never bei...jpeeler1-1/+3
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-3/+22
2008-08-19Add configuration option to chan_dahdi.conf to allow buffering policy and num...jpeeler1-17/+38
2008-08-18You know what's awesome? Code that compiles... ;)seanbright1-1/+1
2008-08-18fix compilation warningsjpeeler1-1/+4
2008-08-16fixes use count to properly decrement if an active dahdi channel is destroyed...jpeeler1-0/+1
2008-08-15add forgotten locks around ss_thread_count in ss_thread for dahdi restartjpeeler1-0/+2
2008-08-15initialize condition variable ss_thread_complete using ast_cond_initjpeeler1-1/+4
2008-08-15declared static mutexes using AST_MUTEX_DEFINE_STATIC macrojpeeler1-2/+2
2008-08-15Fixes the dahdi restart functionality. Dahdi restart allows one to restart al...jpeeler1-62/+234
2008-08-14Oops, wrong directiontilghman1-1/+1
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-07-29build against the now-typedef-free dahdi/user.hkpfleming1-36/+36
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-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-64/+129
2008-07-22ensure that if any alarms exist at channel creation time, they are handled id...kpfleming1-44/+25
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-17Revert part of issue #5620 (revision 6965) as it appears that it was in error.tilghman1-1/+2
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-72/+109
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-03The CDRfix4/5/6 omnibus cdr fixes.murf1-24/+21
2008-06-30Load the proper channel configuration file based on which driver was detected.jpeeler1-6/+5
2008-06-26ensure that (whenever possible) if we generate a log message because an ioctl...kpfleming1-38/+42
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-0/+1
2008-06-25Pvt deadlock causes some channels to get stuck in Reserved status.tilghman1-3/+4
2008-06-19It's possible for a hangup to be received, even just after the initial cidtilghman1-1/+5
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman1-4/+8
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-0/+11645