aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn_config.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-01added bearer capability reject support. we send release instead of ↵crichter1-0/+1
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: http://svn.digium.com/svn/asterisk/trunk@31324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing ↵crichter1-2/+3
the l1state. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29803 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22added callcounters for incoming and outgoing callscrichter1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Added option far_alerting. This option makes it possible to generate a ↵crichter1-0/+1
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: http://svn.digium.com/svn/asterisk/trunk@24879 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better ↵crichter1-1/+1
integration of existing log structure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22795 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ↵crichter1-0/+1
config option hdlc=yes now which enables the hdlc controller for a data call git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-09added option to change the connected party number dialplan (ton)crichter1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12481 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-07added a bit more detailed description for the echotraining parameter, also ↵crichter1-1/+1
changed the default from 1 to 2000. The default for the upper_threshold is now 0 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28better default values for jitterbuffer in code and configcrichter1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11334 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network ↵crichter1-1/+1
side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10713 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the ↵crichter1-0/+1
remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10227 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14fixed the occasional no audio issue, still need deeper investigation .. ↵crichter1-1/+1
echotraining is off by default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9882 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11rename chan_misdn_config.c to misdn_config.crussell1-0/+769
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9643 f38db490-d61c-443f-a65b-d21fe96a405b