Forums
« Back to APIs

Jabber Voice Quality APIs?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
Noob here.
 
Are there any APIs which my applcation can use to gather some VQ information (Jitter, Latency, Packet drops) on an Active Jabber Voice and Video calls ?
 
Something available in  Java envrionment ?
 
Thanks!
Arvind
 

Hi Arvind,

Are you searching for APIs to present some video quality stats to the user, or report to the admin ? I do not think the SDK exposes this kind of information at the moment.
Also, the current SDK targets web applications, do you use Java on the client ?

Thomas

Hi Arvind,

Are you searching for APIs to present some video quality stats to the user, or report to the admin ? I do not think the SDK exposes this kind of information at the moment.
Also, the current SDK targets web applications, do you use Java on the client ?

Thomas

 
Yes - some mechanism to collect the Voice Quality data while the Jabber clients are in active calls - something akin to CDR/CMR records in a CUCM and VoIP phones setup.
 
Are there any CDR/CMR records stored somewhere on a server which can be later processed once the Jabber call is terminated ?
 
I am looking for in a Java client.
 
Also, are there APIs avaialbe to get a third-party call control on two Jabber Clients ?
 
 
Thanks!
Arvind
 

Arvind,

The Serviceability APIs will do the job for you.
For Java, you can use this API to get the CDR file list and upload the file to the FTP/SFTP you want.

Howard