Re: [OSL | CCIE_Voice] ntp master- is it necessary

2012-08-04 Thread Krishna
hi folks,

i see some guys posts on ntp master command on the hq router ... i was 
wondering why one would  be needing ntp master command when it is already being 
synchronized with external ntp server ntp master will infact mess up the 
time if not configured correctly since ntp master takes the stratum from the 
hardware(device) and be careful when putting the command ntp master .. if it is 
required then it is advised to keep the stratum number high compared to the 
extrenal ntp server... please correct me guys if i m wrong 

precisely, i felt that ntp master command is not required if that device is 
synchronized with external ntp server.. any comments on my advice is much 
appreciated...


thank you
krishna.___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Download a .wav file from CUCM

2012-08-04 Thread Gurpreet Singh Kukreja
Hey Randall,

Check this:
http://bhatkoti.com/2009/01/08/how-to-download-music-on-hold-moh-file-from-ccm5x-6x-7x-server/


Regards
Gurpreet

On Sat, Aug 4, 2012 at 2:28 PM, Randall Crumm  wrote:

> Hello,
> How do I download a .wav file (userd for MOH) from CUCM?
> I am trying to tftp the file down using tftpd32 but it always says file
> and hostname firleds are required.
> I did fill out the fields
>
> Something is wrong.
>
> Any help on tftpd32 or something else?
>
> Thanks,
>
>
> Thanks,
>
> Cheers,
> Randall
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Download a .wav file from CUCM

2012-08-04 Thread Bruno Nonogaki
Hi,

The MOH files are not stored in TFTP, but under the mohprep folder. You can
view them with the command file list activelog mohprep

So if you want to download them, you should do a "file get activelog
mohprep/file.wav"
But I think you can only transfer the file via SFTP, and not FTP or TFTP.

Regards,

Bruno


On Sat, Aug 4, 2012 at 3:28 PM, Randall Crumm  wrote:

> Hello,
> How do I download a .wav file (userd for MOH) from CUCM?
> I am trying to tftp the file down using tftpd32 but it always says file
> and hostname firleds are required.
> I did fill out the fields
>
> Something is wrong.
>
> Any help on tftpd32 or something else?
>
> Thanks,
>
>
> Thanks,
>
> Cheers,
> Randall
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Download a .wav file from CUCM

2012-08-04 Thread Randall Crumm
Hello,
How do I download a .wav file (userd for MOH) from CUCM?
I am trying to tftp the file down using tftpd32 but it always says file and 
hostname firleds are required.
I did fill out the fields

Something is wrong. 

Any help on tftpd32 or something else?

Thanks,


Thanks,
 
Cheers,
Randall
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] srst - voicemail for cue intergrated with cucm

2012-08-04 Thread Jason Murray
When in SRST mode you set up CUE just as you could if you had it integrated 
with CME. I also personally think you should practice setting CUE up via 
command line because I find it much quicker. Below is the config to set up both 
a JTAPI (CUCM) and a SIP (CME/SRST) integration (of course you would need to 
configure CUCM for the jtapi integration with a RoutePoint and CTI ports as 
well as a cuejtapi application user). I would get used to configuring both at 
site C.



 SC RTR:

 (Needed for both types of integrations)
 interface Service-Engine0/0
 ip unnumbered Loopback1
 service-module ip address 10.10.115.2 255.255.255.0
 service-module ip default-gateway 10.10.115.1

 ip route 10.10.115.2 255.255.255.255 Service-Engine0/0

 interface Loopback1
 ip address 10.10.115.1 255.255.255.0
 ip ospf network point-to-point


 (Needed for CME/SRST integration)
 sip-ua
 mwi-server ipv4:10.10.115.2 unsolicited

 dial-peer voice 4600 voip
 destination-pattern 4600
 session protocol sipv2
 session target ipv4:10.10.115.2
 dtmf-relay sip-notify
 codec g711ulaw
 no vad 



 CUE Config:



 ccn subsystem sip
 gateway address "10.10.115.1"
 mwi sip unsolicited

 ccn subsystem jtapi
 ccm-manager address 10.10.210.11 10.10.210.10
 ccm-manager username cuejtapi password cisco
 ctiport 4601 4602

 ccn trigger sip phonenumber 4600
 application voicemail

 ccn trigger jtapi phonenumber 4600
 application voicemail

 username tjefferson create
 username tjefferson phonenumber 4002

 voicemail mailbox owner tjefferson
 no tut

 (exit out of config mode)

 username tjefferson pin 12345
 username tjefferson pass 12345



 I know it may look like a lot of commands to configure because I thought that 
as well but when you do it a few times you can knock out the integration in 
minutes (excluding all the initial reboots and stuff :) )


 Jason


