[svn-commits] tzafrir: trunk r1283 - /trunk/xpp/utils/genzaptelconf

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 9 19:53:20 MST 2006


Author: tzafrir
Date: Wed Aug  9 21:53:20 2006
New Revision: 1283

URL: http://svn.digium.com/view/zaptel?rev=1283&view=rev
Log:
genzaptelconf: fixed typo that prevented getting caller ID on zaptel trunks

Modified:
    trunk/xpp/utils/genzaptelconf

Modified: trunk/xpp/utils/genzaptelconf
URL: http://svn.digium.com/view/zaptel/trunk/xpp/utils/genzaptelconf?rev=1283&r1=1282&r2=1283&view=diff
==============================================================================
--- trunk/xpp/utils/genzaptelconf (original)
+++ trunk/xpp/utils/genzaptelconf Wed Aug  9 21:53:20 2006
@@ -349,7 +349,7 @@
 			fi
 		else # this is an FXO (trunk/phone: FXO signalling)
 		  # we have may have set it. So reset it:
-			echo "callerid=asrecieved"
+			echo "callerid=asreceived"
 			echo "mailbox="
 			if [ "$group_manual" != "yes" ]
 			then 
@@ -785,7 +785,7 @@
 							echo "context=$context_phones"
 						fi
 					else # we have may have set it. So reset it:
-						echo "callerid=asrecieved"
+						echo "callerid=asreceived"
 						#echo "mailbox="
 						if [ "$group_manual" != "yes" ]
 						then 



More information about the svn-commits mailing list