aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-08-22Fix the build. Thanks, mvanbaak!mmichelson1-2/+2
2008-08-22Prevent a deadlock in chan_iax2 resulting frommmichelson1-1/+4
2008-08-21Fixes loop that could possibly never exit in the event of a channel never bei...jpeeler1-1/+3
2008-08-21Apply fix for issue #13310 to branch 1.4, too.phsultan1-0/+2
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-3/+22
2008-08-20sip_read should properly handle a NULL return from sip_rtp_read.mmichelson1-1/+1
2008-08-19Reset agent_pvt variables back to the values in agents.confmmichelson1-1/+9
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-15More fixes for realtime peers.tilghman1-30/+41
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-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