aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-1/+6
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-4/+1
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter1-51/+117
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-15issue #5739 (plus ast_copy_string() usage conversion)kpfleming1-62/+154
2005-11-11issue #5671kpfleming1-1/+1
2005-11-08issue #5648kpfleming1-2/+2
2005-11-08issue #5639kpfleming1-19/+25
2005-11-06issue #5605russell1-21/+36
2005-11-01issue #5566kpfleming1-309/+246
2005-10-31add experimental mISDN channel driver (issue #4077)kpfleming1-0/+3700