Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Bo Gao
In my case, the name of folder makes a difference.
Some phones use 320x212x12, others use 320x212x16, and etc.  Make sure your
folder name and path in the list.xml set to what your phones are looking
for.

Regards,


Bo



On Sat, Aug 21, 2010 at 6:36 PM, Cyrus  wrote:

> Hi,
>
>
> Every time worked for with the method:  reload the router after you put
> tftp-server commnads for commands to kick in  ,it's sort of like restarting
> TFTP service in CUCM!
>
>
> Cheers,
>
>
> On Sun, Aug 22, 2010 at 9:08 AM, Cisco CCIE  wrote:
>
>> I am using a 7961. This is what I see
>>
>> Aug 21 17:28:49.131: TFTP: Looking for Desktops/320x196x4/List.xml
>>
>> Ironic is that after about 5-10 min it worked! Does it take that amount of
>> time?
>>
>>
>> On Sat, Aug 21, 2010 at 6:02 PM, Daniel Berlinski 
>> wrote:
>>
>>> Hello
>>>
>>> What phone are you using?  What happens with your debug tftp events?  Is
>>> the phone looking for the path and files you have uploaded?  Sometime you
>>> may need to adjust your tftp-server settings with the alias command
>>>
>>> cheers
>>>
>>>
>>> On Sun, Aug 22, 2010 at 8:01 AM, Cisco CCIE wrote:
>>>
 Yup that's the process I have always followed but end result is always
 hit and miss. Was wondering who else has ran into similar issues?

 On 8/21/10, Ashar Siddiqui  wrote:
 > Follow this process and you will never have a miss.
 >
 > At CME router do the following:
 >
 > Ping the tftp server and check connectivity
 > Check if there is a directory on flash like
 Desktops/320x196x4/List.xml if
 > not then make a directory
 > Create directory in flash “mkdir flash:/Desktops/320x196x4”
 > Copy files across
 >
 > copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
 > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
 > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
 >
 > Show the path to ephones
 >
 > tftp-server flash:Desktops/320x196x4/List.xml
 > tftp-server flash:Desktops/320x196x4/large.png
 > tftp-server flash:Desktops/320x196x4/small.png
 >
 > Reset ephones
 > Go into Phone Settings à Preferences à Background image and select the
 new
 > image
 > Open debug tftp events and you will see following on router
 >
 > R3:
 > May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
 > May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml,
 fd 8,
 > size 152 for process 294
 > May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml,
 time
 > 00:00:00 for process 294
 > May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
 > May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png,
 fd 8,
 > size 7196 for process 294
 > May 23 15:44:35.063: TFTP: Finished
 flash:Desktops/320x196x4/small.png, time
 > 00:00:02 for process 294
 > May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
 > May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png,
 fd 8,
 > size 73628 for process 294
 > May 23 15:45:00.323: TFTP: Finished
 flash:Desktops/320x196x4/large.png, time
 > 00:00:21 for process 294
 >
 > http://tinyurl.com/39cu8eq
 >
 >
 > Ash>
 >
 >
 > Cisco CCIE wrote:
 >>
 >> OK so it appears that this has been happening with others as well. I
 did a
 >> search but none had it resolved. I had this working and then decided
 to
 >> redo the scenario but now it just won't work. Here are all the
 >> configurations just incase someone asks for it. Is there a bug with
 CME
 >> that makes this happen? i have never had ANY issues with background
 images
 >> in CUCM but CME is always a hit and a miss. Any help would be HIGHLY
 >> appreciated!
 >>
 >> tftp-server flash:Desktops/320x196x4/List.xml
 >> tftp-server flash:Desktops/320x196x4/phonelogoTN.png
 >> tftp-server flash:Desktops/320x196x4/phonelogo.png
 >>
 >>
 >> R3#dir
 >> Directory of flash:/Desktops/320x196x4/
 >>
 >>88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
 >>82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
 >>89  -rw-3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
 >>
 >> R3#more List.xml
 >> 
 >> >>> >> URL="TFTP:Desktops/320x196x4/phonelogo.png"/>
 >> 
 >>
 >>
 >> Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
 >> 0x4B6E1B6C for process 351
 >> Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223)
 via
 >> Vlan400
 >> Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
 >>
 >> Also I do have the PHONE TYPE under ephones.
 >>
 >> Thanks in advance!
 >>
 >> 
 >> ___

Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Cyrus
Hi,


