aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to disc...crichter1-3/+7
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. re...crichter1-302/+116
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...crichter1-3/+29
2006-05-02use set_callerid to update callerid with prefixcrichter1-3/+1
2006-05-02returning 128 emtpy Frames instead of null frame. crichter1-2/+10
2006-05-01Don't return stack pointers from functions (especially since the code will at...tilghman1-6/+9
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...crichter1-23/+36
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-24/+11
2006-04-17more module loader related fixeskpfleming1-45/+45
2006-04-10fixed some issues, that appear at higher loadcrichter1-2/+1
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...crichter1-2/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-07sorry litle mistakecrichter1-1/+1
2006-04-07git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18192 f38db490-d61c-443f...crichter1-1/+1
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issuecrichter1-3/+4
2006-04-05some final fixes for cpncrichter1-0/+21
2006-04-05* advanced the error Handling routine for wrong frames from mISDNcrichter1-1/+21
2006-04-04 fixed some essential segfaults happening under heavy load. Added a bit more ...crichter1-4/+19
2006-04-03* removed unneeded bc->state fieldcrichter1-17/+47
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-1/+1
2006-03-27fixed hicom busy bug, we now see if the systemphone is busy, also fixed the i...crichter1-0/+10
2006-03-21removed unneeded debugs in level=0crichter1-10/+10
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ...crichter1-2/+29
2006-03-09added option to change the connected party number dialplan (ton)crichter1-6/+28
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ....crichter1-1/+1
2006-03-07when receiving disconnect with inband info, we don't send release immediately...crichter1-0/+13
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...crichter1-3/+26
2006-02-28better default values for jitterbuffer in code and configcrichter1-1/+1
2006-02-24added export and import of RDNIS channel variablecrichter1-0/+6
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-2/+2
2006-02-22* changed some strncpys to ast_copy_str crichter1-39/+70
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...crichter1-10/+17
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...crichter1-2/+14
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter1-5/+8
2006-02-10* jb can be configed by misdn_set_optcrichter1-37/+92
2006-02-10added Proceeding state, to be more ETSI conform with outgoing setups on the N...crichter1-0/+6
2006-02-08* dozens of white-space removementscrichter1-21/+39
2006-02-02* removed unnecessary struct elements and functionscrichter1-173/+328
2006-02-02More stringfield related changesmattf1-11/+7
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming1-0/+3
2005-12-09committed head of chan_misdn with a lot of new features. Most important of al...crichter1-579/+840
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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