aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Fix a situation where the DAHDI channel private structure lock was not unlock...file1-0/+1
2009-04-15National prefix inserted even when caller ID not availabledvossel1-0/+7
2009-04-10Support "signaling" in addition to "signalling".russell1-2/+2
2009-04-03Fix a bug where DAHDI/Zaptel channels would not properly switch formats when ...kpfleming1-1/+1
2009-04-02ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initializedkpfleming1-0/+1
2009-04-02the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently co...kpfleming1-11/+19
2009-03-19Reordering, to change prior to unlockingtilghman1-1/+1
2009-03-19Delay signalling progress until a PRI channel really signals progress.tilghman1-0/+9
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-17Allow dahdichanname to work as advertised.qwell1-1/+1
2009-03-03Make sure we still support zapchan in users.conf, in addition to dahdichan.qwell1-3/+1
2009-02-02channels/chan_dahdi.crmudgett1-35/+359
2009-01-28Clarify log message (suggested by manxpower on #asterisk-dev)tilghman1-1/+1
2008-12-22Fix a deadlock relating to channel locks and autoservicemmichelson1-1/+12
2008-12-19(closes issue #13480)jpeeler1-42/+10
2008-11-22(closes issue #13786)jpeeler1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-1/+3
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-4/+10
2008-10-27Buffer policy setting for half is not needed.jpeeler1-2/+0
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-2/+2
2008-10-08when parsing a text configuration option, ensure that the buffer on the stack...kpfleming1-2/+3
2008-10-07revert this change until i can understand why it results in locking order cha...kpfleming1-20/+14
2008-10-07don't start a PBX on incoming PRI call channels until after we're done settin...kpfleming1-14/+20
2008-10-06ensure that the private structure for pseudo channels is created without 'lea...kpfleming1-7/+6
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