aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. Now...crichter1-32/+246
2006-07-10removed unnecessary locking, which might have created deadlocks. removed find...crichter1-34/+0
2006-07-06* removed tone_indicate, we genrate only the dialtone by ourself (and the han...crichter1-195/+210
2006-07-04removed the reloading of the ntdebug stuff, since this is a bit buggy, we onl...crichter1-17/+16
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ...crichter1-6/+8
2006-07-03added misdn show config description[s] to show all the possible misdn.conf se...crichter1-4/+102
2006-06-30added a bit logging, when we split the bridgecrichter1-0/+6
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that p...crichter1-0/+11
2006-06-28moved a notice into a logcrichter1-0/+5
2006-06-28fixed a few state problems when hanging up the call. also changed a few debug...crichter1-12/+11
2006-06-27fixes segfault on incoming call which is disconnected in Alerting statecrichter1-0/+1
2006-06-26* fixed the busy statecrichter1-49/+62
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter1-24/+50
2006-06-19when we get a disconnect, we should stop the tones on te side..crichter1-1/+3
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases toocrichter1-1/+3
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...crichter1-23/+8
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)crichter1-62/+116
2006-06-08Fixed detection of dtmfs with bridged channels.crichter1-9/+33
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-23/+27
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...crichter1-2/+2
2006-06-06added select before write to avoid deadlock on full buffer. added some define...crichter1-7/+30
2006-06-01added bearer capability reject support. we send release instead of disconnect...crichter1-36/+96
2006-05-24added EVENT_NEW_CHANNEL. We change the channel name now when we got the real ...crichter1-11/+25
2006-05-24fixed to early connect bug which came in yesterday.., also added the transmit...crichter1-4/+11
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing th...crichter1-49/+7
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chancrichter1-16/+38
2006-05-22added callcounters for incoming and outgoing callscrichter1-0/+153
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