Ticket #122: unsolicited.py.diff
| File unsolicited.py.diff, 569 bytes (added by carllobo, 3 years ago) |
|---|
-
unsolicited.py
old new 196 196 """ 197 197 callId, msgType, ibt, tch, direction, mode, number, ntype, alpha, cause, line = safesplit( righthandside, "," ) 198 198 199 #devchannel = self._object.modem.communicationChannel( "DeviceMediator" )199 devchannel = self._object.modem.communicationChannel( "DeviceMediator" ) 200 200 #devchannel.enqueue( "+CPAS;+CEER" ) 201 devchannel.enqueue( "%N0187" ) 202 devchannel.enqueue( "AT+CLVL=230" ) 201 203 202 204 info = {} 203 205
