--- unsolicited.py	Wed Dec 24 16:03:53 2008
+++ /home/root/unsolicited.py	Sat Jan 17 12:40:16 2009
@@ -196,8 +196,10 @@
         """
         callId, msgType, ibt, tch, direction, mode, number, ntype, alpha, cause, line = safesplit( righthandside, "," )
 
-        #devchannel = self._object.modem.communicationChannel( "DeviceMediator" )
+        devchannel = self._object.modem.communicationChannel( "DeviceMediator" )
         #devchannel.enqueue( "+CPAS;+CEER" )
+        devchannel.enqueue( "%N0187" )
+	 devchannel.enqueue( "AT+CLVL=230" )
 
         info = {}
 

