mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
(ppp, 4g) extend logging for https://github.com/opnsense/core/issues/1004
This commit is contained in:
parent
e31965860f
commit
73a227842e
@ -178,6 +178,7 @@ ModemDial:
|
||||
match "NO DIAL" DialAbortNoDial
|
||||
match "BUSY" DialAbortBusy
|
||||
regex "CONNECT *([0-9]*).*$" DialConnect
|
||||
match "CME" DialErrorCME
|
||||
match "ERR" DialError
|
||||
wait $ConnectTimeout
|
||||
log "No response from the modem after dialing."
|
||||
@ -1702,3 +1703,9 @@ SierraSetup:
|
||||
set $modemCmd "&F&C1&D2E0$M0"
|
||||
call ModemCmd2
|
||||
return
|
||||
|
||||
|
||||
DialErrorCME:
|
||||
match "ERROR" DialError
|
||||
log "CME Error (SIM failure?)."
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user