summaryrefslogtreecommitdiff
path: root/channels/misdn_config.c
AgeCommit message (Collapse)Author
2006-07-03added misdn show config description[s] to show all the possible misdn.conf ↵Christian Richter
settings with a description in the CLI git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that ↵Christian Richter
port in groupdial anymore, also we try to get it up then. Additionally added the configoptions ntdebugflags and ntdebugfile to debug the mISDNuser NT Stack (should have done that ages before..). isdn_lib.c compiles again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵Kevin P. Fleming
again :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01added bearer capability reject support. we send release instead of ↵Christian Richter
disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing ↵Christian Richter
the l1state. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-22added callcounters for incoming and outgoing callsChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-05Added option far_alerting. This option makes it possible to generate a ↵Christian Richter
Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING.. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better ↵Christian Richter
integration of existing log structure git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ↵Christian Richter
config option hdlc=yes now which enables the hdlc controller for a data call git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07added a bit more detailed description for the echotraining parameter, also ↵Christian Richter
changed the default from 1 to 2000. The default for the upper_threshold is now 0 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-28better default values for jitterbuffer in code and configChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network ↵Christian Richter
side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the ↵Christian Richter
remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portsChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14fixed the occasional no audio issue, still need deeper investigation .. ↵Christian Richter
echotraining is off by default git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-11rename chan_misdn_config.c to misdn_config.cRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9643 65c4cc65-6c06-0410-ace0-fbb531ad65f3