[OSL | CCIE_Voice] QOS : Shape Adaptive and Shape Average

2012-10-19 Thread Dulip Ravindra
Hi All, What is the use of  Shape adaptive / shape Average  in QOS. is it a part of traffic shaping ? and how it works ? cheers, Dulip. ___ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a

Re: [OSL | CCIE_Voice] QOS : Shape Adaptive and Shape Average

2012-10-19 Thread Dan Quinlan (daquinla)
Yes they are for traffic shaping. Average is the rate you want to shape to. Adaptive tells IOS to throttle back the shape rate if receiving BECN's from the far end and to step the rate back up when the BECN's stop. DQ Dan Quinlan, CCIE #36129 daqui...@cisco.commailto:daqui...@cisco.com On Oct

[OSL | CCIE_Voice] Voiceview Express and CUCM integration - message playback issues

2012-10-19 Thread Peter Simmons
Dear all, I have run into problems trying to get Voiceview message playback working with Call Manager (not CME - please note!) I have done the following: 1) Checked CUE license is correct for CCM integration 2) Enabled VoiceView on CUE 3) Created a phone service on CUCM pointing to the CUE

Re: [OSL | CCIE_Voice] Voiceview Express and CUCM integration - message playback issues

2012-10-19 Thread Dan Quinlan (daquinla)
Try adding standard CTI enabled to the jtapi user. I've seen issues with the control all devices in the past. DQ Dan Quinlan, CCIE #36129 daqui...@cisco.com On Oct 19, 2012, at 1:09 PM, Peter Simmons pe...@grayrigg.com wrote: Dear all, I have run into problems trying to get Voiceview

Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Dan Quinlan (daquinla)
Off the cuff not sure if there is a null. You can create two patterns: [0-9]! and ! . The first one matches anything with at least on digit - have it do no manipulation. The Null string should match the second pattern. DQ Dan Quinlan, CCIE #36129 daqui...@cisco.commailto:daqui...@cisco.com

Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Dan Quinlan (daquinla)
Forget my message below. Actually, ! has to match a number, so that probably won't work. You can use a ? To match 0 or more occurrences of the previous digit. So a few ideas to try: ^[0-9] (not 0 through 9) or \+? (nothing, + up through +++) You might need some explicit

Re: [OSL | CCIE_Voice] lan qos- cos 5 threshold 1 in queue 1 doesn't show in running config

2012-10-19 Thread Steffen Bruening
Hi Krishna, you will not see Cos 5 in Threshold 1 because this is the default Threshold for Cos 5. The running-config presents always only the non-default values, e.g if you put an prefererence command on your dial-peers you will this only as long as it is not the default value 0. Regards

Re: [OSL | CCIE_Voice] cucm dial string to match null string

2012-10-19 Thread Pavan
It's quite trivial in UCM. Just configure plar http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/8_0_2/ccmcfg/b03dn.html#wpxref85834 Sent from my iSnuff On Oct 19, 2012, at 6:21 PM, Dan Quinlan (daquinla) daqui...@cisco.com wrote: Forget my message below. Actually, ! has to match a