Every time worked for with the method:  reload the router after you put
tftp-server commnads for commands to kick in  ,it's sort of like restarting
TFTP service in CUCM!


Cheers,

On Sun, Aug 22, 2010 at 9:08 AM, Cisco CCIE  wrote:

> I am using a 7961. This is what I see
>
> Aug 21 17:28:49.131: TFTP: Looking for Desktops/320x196x4/List.xml
>
> Ironic is that after about 5-10 min it worked! Does it take that amount of
> time?
>
>
> On Sat, Aug 21, 2010 at 6:02 PM, Daniel Berlinski wrote:
>
>> Hello
>>
>> What phone are you using?  What happens with your debug tftp events?  Is
>> the phone looking for the path and files you have uploaded?  Sometime you
>> may need to adjust your tftp-server settings with the alias command
>>
>> cheers
>>
>>
>> On Sun, Aug 22, 2010 at 8:01 AM, Cisco CCIE wrote:
>>
>>> Yup that's the process I have always followed but end result is always
>>> hit and miss. Was wondering who else has ran into similar issues?
>>>
>>> On 8/21/10, Ashar Siddiqui  wrote:
>>> > Follow this process and you will never have a miss.
>>> >
>>> > At CME router do the following:
>>> >
>>> > Ping the tftp server and check connectivity
>>> > Check if there is a directory on flash like Desktops/320x196x4/List.xml
>>> if
>>> > not then make a directory
>>> > Create directory in flash “mkdir flash:/Desktops/320x196x4”
>>> > Copy files across
>>> >
>>> > copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
>>> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
>>> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
>>> >
>>> > Show the path to ephones
>>> >
>>> > tftp-server flash:Desktops/320x196x4/List.xml
>>> > tftp-server flash:Desktops/320x196x4/large.png
>>> > tftp-server flash:Desktops/320x196x4/small.png
>>> >
>>> > Reset ephones
>>> > Go into Phone Settings à Preferences à Background image and select the
>>> new
>>> > image
>>> > Open debug tftp events and you will see following on router
>>> >
>>> > R3:
>>> > May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
>>> > May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml, fd
>>> 8,
>>> > size 152 for process 294
>>> > May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml,
>>> time
>>> > 00:00:00 for process 294
>>> > May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
>>> > May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png,
>>> fd 8,
>>> > size 7196 for process 294
>>> > May 23 15:44:35.063: TFTP: Finished flash:Desktops/320x196x4/small.png,
>>> time
>>> > 00:00:02 for process 294
>>> > May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
>>> > May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png,
>>> fd 8,
>>> > size 73628 for process 294
>>> > May 23 15:45:00.323: TFTP: Finished flash:Desktops/320x196x4/large.png,
>>> time
>>> > 00:00:21 for process 294
>>> >
>>> > http://tinyurl.com/39cu8eq
>>> >
>>> >
>>> > Ash>
>>> >
>>> >
>>> > Cisco CCIE wrote:
>>> >>
>>> >> OK so it appears that this has been happening with others as well. I
>>> did a
>>> >> search but none had it resolved. I had this working and then decided
>>> to
>>> >> redo the scenario but now it just won't work. Here are all the
>>> >> configurations just incase someone asks for it. Is there a bug with
>>> CME
>>> >> that makes this happen? i have never had ANY issues with background
>>> images
>>> >> in CUCM but CME is always a hit and a miss. Any help would be HIGHLY
>>> >> appreciated!
>>> >>
>>> >> tftp-server flash:Desktops/320x196x4/List.xml
>>> >> tftp-server flash:Desktops/320x196x4/phonelogoTN.png
>>> >> tftp-server flash:Desktops/320x196x4/phonelogo.png
>>> >>
>>> >>
>>> >> R3#dir
>>> >> Directory of flash:/Desktops/320x196x4/
>>> >>
>>> >>88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
>>> >>82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
>>> >>89  -rw-3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
>>> >>
>>> >> R3#more List.xml
>>> >> 
>>> >> >> >> URL="TFTP:Desktops/320x196x4/phonelogo.png"/>
>>> >> 
>>> >>
>>> >>
>>> >> Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
>>> >> 0x4B6E1B6C for process 351
>>> >> Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223)
>>> via
>>> >> Vlan400
>>> >> Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
>>> >>
>>> >> Also I do have the PHONE TYPE under ephones.
>>> >>
>>> >> Thanks in advance!
>>> >>
>>> >> 
>>> >> ___
>>> >> For more information regarding industry leading CCIE Lab training,
>>> please
>>> >> visit www.ipexpert.com
>>> >>
>>> >
>>> >
>>> >
>>>
>>> --
>>> Sent from my mobile device
>>> ___
>>> For more information regarding industry leading CCIE Lab training, please
>>> visit www.ipexpert.com
>>>
>>
>>
>
> 

