aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormoy <moy@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-16 02:41:09 +0000
committermoy <moy@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-16 02:41:09 +0000
commit95978316fc96c25d41b279116c38a130c02cd268 (patch)
tree1e6b4964ce4d1038eecd3e67bd518d9762facbd1 /configs
parentab149639af72c0a317f01325e04114b50858c499 (diff)
Merged revisions 200799 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r200799 | moy | 2009-06-15 21:24:30 -0500 (Mon, 15 Jun 2009) | 2 lines keep backwards compatible chan_dahdi with older openr2 versions by not using the new skip category feature unless supported ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@200807 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/chan_dahdi.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample
index def6cf25c..4bb17e454 100644
--- a/configs/chan_dahdi.conf.sample
+++ b/configs/chan_dahdi.conf.sample
@@ -1039,9 +1039,8 @@ pickupgroup=1
; you can change this setting from the dialplan
; by setting the variable MFCR2_CATEGORY
; (remember to set _MFCR2_CATEGORY from originating channels)
-; MFCR2_CATEGORY will also be a variable available
-; on incoming calls set to the value received from
-; the far end
+; MFCR2_CATEGORY will also be a variable available in your context
+; on incoming calls set to the value received from the far end
; mfcr2_category=national_subscriber
; Call logging is stored at the Asterisk
@@ -1129,6 +1128,7 @@ pickupgroup=1
; mfcr2_accept_on_offer=yes
; Skip request of calling party category and ANI
+; you need openr2 >= 1.2.0 to use this feature
; mfcr2_skip_category=no
; WARNING: advanced users only! I really mean it