(ctx context.Context, reply string, req *proxy.Request)
| 38 | } |
| 39 | |
| 40 | func (s *Server) playbackStop(ctx context.Context, reply string, req *proxy.Request) { |
| 41 | s.sendError(reply, s.ari.Playback().Stop(req.Key)) |
| 42 | } |
| 43 | |
| 44 | func (s *Server) playbackSubscribe(ctx context.Context, reply string, req *proxy.Request) { |
| 45 | // bind dialog |