Re: [OSL | CCIE_Voice] PHONE REGISTplRATION

2010-08-21 Thread bkvalent...@gmail.com
That's the dhcp pool for the remote phones.  Are you doing a hardware vpn?   If 
so, create a similar scope for your local phones.  Otherwise, manually assign 
ips and tftp.

Brian

- Reply message -
From: "Pithog Oil" 
Date: Sat, Aug 21, 2010 7:40 pm
Subject: [OSL | CCIE_Voice] PHONE REGISTplRATION
To: 

I am new on proctor labs 

Please  i need some  one that has worked on this lab to help me out 

i have done all that is needed as per config to make my phones register but to 
no avail.

please how do i get the phones local to me registered.

HERE IS MY CONFIG 

ip dhcp excluded-address 10.10.200.1 10.10.200.49
ip dhcp excluded-address 10.10.200.70 10.10.200.254
ip dhcp excluded-address 10.10.201.1 10.10.201.49
ip dhcp excluded-address 10.10.201.70 10.10.201.254
ip dhcp excluded-address 10.10.202.1 10.10.202.49
ip dhcp excluded-address 10.10.202.70 10.10.202.254
!
ip dhcp pool HQPHONES
   network 10.10.200.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.200.3
!
ip dhcp pool br1phones
   network 10.10.201.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.201.1
!
ip dhcp pool br2phones
   network 10.10.202.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.202.1



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


Re: [OSL | CCIE_Voice] PHONE REGISTplRATION

2010-08-21 Thread rearviewmirror
Where is your telephony-service config?

Anthony

On Sun, Aug 22, 2010 at 9:40 AM, Pithog Oil  wrote:
> I am new on proctor labs
>
> Please  i need some  one that has worked on this lab to help me out
>
> i have done all that is needed as per config to make my phones register but
> to no avail.
>
> please how do i get the phones local to me registered.
>
> HERE IS MY CONFIG
>
> ip dhcp excluded-address 10.10.200.1 10.10.200.49
> ip dhcp excluded-address 10.10.200.70 10.10.200.254
> ip dhcp excluded-address 10.10.201.1 10.10.201.49
> ip dhcp excluded-address 10.10.201.70 10.10.201.254
> ip dhcp excluded-address 10.10.202.1 10.10.202.49
> ip dhcp excluded-address 10.10.202.70 10.10.202.254
> !
> ip dhcp pool HQPHONES
>    network 10.10.200.0 255.255.255.0
>    option 150 ip 10.10.210.10
>    default-router 10.10.200.3
> !
> ip dhcp pool br1phones
>    network 10.10.201.0 255.255.255.0
>    option 150 ip 10.10.210.10
>    default-router 10.10.201.1
> !
> ip dhcp pool br2phones
>    network 10.10.202.0 255.255.255.0
>    option 150 ip 10.10.210.10
>    default-router 10.10.202.1
>
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


[OSL | CCIE_Voice] PHONE REGISTplRATION

2010-08-21 Thread Pithog Oil
I am new on proctor labs 

Please  i need some  one that has worked on this lab to help me out 

i have done all that is needed as per config to make my phones register but to 
no avail.

please how do i get the phones local to me registered.

HERE IS MY CONFIG 

ip dhcp excluded-address 10.10.200.1 10.10.200.49
ip dhcp excluded-address 10.10.200.70 10.10.200.254
ip dhcp excluded-address 10.10.201.1 10.10.201.49
ip dhcp excluded-address 10.10.201.70 10.10.201.254
ip dhcp excluded-address 10.10.202.1 10.10.202.49
ip dhcp excluded-address 10.10.202.70 10.10.202.254
!
ip dhcp pool HQPHONES
   network 10.10.200.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.200.3
!
ip dhcp pool br1phones
   network 10.10.201.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.201.1
