add debug log at beginning of running

This commit is contained in:
Joel Wetzell
2026-02-07 12:40:30 -06:00
parent 9ba3a88e8c
commit 37c7a23063
17 changed files with 17 additions and 7 deletions

View File

@@ -115,6 +115,7 @@ func (sds *SIPDTMFServer) Type() string {
}
func (sds *SIPDTMFServer) Run(ctx context.Context) error {
sds.logger.Debug("running")
router, ok := ctx.Value(route.RouterContextKey).(route.RouteIO)
if !ok {