From 3610478c704d518b16271b66c149ea56687055c5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 25 Mar 2007 23:00:37 +0000 Subject: [PATCH] fix typo (closes: #1314) SVN-Revision: 6698 --- net/asterisk/files/modules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/asterisk/files/modules.conf b/net/asterisk/files/modules.conf index 1d6f35400a..39703ac558 100644 --- a/net/asterisk/files/modules.conf +++ b/net/asterisk/files/modules.conf @@ -101,7 +101,7 @@ noload => app_setcallerid.so ; Set CallerID Application noload => app_setcdruserfield.so ; CDR user field apps noload => app_setcidname.so ; Set CallerID Name noload => app_setcidnum.so ; Set CallerID Number -noload => app_setrndis.so ; Set RDNIS Number +noload => app_setrdnis.so ; Set RDNIS Number noload => app_settransfercapability.so ; Set ISDN Transfer Capability noload => app_sms.so ; SMS/PSTN handler noload => app_softhangup.so ; Hangs up the requested channel -- 2.30.2