!
ip dhcp pool br2phones
   network 10.10.202.0 255.255.255.0
   option 150 ip 10.10.210.10
   default-router 10.10.202.1



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


Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Cisco CCIE
I am using a 7961. This is what I see

Aug 21 17:28:49.131: TFTP: Looking for Desktops/320x196x4/List.xml

Ironic is that after about 5-10 min it worked! Does it take that amount of
time?

On Sat, Aug 21, 2010 at 6:02 PM, Daniel Berlinski wrote:

> Hello
>
> What phone are you using?  What happens with your debug tftp events?  Is
> the phone looking for the path and files you have uploaded?  Sometime you
> may need to adjust your tftp-server settings with the alias command
>
> cheers
>
>
> On Sun, Aug 22, 2010 at 8:01 AM, Cisco CCIE  wrote:
>
>> Yup that's the process I have always followed but end result is always
>> hit and miss. Was wondering who else has ran into similar issues?
>>
>> On 8/21/10, Ashar Siddiqui  wrote:
>> > Follow this process and you will never have a miss.
>> >
>> > At CME router do the following:
>> >
>> > Ping the tftp server and check connectivity
>> > Check if there is a directory on flash like Desktops/320x196x4/List.xml
>> if
>> > not then make a directory
>> > Create directory in flash “mkdir flash:/Desktops/320x196x4”
>> > Copy files across
>> >
>> > copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
>> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
>> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
>> >
>> > Show the path to ephones
>> >
>> > tftp-server flash:Desktops/320x196x4/List.xml
>> > tftp-server flash:Desktops/320x196x4/large.png
>> > tftp-server flash:Desktops/320x196x4/small.png
>> >
>> > Reset ephones
>> > Go into Phone Settings à Preferences à Background image and select the
>> new
>> > image
>> > Open debug tftp events and you will see following on router
>> >
>> > R3:
>> > May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
>> > May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml, fd
>> 8,
>> > size 152 for process 294
>> > May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml,
>> time
>> > 00:00:00 for process 294
>> > May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
>> > May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png, fd
>> 8,
>> > size 7196 for process 294
>> > May 23 15:44:35.063: TFTP: Finished flash:Desktops/320x196x4/small.png,
>> time
>> > 00:00:02 for process 294
>> > May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
>> > May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png, fd
>> 8,
>> > size 73628 for process 294
>> > May 23 15:45:00.323: TFTP: Finished flash:Desktops/320x196x4/large.png,
>> time
>> > 00:00:21 for process 294
>> >
>> > http://tinyurl.com/39cu8eq
>> >
>> >
>> > Ash>
>> >
>> >
>> > Cisco CCIE wrote:
>> >>
>> >> OK so it appears that this has been happening with others as well. I
>> did a
>> >> search but none had it resolved. I had this working and then decided to
>> >> redo the scenario but now it just won't work. Here are all the
>> >> configurations just incase someone asks for it. Is there a bug with CME
>> >> that makes this happen? i have never had ANY issues with background
>> images
>> >> in CUCM but CME is always a hit and a miss. Any help would be HIGHLY
>> >> appreciated!
>> >>
>> >> tftp-server flash:Desktops/320x196x4/List.xml
>> >> tftp-server flash:Desktops/320x196x4/phonelogoTN.png
>> >> tftp-server flash:Desktops/320x196x4/phonelogo.png
>> >>
>> >>
>> >> R3#dir
>> >> Directory of flash:/Desktops/320x196x4/
>> >>
>> >>88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
>> >>82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
>> >>89  -rw-3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
>> >>
>> >> R3#more List.xml
>> >> 
>> >> > >> URL="TFTP:Desktops/320x196x4/phonelogo.png"/>
>> >> 
>> >>
>> >>
>> >> Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
>> >> 0x4B6E1B6C for process 351
>> >> Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223)
>> via
>> >> Vlan400
>> >> Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
>> >>
>> >> Also I do have the PHONE TYPE under ephones.
>> >>
>> >> Thanks in advance!
>> >>
>> >> 
>> >> ___
>> >> For more information regarding industry leading CCIE Lab training,
>> please
>> >> visit www.ipexpert.com
>> >>
>> >
>> >
>> >
>>
>> --
>> Sent from my mobile device
>> ___
>> For more information regarding industry leading CCIE Lab training, please
>> visit www.ipexpert.com
>>
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Daniel Berlinski
Hello

