From 4d6c4cc64f10a45808ba7b4d06c10915ea5e9a8f Mon Sep 17 00:00:00 2001 From: crichter Date: Fri, 6 Oct 2006 12:50:25 +0000 Subject: Merged revisions 44334 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r44334 | crichter | 2006-10-04 17:13:58 +0200 (Mi, 04 Okt 2006) | 1 line added the option 'reject_cause' to make it possible to set the RELEASE_COMPLETE - cause on the 3. incoming PMP channel, which is automatically rejected because chan_misdn does not support that kind of callwaiting. Therefore chan_misdn supports now 3 incoming channels on a PMP BRI Port. misdn_lib_get_free_bc now gets the info if the requested channel is incoming or outgoing to make the 3. channel possible ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44561 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/misdn.conf.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configs/misdn.conf.sample') diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample index e077e9089..d2fbfa64f 100644 --- a/configs/misdn.conf.sample +++ b/configs/misdn.conf.sample @@ -203,6 +203,17 @@ te_choose_channel=no pmp_l1_check=yes pp_l2_check=no + + +; +; in PMP this option defines which cause should be sent out to +; the 3. caller. chan_misdn does not support callwaiting on TE +; PMP side. This allows to modify the RELEASE_COMPLETE cause +; at least. +; +reject_cause=16 + + ; ; Send Setup_Acknowledge on incoming calls anyway (instead of PROCEEDING), ; this requests additional Infos, so we can waitfordigits -- cgit v1.2.3