Have you ever needed to review the jabber-config.xml file that is loaded on a system to confirm which options or parameters have been selected
There is an easy way to do this by typing the following into a browser
ip sla responder
ip sla 10 ! New IP SLA Instance #10 udp-jitter 10.1.1.1 16800 source-ip 10.2.2.2 codec g711ulaw ! udp jitter w/Voice codec tos 184 ! TOS bit, using EF here frequency 300 ! testing interval ip sla schedule 10 life forever start-time now ! start now, never stop
Router#sh ip sla statistics 10 ! Omit the # to view all SLA stats.
IPSLAs Latest Operation Statistics
IPSLA operation id: 10
Type of operation: udp-jitter
Latest RTT: 42 milliseconds
Latest operation start time: 18:28:06.603 UTC Thu May 5 2011
Latest operation return code: OK
RTT Values:
Number Of RTT: 1000 RTT Min/Avg/Max: 39/42/154 milliseconds
Latency one-way time:
Number of Latency one-way Samples: 1000
Source to Destination Latency one way Min/Avg/Max: 25/26/41 milliseconds
Destination to Source Latency one way Min/Avg/Max: 13/15/127 milliseconds
Jitter Time:
Number of SD Jitter Samples: 999
Number of DS Jitter Samples: 999
Source to Destination Jitter Min/Avg/Max: 0/2/15 milliseconds
Destination to Source Jitter Min/Avg/Max: 0/2/90 milliseconds
Packet Loss Values:
Loss Source to Destination: 0 Loss Destination to Source: 0
Out Of Sequence: 0 Tail Drop: 0
Packet Late Arrival: 0 Packet Skipped: 0
Voice Score Values:
Calculated Planning Impairment Factor (ICPIF): 1
MOS score: 4.34
Number of successes: 7
Number of failures: 0
Operation time to live: Forever
~/Downloads/
directory.macbookpro:~ ryan$ cd ~/Downloads macbookpro:Downloads ryan$ chmod +x ./CcmServRtmtPlugin.bin macbookpro:Downloads ryan$ ./CcmServRtmtPlugin.bin
macbookpro:Downloads ryan$ cd /Applications/JRtmt macbookpro:JRtmt ryan$ cp run.sh run.orig.sh macbookpro:JRtmt ryan$ vim run.sh
run.sh
up in vim. Here we'll just change the java that this script is trying to use. You can either change it to just java
or you can put the full path to java in place of it. For those of you who are vim challenged, or have no idea what I'm talking about, type the following into vim::%s/\.\/jre\/bin/\/usr\/bin/ :wq
tzupdater.jar
file in the current directory. So at your command prompt:macbookpro:JRtmt ryan$ ./run.sh
2010-11-01 08:22:28,496 [SplashThread] INFO rtmt.control - [INFO]Timezone ServerVersion:tzdata2009p 2010-11-01 08:22:28,496 [SplashThread] INFO rtmt.control - [INFO]Timezone ClientVersion:tzdata2010l 2010-11-01 08:22:28,496 [SplashThread] INFO rtmt.control - [INFO]Timezone isUpdateRequired:true 2010-11-01 08:22:28,678 [SplashThread] INFO rtmt.control - [INFO]tzupdater.jar downloaded to:/Applications/JRtmt/tzupdater.jar java.home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home java.vendor: Apple Inc. java.version: 1.6.0_22 JRE time zone data version: tzdata2010l There's no tzdata available for this Java runtime. macbookpro:JRtmt ryan$
macbookpro:JRtmt ryan$ sudo java -Djava.vendor="Sun Microsystems Inc." -jar ./tzupdater.jar -u -f -v java.home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home java.vendor: Sun Microsystems Inc. java.version: 1.6.0_22 JRE time zone data version: tzdata2010l Embedded time zone data version: tzdata2009p Extracting files... done. Renaming directories... done. Validating the new time zone data... done. Time zone data update is complete. macbookpro:JRtmt ryan$
macbookpro:JRtmt ryan$ ./run.sh
do shell script "cd /Applications/JRtmt; ./run.sh"
/Applications/JRtmt
. Assuming that it does work for you, click File > Save As, select Application
for the File Format and save this wherever you want. Probably in the JRtmt
folder would make the most sense, but you can do whatever you want.admin: run sql select d.name as device, n.dnorpattern,
cfd.cfadestination from device as d inner join devicenumplanmap as dmap
on dmap.fkdevice = d.pkid inner join numplan as n on
n.pkid=dmap.fknumplan inner join callforwarddynamic as cfd on
cfd.fknumplan=n.pkid where (cfd.cfadestination != '')
admin: run sql select d.name as device, n.dnorpattern,
cfd.cfadestination from device as d inner join devicenumplanmap as dmap
on dmap.fkdevice = d.pkid inner join numplan as n on
n.pkid=dmap.fknumplan inner join callforwarddynamic as cfd on
cfd.fknumplan=n.pkid where ((cfd.cfadestination != '') or
(cfd.cfaVoicemailEnabled='t'))
admin: run sql select d.name as device, n.dnorpattern,
cfd.cfadestination from device as d inner join devicenumplanmap as dmap
on dmap.fkdevice = d.pkid inner join numplan as n on
n.pkid=dmap.fknumplan inner join callforwarddynamic as cfd on
cfd.fknumplan=n.pkid where (cfd.cfadestination = '917035551212')