What phone are you using?  What happens with your debug tftp events?  Is the
phone looking for the path and files you have uploaded?  Sometime you may
need to adjust your tftp-server settings with the alias command

cheers

On Sun, Aug 22, 2010 at 8:01 AM, Cisco CCIE  wrote:

> Yup that's the process I have always followed but end result is always
> hit and miss. Was wondering who else has ran into similar issues?
>
> On 8/21/10, Ashar Siddiqui  wrote:
> > Follow this process and you will never have a miss.
> >
> > At CME router do the following:
> >
> > Ping the tftp server and check connectivity
> > Check if there is a directory on flash like Desktops/320x196x4/List.xml
> if
> > not then make a directory
> > Create directory in flash “mkdir flash:/Desktops/320x196x4”
> > Copy files across
> >
> > copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
> > copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
> >
> > Show the path to ephones
> >
> > tftp-server flash:Desktops/320x196x4/List.xml
> > tftp-server flash:Desktops/320x196x4/large.png
> > tftp-server flash:Desktops/320x196x4/small.png
> >
> > Reset ephones
> > Go into Phone Settings à Preferences à Background image and select the
> new
> > image
> > Open debug tftp events and you will see following on router
> >
> > R3:
> > May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
> > May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml, fd
> 8,
> > size 152 for process 294
> > May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml,
> time
> > 00:00:00 for process 294
> > May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
> > May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png, fd
> 8,
> > size 7196 for process 294
> > May 23 15:44:35.063: TFTP: Finished flash:Desktops/320x196x4/small.png,
> time
> > 00:00:02 for process 294
> > May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
> > May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png, fd
> 8,
> > size 73628 for process 294
> > May 23 15:45:00.323: TFTP: Finished flash:Desktops/320x196x4/large.png,
> time
> > 00:00:21 for process 294
> >
> > http://tinyurl.com/39cu8eq
> >
> >
> > Ash>
> >
> >
> > Cisco CCIE wrote:
> >>
> >> OK so it appears that this has been happening with others as well. I did
> a
> >> search but none had it resolved. I had this working and then decided to
> >> redo the scenario but now it just won't work. Here are all the
> >> configurations just incase someone asks for it. Is there a bug with CME
> >> that makes this happen? i have never had ANY issues with background
> images
> >> in CUCM but CME is always a hit and a miss. Any help would be HIGHLY
> >> appreciated!
> >>
> >> tftp-server flash:Desktops/320x196x4/List.xml
> >> tftp-server flash:Desktops/320x196x4/phonelogoTN.png
> >> tftp-server flash:Desktops/320x196x4/phonelogo.png
> >>
> >>
> >> R3#dir
> >> Directory of flash:/Desktops/320x196x4/
> >>
> >>88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
> >>82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
> >>89  -rw-3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
> >>
> >> R3#more List.xml
> >> 
> >>  >> URL="TFTP:Desktops/320x196x4/phonelogo.png"/>
> >> 
> >>
> >>
> >> Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
> >> 0x4B6E1B6C for process 351
> >> Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223)
> via
> >> Vlan400
> >> Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
> >>
> >> Also I do have the PHONE TYPE under ephones.
> >>
> >> Thanks in advance!
> >>
> >> 
> >> ___
> >> For more information regarding industry leading CCIE Lab training,
> please
> >> visit www.ipexpert.com
> >>
> >
> >
> >
>
> --
> Sent from my mobile device
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Cisco CCIE
Yup that's the process I have always followed but end result is always
hit and miss. Was wondering who else has ran into similar issues?

