aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-04bad bug in overlapdial case, we called start_pbx multiple times, because the ...crichter1-1/+6
2007-07-03fixed issue, that misdn_l2l1_check could only be called from mISDN Source cha...crichter1-5/+0
2007-06-29check if the bchannel stack id is already used, if so don't use it a second t...crichter1-0/+7
2007-06-27simplified generation for dummy bchannels, also we mark them as dummies, so t...crichter1-2/+4
2007-06-21we activate the bchannels in TE mode on incoming calls only when we want to c...crichter1-1/+0
2007-06-20fixed a bug that was introduced by copy and paste in the last commit ..bchann...crichter1-1/+1
2007-06-20on receiption of cause:44 we mark the channel as in use and inform the user a...crichter1-0/+2
2007-06-19when we send out a SETUP, but get no response, we should cleanup everything a...crichter1-1/+7
2007-06-12if the bridged partner is mISDN too we should not send dtmf tones, they are t...crichter1-3/+7
2007-06-12if we have already some digits, we just stop the tones.crichter1-1/+1
2007-06-11added check for NULL Pointer when calling misdn_new. Asterisk does not allow ...crichter1-0/+12
2007-06-11fixed problem that the dummybc chanels had no lock, checking for the lock now...crichter1-4/+9
2007-06-05simplified the EVENT_SETUP handling in the cb_events function a lot. Commente...crichter1-175/+155
2007-06-05Backport of the overlap_dial functionality from asterisk-1.4's chan_misdn.nadi1-6/+195
2007-06-05added possibility to deactivate bridging per portcrichter1-0/+11
2007-05-24we should only activate the generator in chan_misdn, when asterisk hask not y...crichter1-0/+2
2007-05-22we stop the tones only when we're in the pre-call phase, otherwise e.g. when ...crichter1-1/+2
2007-05-18we *need* to send a PROCEEDING when sending_complete is set, even if need_mor...crichter1-1/+2
2007-05-16in the case immediate=yes, we directly jump into the dialplan, where people c...crichter1-10/+12
2007-05-09release_chan frees ch, so we should never touch ch after release_chan, this m...crichter1-1/+3
2007-05-08added application misdn_check_l2l1 which tries to pull up the L1/L2 on all po...crichter1-7/+116
2007-05-03when we're in state WAITING4DIGS, we use the asterisk tone-generator which pr...crichter1-5/+22
2007-05-03fixed the problem that misdn_write did not return -1 when called with 0 sampl...crichter1-1/+1
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter1-4/+9
2007-04-02added option which allows us to accept incoming SETUP Messages without automa...crichter1-16/+35
2007-04-02don't be verbose if no needcrichter1-2/+2
2007-03-27fixed #9355crichter1-1/+2
2007-03-26mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make...nadi1-7/+53
2007-03-20modified a loglevelcrichter1-1/+1
2007-03-20avoid sending a disconnect when we already received one.crichter1-0/+9
2007-03-13fixed the crypt_keys stuffcrichter1-7/+13
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter1-10/+12
2007-03-04fixed another place where the out_cause was hardcoded to 16crichter1-2/+0
2007-02-28fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304crichter1-7/+6
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ...crichter1-9/+24
2007-01-24fixed the busy problem (dialstatus was not busy when we called a busy extension)crichter1-0/+4
2007-01-11* more additions to make the RESTART message workcrichter1-11/+9
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter1-0/+26
2007-01-03* Added check for bridging in misdn_call to avoid setting echocancellationcrichter1-19/+14
2007-01-02added check for channel ranges in the set/empty channel functions. set pmp_l1...crichter1-1/+23
2006-12-18when our PTP Partner sends us a SETUP with a preselected channel we just acce...crichter1-0/+10
2006-12-14removed FIXUP state. added check for channel allocation conflict when we crea...crichter1-4/+0
2006-12-06added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcat...crichter1-0/+10
2006-12-06changed a few debugs to higher debug levelscrichter1-4/+8
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter1-34/+36
2006-11-09Fixed segfault when no misdn.conf exists, reported by Igor Neves, thanks.crichter1-2/+5
2006-10-27fixed a bug which caused chan_misdn to try to allocate 2 times the same chann...crichter1-0/+1
2006-10-25added nttimeout option to configure wether we disconnect calls on NT timeouts...crichter1-3/+12
2006-10-21fixed issue, that if chan_misdn is loaded and couldn't be initialized it woul...crichter1-1/+6
2006-10-13avoiding warning, fixing potential bug (backported from 1.2)crichter1-0/+2