Call API is a front-end layer for managing advanced SIP call flows. It listens for WebSocket connections and talks JSON-RPC 2.0 over them.
GNU General Public License v3.0
51
stars
22
forks
source link
ws_server: allow optional `cmd_id` #3
Closed
razvancrainea closed 4 years ago
LGTM. It used to be optional at first, but maybe the
(string)
cast subsequently added this restriction. Cheers!