On 8/21/10, Ashar Siddiqui  wrote:
> Follow this process and you will never have a miss.
>
> At CME router do the following:
>
> Ping the tftp server and check connectivity
> Check if there is a directory on flash like Desktops/320x196x4/List.xml if
> not then make a directory
> Create directory in flash “mkdir flash:/Desktops/320x196x4”
> Copy files across
>
> copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
> copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
> copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
>
> Show the path to ephones
>
> tftp-server flash:Desktops/320x196x4/List.xml
> tftp-server flash:Desktops/320x196x4/large.png
> tftp-server flash:Desktops/320x196x4/small.png
>
> Reset ephones
> Go into Phone Settings à Preferences à Background image and select the new
> image
> Open debug tftp events and you will see following on router
>
> R3:
> May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
> May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml, fd 8,
> size 152 for process 294
> May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml, time
> 00:00:00 for process 294
> May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
> May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png, fd 8,
> size 7196 for process 294
> May 23 15:44:35.063: TFTP: Finished flash:Desktops/320x196x4/small.png, time
> 00:00:02 for process 294
> May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
> May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png, fd 8,
> size 73628 for process 294
> May 23 15:45:00.323: TFTP: Finished flash:Desktops/320x196x4/large.png, time
> 00:00:21 for process 294
>
> http://tinyurl.com/39cu8eq
>
>
> Ash>
>
>
> Cisco CCIE wrote:
>>
>> OK so it appears that this has been happening with others as well. I did a
>> search but none had it resolved. I had this working and then decided to
>> redo the scenario but now it just won't work. Here are all the
>> configurations just incase someone asks for it. Is there a bug with CME
>> that makes this happen? i have never had ANY issues with background images
>> in CUCM but CME is always a hit and a miss. Any help would be HIGHLY
>> appreciated!
>>
>> tftp-server flash:Desktops/320x196x4/List.xml
>> tftp-server flash:Desktops/320x196x4/phonelogoTN.png
>> tftp-server flash:Desktops/320x196x4/phonelogo.png
>>
>>
>> R3#dir
>> Directory of flash:/Desktops/320x196x4/
>>
>>    88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
>>    82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
>>    89  -rw-    3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
>>
>> R3#more List.xml
>> 
>> > URL="TFTP:Desktops/320x196x4/phonelogo.png"/>
>> 
>>
>>
>> Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
>> 0x4B6E1B6C for process 351
>> Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223) via
>> Vlan400
>> Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
>>
>> Also I do have the PHONE TYPE under ephones.
>>
>> Thanks in advance!
>>
>> 
>> ___
>> For more information regarding industry leading CCIE Lab training, please
>> visit www.ipexpert.com
>>
>
>
>

-- 
Sent from my mobile device
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


Re: [OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Ashar Siddiqui




Follow this process and you will never have a miss.

At CME router do the following:

  Ping the tftp server and check connectivity
  Check if there is a directory on flash like
Desktops/320x196x4/List.xml if not then make a directory
  Create directory in flash “mkdir
flash:/Desktops/320x196x4”
  Copy files across

copy tftp://10.10.210.5/List.xml flash:Desktops/320x196x4/List.xml
copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png
copy tftp://10.10.210.5/small.png flash:Desktops/320x196x4/small.png

  Show the path to ephones

tftp-server flash:Desktops/320x196x4/List.xml
tftp-server flash:Desktops/320x196x4/large.png
tftp-server flash:Desktops/320x196x4/small.png

  Reset ephones
  Go into Phone Settings à Preferences à Background image and
select the new image
  Open debug tftp events and you will see following on router

R3:
May 23 15:44:32.367: TFTP: Looking for Desktops/320x196x4/List.xml
May 23 15:44:32.367: TFTP: Opened flash:Desktops/320x196x4/List.xml, fd
8, size 152 for process 294
May 23 15:44:32.511: TFTP: Finished flash:Desktops/320x196x4/List.xml,
time 00:00:00 for process 294
May 23 15:44:32.907: TFTP: Looking for Desktops/320x196x4/small.png
May 23 15:44:32.911: TFTP: Opened flash:Desktops/320x196x4/small.png,
fd 8, size 7196 for process 294
May 23 15:44:35.063: TFTP: Finished flash:Desktops/320x196x4/small.png,
time 00:00:02 for process 294
May 23 15:44:39.083: TFTP: Looking for Desktops/320x196x4/large.png
May 23 15:44:39.087: TFTP: Opened flash:Desktops/320x196x4/large.png,
fd 8, size 73628 for process 294
May 23 15:45:00.323: TFTP: Finished flash:Desktops/320x196x4/large.png,
time 00:00:21 for process 294
http://tinyurl.com/39cu8eq


Ash>


Cisco CCIE wrote:
OK so it appears that this has been happening with others
as well. I did a search but none had it resolved. I had this working
and then decided to redo the scenario but now it just won't work. Here
are all the configurations just incase someone asks for it. Is there a
bug with CME that makes this happen? i have never had ANY issues with
background images in CUCM but CME is always a hit and a miss. Any help
would be HIGHLY appreciated!
  
tftp-server flash:Desktops/320x196x4/List.xml
tftp-server flash:Desktops/320x196x4/phonelogoTN.png
tftp-server flash:Desktops/320x196x4/phonelogo.png
  
  
R3#dir
Directory of flash:/Desktops/320x196x4/
  
   88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
   82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
   89  -rw-    3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png
  
R3#more List.xml


URL=""/> 

  
  
Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
0x4B6E1B6C for process 351
Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223)
via Vlan400
Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml
  
