How to monitor multiple Asterisk servers with Queue Metrics?
adalson007 21-August-2008 08:50:30 PM

Comments


Sorry for the wrong answer posting.

The actual answer is as follows:

www.queuemetrics.com/download/QM_TrixBox_210.pdf
Posted by sagitraz


Convert WAV audio files for use in Asterisk
Converting WAV files
Asterisk 1.4
In asterisk 1.4 is a conversion application built in, Asterisk file convert.
The command converts between different code formats.

file convert

A shell script example:

#!/bin/bash
# Converts a audio file from alaw to a ulaw
rasterisk -x "file convert /tmp/file_in.alaw /tmp/file_out.ulaw"
Posted by sagitraz


http://astrecipes.net/index.php?from=1&q=AstRecipes/Monitoring%20multiple%20Asterisk%20servers%20with%20QueueMetrics
Posted by adamsclark



Posted: 22-August-2008 03:19:18 PM By: adamsclark

http://astrecipes.net/index.php?from=1&q=AstRecipes/Monitoring%20multiple%20Asterisk%20servers%20with%20QueueMetrics

Posted: 27-August-2008 07:58:35 AM By: sagitraz

Convert WAV audio files for use in Asterisk
Converting WAV files
Asterisk 1.4
In asterisk 1.4 is a conversion application built in, Asterisk file convert.
The command converts between different code formats.

file convert

A shell script example:

#!/bin/bash
# Converts a audio file from alaw to a ulaw
rasterisk -x "file convert /tmp/file_in.alaw /tmp/file_out.ulaw"

Posted: 27-August-2008 08:02:06 AM By: sagitraz

Sorry for the wrong answer posting.

The actual answer is as follows:

www.queuemetrics.com/download/QM_TrixBox_210.pdf