From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com]  *On Behalf Of *Krishna
 *Sent:* Friday, August 03, 2012 1:44 PM
 *To:* Online Study
 *Subject:* Re: [OSL | CCIE_Voice] srst - voicemail for cue intergrated with 
cucm
hi folks,
i have a site C with cue integrated with cucm, and the site C phones are 
registered to call manager as well. when site operates in SRST, how can i able 
to make voicemail to work, since CUE is integrated with cucm... Does CUE 
supports both ccm and cue features or the voicemail doesn't work in srst mode?? 
any advice or suggestion on this query is much appreciated..
thank you
krishna.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] UPGRADE- UCCX 5.X TO 8.X

2012-08-04 Thread Dan Quinlan (daquinla)
http://www.cisco.com/en/US/products/sw/custcosw/ps1846/prod_installation_guides_list.html

DQ
d...@cisco.com

Sent from my iPhone

On Aug 3, 2012, at 10:12 PM, "Gurinder Mahal" 
mailto:gurinder_ma...@yahoo.com>> wrote:

can anyone help me on this
How to upgrade UCCX 5.x to 8.x
any video or doc


From: 
"ccie_voice-requ...@onlinestudylist.com"
 
mailto:ccie_voice-requ...@onlinestudylist.com>>
To: ccie_voice@onlinestudylist.com
Sent: Friday, 3 August 2012 9:00 AM
Subject: CCIE_Voice Digest, Vol 78, Issue 8

Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
or, via email, send a message with subject or body 'help' to

ccie_voice-requ...@onlinestudylist.com

You can reach the person managing the list at

ccie_voice-ow...@onlinestudylist.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CCIE_Voice digest..."


Today's Topics:

  1. Re: when to use SRST command under telephonyservice for mgcp
  fallback (William Bell)
  2. Re: no voice recording using phone via UC (Jason Murray)
  3. Re: no voice recording using phone via UC (Eliot Ngwa)


--

Message: 1
Date: Thu, 2 Aug 2012 12:09:01 -0400
From: William Bell mailto:b...@ucguerrilla.com>>
To: Krishna mailto:vinayak_...@yahoo.com>>
Cc: Online Study 
mailto:ccie_voice@onlinestudylist.com>>
Subject: Re: [OSL | CCIE_Voice] when to use SRST command under
telephonyservice for mgcp fallback
Message-ID: 
<8e3b7063-31ac-4e3a-9b8a-9d3ac1e09...@ucguerrilla.com>
Content-Type: text/plain; charset="us-ascii"

Krishna,

In regards to SRST and MGCP Fallback. They are two different mechanisms. While 
most people think of them in the same context, they are not linked in any way 
(from a software perspective, if you know what I mean). So, your choice on 
whether to use traditional SRST (call-manager-fallback) or CME-SRST 
(telephony-service) is not dependent on MGCP in any way.

Your question on when to use "telephony-service" for SRST is a fair question 
for sure. I have pondered this myself and my conclusion is that you will either 
be told what the proctor wants (that would be nice) or you will have to pick 
out clues in the lab read through that indicate the need for CME-SRST. Once you 
determine that CME-SRST is the way to go then you need to determine what 
auto-provision mode to use (none, all, dn). Vik has a really good write up on 
this decision tree here:

http://blog.ipexpert.com/2011/09/14/difficult-decisions-4-choices-for-srst/

I would say plan to build the SRST reference and apply it directly to the 
device pool rather than using "default gateway". I think it is necessary to 
support SIP in SRST mode. I guess my recommendation is based on the fact this 
test is as much about speed as it is about knowledge. So, picking configuration 
methods/habits that help improve efficiency *and* maintain flexibility to 
support different lab scenarios is a good thing.


HTH.

-Bill

--
William Bell
blog: http://ucguerrilla.com
twitter: @ucguerrilla



On Aug 2, 2012, at 11:17 AM, Krishna wrote:

> hi folks,
>
> of lately for srst tasks, i am unable to understand about srst commands with 
> reference to mgcp fallback... for an mgcp gateway all we know that 
> ccm-manager fallback mgcp is enough to act it as srst mode with 
> telephony-service or call-manager-fallback for locally processing the calls...
>
> if we need to support features then we will go with telephony-service, and i 
> feel that max-dn , max-ephone, and ip source address are enough for phones to 
> register locally.. but my query is why we  and when would we use srst 
> commands under telephony-service ???
>
> moreover, does it harm if i explicitly put the srst reference under site 
> device pool for the sites to be in srst mode rather leaving the value to "use 
> default-gateway"???(provided that default-gateway is the one default-router 
> for the phones)
>
> any help in making a clear understanding is much appreciated..
>
> thank you
> krishna.
> ___
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com

-- next part --
An HTML attachment was scrubbed...
URL: 

--

Message: 2
Date: Thu, 0