Also I do have the PHONE TYPE under ephones.
  
Thanks in advance!
  

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




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


[OSL | CCIE_Voice] CME Background Issues

2010-08-21 Thread Cisco CCIE
OK so it appears that this has been happening with others as well. I did a
search but none had it resolved. I had this working and then decided to redo
the scenario but now it just won't work. Here are all the configurations
just incase someone asks for it. Is there a bug with CME that makes this
happen? i have never had ANY issues with background images in CUCM but CME
is always a hit and a miss. Any help would be HIGHLY appreciated!

tftp-server flash:Desktops/320x196x4/List.xml
tftp-server flash:Desktops/320x196x4/phonelogoTN.png
tftp-server flash:Desktops/320x196x4/phonelogo.png


R3#dir
Directory of flash:/Desktops/320x196x4/

   88  -rw- 158  Aug 21 2010 16:02:10 +00:00  List.xml
   82  -rw-   14567  Aug 21 2010 15:57:08 +00:00  phonelogo.png
   89  -rw-3293  Aug 21 2010 15:57:40 +00:00  phonelogoTN.png

R3#more List.xml





Aug 21 16:42:32.193: TFTP: Server request for port 49223, socket_id
0x4B6E1B6C for process 351
Aug 21 16:42:32.193: TFTP: read request from host 10.10.202.53(49223) via
Vlan400
Aug 21 16:42:32.193: TFTP: Looking for Desktops/320x196x4/List.xml

Also I do have the PHONE TYPE under ephones.

Thanks in advance!
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


[OSL | CCIE_Voice] Service URLs

2010-08-21 Thread David Lee
Hi Daniel,

Not sure if this is what you are looking for.  Table 1.2 of the Enterprise
QoS SRND has the Payload size of various CODECs.  The paragraph right after
this table has the Layer2 overheads.

Thanks,

-Dave



Message: 4
Date: Sat, 21 Aug 2010 11:45:42 +1200
From: Daniel Berlinski 
To: Brian Valentine 
Cc: OSL Group 
Subject: Re: [OSL | CCIE_Voice] Service URLs
Message-ID:
   
Content-Type: text/plain; charset="iso-8859-1"

Guys,

I'm preparing for situations with different requirements for codecs usage
over the WAN and priority queue sizing.

I'm using page 134 od CUCM SRND for locating the formulas for calculating
voice payload size and packets per second values for supporting me with
potential questions involving codecs such as g723, g726, g728, etc.  I use
this page alongside with QOS SRND page 33 for L2 overhaeads.

Part of the formula for calculating the codec payload size in bytes is the
codec rate. I'm not able to find a document (searchable in the exam) with
the different codec rates.

What do you guys use?

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


Re: [OSL | CCIE_Voice] CCIE_Voice Digest, Vol 54, Issue 77

2010-08-21 Thread Shaik Dawood
Hi,
Background Image Change with CME Phones. How to SSH into the phone
to upload the image instead of TFTP server, 

-Original Message-
From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of
ccie_voice-requ...@onlinestudylist.com
Sent: Friday, August 20, 2010 8:00 PM
To: ccie_voice@onlinestudylist.com
Subject: CCIE_Voice Digest, Vol 54, Issue 77

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. VPIM Licencse (Afzal Bhutta)
   2. Re: VPIM Licencse (Hough, Earl)
   3. Prompt Issue with IPCC (Jeff Cotter)
   4. Re: Prompt Issue with IPCC (cciefo...@hotmail.com)


--

Message: 1
Date: Fri, 20 Aug 2010 08:56:29 -0400
From: Afzal Bhutta 
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] VPIM Licencse
Message-ID:

Content-Type: text/plain; charset="iso-8859-1"

Hi, Can someone please let me know where can I get VPIM license from.
Azhar
-- next part --
An HTML attachment was scrubbed...
URL:


