mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
add verb:status handling
This commit is contained in:
@@ -58,6 +58,7 @@ class WsSession extends Emitter {
|
||||
case 'session:reconnect':
|
||||
case 'call:status':
|
||||
case 'verb:hook':
|
||||
case 'verb:status':
|
||||
case 'jambonz:error':
|
||||
this.ws.emit(type, {msgid, call_sid, hook, payload});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user