From 3d4f6cef05280ebbe8e0b0de23bfefe78c27a2fb Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 15 Jan 2025 12:12:18 +0530 Subject: [PATCH 01/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 3e4b01f34db..6bb1f90c51f 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,6 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { + url = "https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -612,6 +613,7 @@ export class Registration implements IRegistration { return abort; } + servers = ["https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From c6e17991bd7ab163d246f32c9bf380b3410a2b33 Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 15 Jan 2025 12:16:35 +0530 Subject: [PATCH 02/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 66fb01d86fc..469d919e4ba 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = activeUrl; + this.mobiusUrl = "https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From b9a2ecdbe63caf0b4e0cf3fffbd49c6fa11d418b Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 15 Jan 2025 14:34:46 +0530 Subject: [PATCH 03/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 469d919e4ba..1e03203914d 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From f81338436742ad02c2be169f5c97d915133a8b8d Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 15 Jan 2025 14:35:50 +0530 Subject: [PATCH 04/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 6bb1f90c51f..f4994c84e2e 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.za-wcrtm1.p1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 6bccaa00b043fd1e8b582656835d002cb88db544 Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 22 Jan 2025 15:45:39 +0530 Subject: [PATCH 05/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 1e03203914d..728aed41cbc 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From deb56afdd9ebec1363c6b11daf6ac003b3975e52 Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 22 Jan 2025 15:46:28 +0530 Subject: [PATCH 06/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index f4994c84e2e..0b98aea40b1 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.sa-01wrtm1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 66dca5f0afc379bf1010af803a26e954ba85a842 Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 22 Jan 2025 18:07:56 +0530 Subject: [PATCH 07/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 0b98aea40b1..e1a61ad7bc7 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 3c994a75b9c790370bfc823f4662eb2af1fd0e78 Mon Sep 17 00:00:00 2001 From: deepearo Date: Wed, 22 Jan 2025 18:08:18 +0530 Subject: [PATCH 08/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 728aed41cbc..aa51377f466 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From 1f2cae5af6b44125b168c99332cb3200f62e2257 Mon Sep 17 00:00:00 2001 From: deepearo Date: Mon, 27 Jan 2025 19:55:54 +0530 Subject: [PATCH 09/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index aa51377f466..148f51f7f35 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From bda77673c3339fd6df099d47e2cd26757a14c0e1 Mon Sep 17 00:00:00 2001 From: deepearo Date: Mon, 27 Jan 2025 19:56:26 +0530 Subject: [PATCH 10/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index e1a61ad7bc7..141cddf1eff 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.asydwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 96d9a1cdd1746cde5499ae93db4efd320b66e15d Mon Sep 17 00:00:00 2001 From: deepearo Date: Tue, 28 Jan 2025 10:54:41 +0530 Subject: [PATCH 11/15] Update register.ts --- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 141cddf1eff..26134fa9653 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From b8621683f2bedd48456ce96d329efce7041dd3d4 Mon Sep 17 00:00:00 2001 From: deepearo Date: Tue, 28 Jan 2025 10:55:17 +0530 Subject: [PATCH 12/15] Update call.ts --- packages/calling/src/CallingClient/calling/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 148f51f7f35..8bd5bed9ced 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.asydwxt-prd-3.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; From 694cdaabcffcbc1d871d954f6d1082a888d1e838 Mon Sep 17 00:00:00 2001 From: Deepesh Arora Date: Fri, 31 Jan 2025 14:59:06 +0530 Subject: [PATCH 13/15] testing acmhwxt-prd-1 cluster --- packages/calling/src/CallingClient/calling/call.ts | 2 +- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 8bd5bed9ced..81ad19b5577 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 26134fa9653..af4f2f2dc53 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.asydwxt-prd-3.a1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 6f959e63a1d392302e1c5b228f3d0e05d43a89cb Mon Sep 17 00:00:00 2001 From: Deepesh Arora Date: Fri, 31 Jan 2025 16:07:30 +0530 Subject: [PATCH 14/15] testing afrawxt-prd-1 cluster --- packages/calling/src/CallingClient/calling/call.ts | 2 +- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 81ad19b5577..728aed41cbc 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index af4f2f2dc53..0b98aea40b1 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.acmhwxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false; From 5a0d52002421a96f10836b78853f03eba6cb64df Mon Sep 17 00:00:00 2001 From: Deepesh Arora Date: Fri, 7 Feb 2025 13:27:58 +0530 Subject: [PATCH 15/15] testing with mobius-us-east-2 --- packages/calling/src/CallingClient/calling/call.ts | 2 +- packages/calling/src/CallingClient/registration/register.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calling/src/CallingClient/calling/call.ts b/packages/calling/src/CallingClient/calling/call.ts index 728aed41cbc..ed0b7f0c9c0 100644 --- a/packages/calling/src/CallingClient/calling/call.ts +++ b/packages/calling/src/CallingClient/calling/call.ts @@ -231,7 +231,7 @@ export class Call extends Eventing implements ICall { this.callerInfo = {} as DisplayInformation; this.localRoapMessage = {} as RoapMessage; - this.mobiusUrl = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + this.mobiusUrl = "https://mobius-us-east-2.prod.infra.webex.com/api/v1/calling/web/"; this.receivedRoapOKSeq = 0; this.mediaNegotiationCompleted = false; diff --git a/packages/calling/src/CallingClient/registration/register.ts b/packages/calling/src/CallingClient/registration/register.ts index 0b98aea40b1..8d9432d4c17 100644 --- a/packages/calling/src/CallingClient/registration/register.ts +++ b/packages/calling/src/CallingClient/registration/register.ts @@ -118,7 +118,7 @@ export class Registration implements IRegistration { } public setActiveMobiusUrl(url: string) { - url = "https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"; + url = "https://mobius-us-east-2.prod.infra.webex.com/api/v1/calling/web/"; log.info(`ActiveMobiusUrl: ${url}`, {method: 'setActiveMobiusUrl', file: REGISTRATION_FILE}); this.activeMobiusUrl = url; this.callManager.updateActiveMobius(url); @@ -613,7 +613,7 @@ export class Registration implements IRegistration { return abort; } - servers = ["https://mobius.afrawxt-prd-1.prod.infra.webex.com/api/v1/calling/web/"]; + servers = ["https://mobius-us-east-2.prod.infra.webex.com/api/v1/calling/web/"]; for (const url of servers) { try { abort = false;