aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-13fixed some echocandisable issues when bridged. this caused a kernel panic som...crichter1-4/+6
2006-10-10(re)added support of dynamical enabling hdlc on bchannelscrichter1-1/+4
2006-10-05fixed segfault which happens during hold/transfer actioncrichter1-1/+1
2006-10-04if INFORMATION Message come with keypad instead of called party number, we ju...crichter1-0/+6
2006-10-04added the option 'reject_cause' to make it possible to set the RELEASE_COMPLE...crichter1-3/+11
2006-10-02fixed the hold/retrieve/transfer issues, removed a useless bc field, added se...crichter1-63/+111
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-2/+2
2006-09-27fixed a bug which led to chan_list zombies, when the call could not be proper...crichter1-8/+8
2006-09-20make some more functions statickpfleming1-4/+4
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-3/+7
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell1-3/+1
2006-08-17This rather small ;-) commit merges the changes from my team branch 0.3.0 into tcrichter1-1171/+2056