diff --git a/src/modems/hayes.c b/src/modems/hayes.c index d614575..06bf1ce 100644 --- a/src/modems/hayes.c +++ b/src/modems/hayes.c @@ -561,7 +561,7 @@ static HayesCodeHandler _hayes_code_handlers[] = ModemPluginDefinition plugin = { "Hayes", - NULL, + "phone", _hayes_config, _hayes_init, _hayes_destroy,