--

Message: 2
Date: Fri, 20 Aug 2010 09:45:12 -0400
From: "Hough, Earl" 
To: "Afzal Bhutta" ,

Subject: Re: [OSL | CCIE_Voice] VPIM Licencse
Message-ID:

<5f1d1adc02e1a74d9ec29084ffbc481d042af...@vexch01.sarcom.sarcom.net>
Content-Type: text/plain; charset="us-ascii"

Azhar,

 

If you're referring to the VPIM license for Unity Connection, that is
not a free license, nor is it included as part of the demo license which
can be downloaded.

 

Earl Hough #16508 (R&S, Security)

 

 

From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Afzal
Bhutta
Sent: Friday, August 20, 2010 8:56 AM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] VPIM Licencse

 

Hi, Can someone please let me know where can I get VPIM license from.
Azhar 

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_

The information contained in this transmission is confidential. It is
intended solely for the use of the individual(s) or organization(s) to
whom it is addressed. Any disclosure, copying or further distribution is
not permitted unless such privilege is explicitly granted in writing by
PC Mall, Inc. Furthermore, PC Mall, Inc. is not responsible for
the proper and complete transmission of the substance of this
communication, nor for any delay in its receipt. 

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


--

Message: 3
Date: Fri, 20 Aug 2010 08:29:18 -0700
From: Jeff Cotter 
To: "ccie_voice@onlinestudylist.com" 
Subject: [OSL | CCIE_Voice] Prompt Issue with IPCC
Message-ID: <54cc1bd3093b6e41b86926c1657432f1a635b...@ssfex1>
Content-Type: text/plain; charset="us-ascii"

I have a problem with 1 prompt in a script.  I created 3 prompts using
Unity Connection TRAP.  I played back each prompt to insure accuracy and
did a "Save As" to desktop. Uploaded all 3 prompts to the Prompt
Repository  same location successfully and no errors reported.  Used the
Play prompt steps to call the prompts in the script.  P[myrecording.wav]

The issue is...one of the prompts I get nothing.  Script just go right
through the step...no silence no delay nothing.  The other two prompts
work fine.  No error when running reactive debug.

All prompt were recorded within the same TRAP session so all formatting
should be identical.  I do not have access to the actual server at this
time to continue troubleshooting.

The only difference I can come up with between the prompts is the prompt
that was not working was larger maybe a second or two longer than the
other 2 prompts that were working.  (May not be important at all).
I was curious if anybody could provide some possible reasons for this or
direction on future troubleshooting.

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


--

Message: 4
Date: Fri, 20 Aug 2010 15:46:37 +
From: cciefo...@hotmail.com
To: "Jeff Cotter" ,
ccie_voice-boun...@onlinestudylist.com,
"ccie_voice@onlinestudylist.com"

Subject: Re: [OSL | CCIE_Voice] Prompt Issue with IPCC
Message-ID:

<1444528127-1282319198-cardhu_decombobulator_blackberry.rim.net-19276668
6...@bda459.bisx.prod.on.blackberry>

Content-Type: text/plain

Basics-was it recorded in the right codec and is the file name in the
script correct?
S

Re: [OSL | CCIE_Voice] is proctorlabs down?

2010-08-21 Thread rearviewmirror
I have no issues logging and verifying my scheduled rack sessions.

Anthony

On Sat, Aug 21, 2010 at 9:39 PM, Erik Goppel  wrote:
> All,
> does anyone know if proctorlabs is down, not getting any response from the
> website. (page waits for loading)
> i  have the issue from multiple locations , from home it is not working, so
> i tried vpn to the office, and access from there, but same result.
> Thanks,
> Erik
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


[OSL | CCIE_Voice] is proctorlabs down?

2010-08-21 Thread Erik Goppel
All,

does anyone know if proctorlabs is down, not getting any response from the
website. (page waits for loading)
i  have the issue from multiple locations , from home it is not working, so
i tried vpn to the office, and access from there, but same result.

Thanks,

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


Re: [OSL | CCIE_Voice] book

2010-08-21 Thread Ashar Siddiqui




I am also waiting for this book to be released.
Not out yet!

Ash>

satpal yadav wrote:
hi this is satpal yadav can anybody provide me this book 
  Troubleshooting
Cisco IP Telephony 2nd Edition by Anne Smith .
  

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




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