summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
AgeCommit message (Expand)Author
2006-06-08Fixed detection of dtmfs with bridged channels.Christian Richter
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...Christian Richter
2006-06-06added select before write to avoid deadlock on full buffer. added some define...Christian Richter
2006-06-01added bearer capability reject support. we send release instead of disconnect...Christian Richter
2006-05-24added EVENT_NEW_CHANNEL. We change the channel name now when we got the real ...Christian Richter
2006-05-24fixed to early connect bug which came in yesterday.., also added the transmit...Christian Richter
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing th...Christian Richter
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chanChristian Richter
2006-05-22added callcounters for incoming and outgoing callsChristian Richter
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to disc...Christian Richter
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. re...Christian Richter
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...Christian Richter
2006-05-02use set_callerid to update callerid with prefixChristian Richter
2006-05-02returning 128 emtpy Frames instead of null frame. Christian Richter
2006-05-01Don't return stack pointers from functions (especially since the code will at...Tilghman Lesher
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...Christian Richter
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-10fixed some issues, that appear at higher loadChristian Richter
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...Christian Richter
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-07sorry litle mistakeChristian Richter
2006-04-07git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06...Christian Richter
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issueChristian Richter
2006-04-05some final fixes for cpnChristian Richter
2006-04-05* advanced the error Handling routine for wrong frames from mISDNChristian Richter
2006-04-04 fixed some essential segfaults happening under heavy load. Added a bit more ...Christian Richter
2006-04-03* removed unneeded bc->state fieldChristian Richter
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-27fixed hicom busy bug, we now see if the systemphone is busy, also fixed the i...Christian Richter
2006-03-21removed unneeded debugs in level=0Christian Richter
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ...Christian Richter
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ....Christian Richter
2006-03-07when receiving disconnect with inband info, we don't send release immediately...Christian Richter
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...Christian Richter
2006-02-28better default values for jitterbuffer in code and configChristian Richter
2006-02-24added export and import of RDNIS channel variableChristian Richter
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22* changed some strncpys to ast_copy_str Christian Richter
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...Christian Richter
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...Christian Richter
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portsChristian Richter
2006-02-10* jb can be configed by misdn_set_optChristian Richter
2006-02-10added Proceeding state, to be more ETSI conform with outgoing setups on the N...Christian Richter
2006-02-08* dozens of white-space removementsChristian Richter
2006-02-02* removed unnecessary struct elements and functionsChristian Richter
2006-02-02More stringfield related changesMatthew Fredrickson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming