mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
further subspace fixes
This commit is contained in:
@@ -245,7 +245,7 @@ const enableSubspace = async(opts) => {
|
||||
const accessToken = await getSubspaceJWT(subspace_client_id, subspace_client_secret);
|
||||
const postTeleport = bent('https://api.subspace.com', 'POST', 'json', 200);
|
||||
|
||||
const teleport = await postTeleport('/v1/sip-teleports',
|
||||
const teleport = await postTeleport('/v1/sipteleport',
|
||||
{
|
||||
destination,
|
||||
name: 'Jambonz'
|
||||
|
||||
Reference in New Issue
Block a user