Re: [OSL | CCIE_Voice] SRST Access-list for home equipment

2012-07-30 Thread Krishna
Rrcrumm,

apply this acl on the inbound interface  when you do this step, then there 
is no need adding additonal acl statements mentioned by Dan... remember you 
applied it on the outside interface which doesn't have any control in 
regulating the remote host with exception adding the Dan acl also to make it 
work...

Dan,

when ccm-manager fall-back mgcp command is used, and under telephony-service 
the command srst ephone description doesn't show up on the phone..rather it 
showed as Cisco Cme, whereas the description is given as your current 
options... when i gave the command system message then it showed as your 
current options.. is this is a bug in srst command under telephony service???

thank you
krishna.



 From: Rrcrumm rrcr...@yahoo.com
To: Dan Quinlan (daquinla) daqui...@cisco.com 
Cc: Online Study ccie_voice@onlinestudylist.com 
Sent: Sunday, July 29, 2012 9:58 PM
Subject: Re: [OSL | CCIE_Voice] SRST Access-list for home equipment
 

Thanks Dan
I'll try that

Sent from my iPhone

On Jul 29, 2012, at 7:52 PM, Dan Quinlan (daquinla) daqui...@cisco.com 
wrote:


Oh and I'd apply the access group on interface vlan 12 (the phone vlan) in both 
directions ip access group sc in and up access group sc out 


DQ
d...@cisco.com


Sent from my iPhone

On Jul 29, 2012, at 10:48 PM, Dan Quinlan (daquinla) daqui...@cisco.com 
wrote:


You need to add rules for the other direction as well (pub and sub to the 
phone). Otherwise the phone still receives keepalives. So you need to add 
these to your access list:

deny   ip host 10.10.210.10 host 192.168.12.12 deny   ip host 10.10.210.11 
host 192.168.12.12



 
DQ
d...@cisco.com


Sent from my iPhone

On Jul 29, 2012, at 10:40 PM, Randall Crumm rrcr...@yahoo.com wrote:


Hello,
I am working on PL but with my equipment. I want to make the phones here go 
into SRST. SO I need to add an access-list, my hoe phone being IP address 
192.168.12.12


So I added this
ip access-list extended sc
 deny   ip host 192.168.12.12 host 10.10.210.11
 deny   ip host 192.168.12.12 host 10.10.210.10
 permit ip any any




Then applied it to the interface:
interface FastEthernet0/0
 description (Outside Public Interface)
 ip address dhcp
 ip access-group sc out 
 no ip unreachables
 ip mtu 1400
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
 no cdp enable
 crypto ipsec client ezvpn Voice-vRack




This is not working. Any thoughts?


 
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___
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 Access-list for home equipment

2012-07-30 Thread Dan Quinlan (daquinla)
Not a bug - different commands. srst ephone description just sets what shows in 
the running config as the description tag on ephones that are learned. System 
message is always what shows on the phone just above the soft keys.

DQ
d...@cisco.commailto:d...@cisco.com

Sent from my iPhone

On Jul 30, 2012, at 3:37 AM, Krishna 
vinayak_...@yahoo.commailto:vinayak_...@yahoo.com wrote:

Rrcrumm,

apply this acl on the inbound interface  when you do this step, then there 
is no need adding additonal acl statements mentioned by Dan... remember you 
applied it on the outside interface which doesn't have any control in 
regulating the remote host with exception adding the Dan acl also to make it 
work...

Dan,

when ccm-manager fall-back mgcp command is used, and under telephony-service 
the command srst ephone description doesn't show up on the phone..rather it 
showed as Cisco Cme, whereas the description is given as your current 
options... when i gave the command system message then it showed as your 
current options.. is this is a bug in srst command under telephony service???

thank you
krishna.


From: Rrcrumm rrcr...@yahoo.commailto:rrcr...@yahoo.com
To: Dan Quinlan (daquinla) daqui...@cisco.commailto:daqui...@cisco.com
Cc: Online Study 
ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Sent: Sunday, July 29, 2012 9:58 PM
Subject: Re: [OSL | CCIE_Voice] SRST Access-list for home equipment

Thanks Dan
I'll try that

Sent from my iPhone

On Jul 29, 2012, at 7:52 PM, Dan Quinlan (daquinla) 
daqui...@cisco.commailto:daqui...@cisco.com wrote:

Oh and I'd apply the access group on interface vlan 12 (the phone vlan) in both 
directions ip access group sc in and up access group sc out

DQ
d...@cisco.commailto:d...@cisco.com

Sent from my iPhone

On Jul 29, 2012, at 10:48 PM, Dan Quinlan (daquinla) 
daqui...@cisco.commailto:daqui...@cisco.com wrote:

You need to add rules for the other direction as well (pub and sub to the 
phone). Otherwise the phone still receives keepalives. So you need to add these 
to your access list:

deny   ip host 10.10.210.10 host 192.168.12.12 deny   ip host 10.10.210.11 host 
192.168.12.12


DQ
d...@cisco.commailto:d...@cisco.com

Sent from my iPhone

On Jul 29, 2012, at 10:40 PM, Randall Crumm 
rrcr...@yahoo.commailto:rrcr...@yahoo.com wrote:

Hello,
I am working on PL but with my equipment. I want to make the phones here go 
into SRST. SO I need to add an access-list, my hoe phone being IP address 
192.168.12.12

So I added this
ip access-list extended sc
 deny   ip host 192.168.12.12 host 10.10.210.11
 deny   ip host 192.168.12.12 host 10.10.210.10
 permit ip any any


Then applied it to the interface:
interface FastEthernet0/0
 description (Outside Public Interface)
 ip address dhcp
 ip access-group sc out 
 no ip unreachables
 ip mtu 1400
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
 no cdp enable
 crypto ipsec client ezvpn Voice-vRack


This is not working. Any thoughts?


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

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

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

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.comhttp://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] Prompt recording

2012-07-30 Thread Ken Wyan
If question ask to use Unity Connection , then use UC Media Master.

From candidate PC open UC media master  save your recording.

Now from Candidate PC , open UCCX GUI  upload your recorded prompts.

For all other tasks of UCCX , open UCCX GUI from UCCX server ( first RDP to
UCCX server ) -- for best browser compatibility.

HTH



   On Jul 29, 2012, at 9:27 PM, Randall Crumm rrcr...@yahoo.com wrote:

   Hello,
 I recorded a greeting on a call handler. Then went to download it to my
 computer, but the download menu item is grayed out.

 How can I download a greeting file(.wav) then upload it to UCCX

 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 http://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 http://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] HQ switch question

2012-07-30 Thread Randall Crumm
This seems like a dumb question...

If the hq rtr has a subinterface with native in it don't we have to have to 
have a native statement on the switch port with the trunk to hq? 

for example..

hq
interface fa 0/0.101
encapsulation dot1q 101 native
ip address 10.10.100.1 255.255.255.0 

and the switch.
interface fa 1/0/1
description Trunk to HQ RTR
switchport mode trunk
switchport encapsulation dot1q
speed 100
duplex full



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] HQ switch question

2012-07-30 Thread Abel ...
Well, yes, it look like is working but in the background for HQ router
native vlan is 101 so, untagged traffic is send over vlan 101, on the far
switch the untagged traffic is been put on the native vlan (untagged) of
the local switch, in this case 1. That is why everything can work even with
this error, but not recommended following best practices.

Regards

On Mon, Jul 30, 2012 at 12:14 PM, Randall Crumm rrcr...@yahoo.com wrote:

 This seems like a dumb question...

 If the hq rtr has a subinterface with native in it don't we have to have
 to have a native statement on the switch port with the trunk to hq?

 for example..

 hq
 interface fa 0/0.101
 encapsulation dot1q 101 native
 ip address 10.10.100.1 255.255.255.0

 and the switch.
 interface fa 1/0/1
 description Trunk to HQ RTR
 switchport mode trunk
 switchport encapsulation dot1q
 speed 100
 duplex full



 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] ANI/DSNI TON on Proctor Labs

2012-07-30 Thread Randall Crumm
Hello,
I have noticed some different behaviors and was wondering what you recommend

If the question asks for plan unknown and type unknown

should you set to 

1. plan unknown and type unknown or
2. plan isdn type unknown or
3. plan call manager type call manager

For me I have tried the above and it seems like call manager/call manager is 
what is working(actually allowing the call to go through). It goes through as 
unknown/unknown

Any thoughts?

Thanks!
 

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] ANI/DSNI TON on Proctor Labs

2012-07-30 Thread Krishna
if it is h323 gateway, i will create a translation rule and apply at the 
dial-peer... if it is mgcp gateway do it on the call manager route list detail 
level...

thank you
krishna.



 From: Randall Crumm rrcr...@yahoo.com
To: Online Study ccie_voice@onlinestudylist.com 
Sent: Monday, July 30, 2012 11:33 AM
Subject: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
 

Hello,
I have noticed some different behaviors and was wondering what you recommend

If the question asks for plan unknown and type unknown

should you set to 

1. plan unknown and type unknown or
2. plan isdn type unknown or
3. plan call manager type call manager

For me I have tried the above and it seems like call manager/call manager is 
what is working(actually allowing the call to go through). It goes through as 
unknown/unknown

Any thoughts?

Thanks!
 

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] Prompt recording

2012-07-30 Thread Mann Chaddha
Hi

The best  the fastest way I have bee using is with the CUC Call Handlers.
Then I grant greeting admin privileges  change customer keypad mappings
for a user to record the same.

Do you see any error whilst looking at the greetings on the CH.

hth
Mann

On Mon, Jul 30, 2012 at 9:30 PM, ccie_voice-requ...@onlinestudylist.comwrote:

 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: Prompt recording (Ken Wyan)


 --

 Message: 1
 Date: Mon, 30 Jul 2012 17:42:31 +0530
 From: Ken Wyan kew...@gmail.com
 To: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] Prompt recording
 Message-ID:
 
 capbg9bku7prygp3mc52bzc9kds70xp-pv1fslosmyewbdmn...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 If question ask to use Unity Connection , then use UC Media Master.

 From candidate PC open UC media master  save your recording.

 Now from Candidate PC , open UCCX GUI  upload your recorded prompts.

 For all other tasks of UCCX , open UCCX GUI from UCCX server ( first RDP to
 UCCX server ) -- for best browser compatibility.

 HTH



On Jul 29, 2012, at 9:27 PM, Randall Crumm rrcr...@yahoo.com
 wrote:
 
Hello,
  I recorded a greeting on a call handler. Then went to download it to my
  computer, but the download menu item is grayed out.
 
  How can I download a greeting file(.wav) then upload it to UCCX
 
  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 http://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 http://www.platinumplacement.com/
 
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20120730/4cce5389/attachment-0001.html

 --

 ___
 CCIE_Voice mailing list
 CCIE_Voice@onlinestudylist.com
 http://onlinestudylist.com/mailman/listinfo/ccie_voice


 End of CCIE_Voice Digest, Vol 77, Issue 53
 **

___
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] ANI/DSNI TON on Proctor Labs

2012-07-30 Thread Rrcrumm
Hi
It is with MGCP gw

Sent from my iPhone

On Jul 30, 2012, at 9:55 AM, Krishna vinayak_...@yahoo.com wrote:

 if it is h323 gateway, i will create a translation rule and apply at the 
 dial-peer... if it is mgcp gateway do it on the call manager route list 
 detail level...
 
 thank you
 krishna.
 
 From: Randall Crumm rrcr...@yahoo.com
 To: Online Study ccie_voice@onlinestudylist.com 
 Sent: Monday, July 30, 2012 11:33 AM
 Subject: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
 
 Hello,
 I have noticed some different behaviors and was wondering what you recommend
 
 If the question asks for plan unknown and type unknown
 
 should you set to 
 
 1. plan unknown and type unknown or
 2. plan isdn type unknown or
 3. plan call manager type call manager
 
 For me I have tried the above and it seems like call manager/call manager is 
 what is working(actually allowing the call to go through). It goes through as 
 unknown/unknown
 
 Any thoughts?
 
 Thanks!
  
 
 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] Prompt recording

2012-07-30 Thread Rrcrumm
I don't see a way to download the file.
Under options I only see upload

Download is grayed out

Thanks
Randall

Sent from my iPhone

On Jul 30, 2012, at 10:48 AM, Mann Chaddha mann.chad...@gmail.com wrote:

 Hi 
 
 The best  the fastest way I have bee using is with the CUC Call Handlers. 
 Then I grant greeting admin privileges  change customer keypad mappings for 
 a user to record the same.
 
 Do you see any error whilst looking at the greetings on the CH.
 
 hth
 Mann
 
 On Mon, Jul 30, 2012 at 9:30 PM, ccie_voice-requ...@onlinestudylist.com 
 wrote:
 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: Prompt recording (Ken Wyan)
 
 
 --
 
 Message: 1
 Date: Mon, 30 Jul 2012 17:42:31 +0530
 From: Ken Wyan kew...@gmail.com
 To: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] Prompt recording
 Message-ID:
 capbg9bku7prygp3mc52bzc9kds70xp-pv1fslosmyewbdmn...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1
 
 If question ask to use Unity Connection , then use UC Media Master.
 
 From candidate PC open UC media master  save your recording.
 
 Now from Candidate PC , open UCCX GUI  upload your recorded prompts.
 
 For all other tasks of UCCX , open UCCX GUI from UCCX server ( first RDP to
 UCCX server ) -- for best browser compatibility.
 
 HTH
 
 
 
On Jul 29, 2012, at 9:27 PM, Randall Crumm rrcr...@yahoo.com wrote:
 
Hello,
  I recorded a greeting on a call handler. Then went to download it to my
  computer, but the download menu item is grayed out.
 
  How can I download a greeting file(.wav) then upload it to UCCX
 
  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 http://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 http://www.platinumplacement.com/
 
 -- next part --
 An HTML attachment was scrubbed...
 URL: /archives/ccie_voice/attachments/20120730/4cce5389/attachment-0001.html
 
 --
 
 ___
 CCIE_Voice mailing list
 CCIE_Voice@onlinestudylist.com
 http://onlinestudylist.com/mailman/listinfo/ccie_voice
 
 
 End of CCIE_Voice Digest, Vol 77, Issue 53
 **
 
 ___
 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] Prompt recording

2012-07-30 Thread Jason Aarons (AM)
What browser are you using?  IE 7 with Java installed?  I suspect you might be 
having Media Master issues with the Java plug in.

Or is there a time on the recording? Maybe it didn’t record/save/upload due to 
Java?

From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Rrcrumm
Sent: Monday, July 30, 2012 3:01 PM
To: Mann Chaddha
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Prompt recording


I don't see a way to download the file.
Under options I only see upload

Download is grayed out

Thanks
Randall

Sent from my iPhone

On Jul 30, 2012, at 10:48 AM, Mann Chaddha 
mann.chad...@gmail.commailto:mann.chad...@gmail.com wrote:
Hi

The best  the fastest way I have bee using is with the CUC Call Handlers. Then 
I grant greeting admin privileges  change customer keypad mappings for a user 
to record the same.

Do you see any error whilst looking at the greetings on the CH.

hth
Mann
On Mon, Jul 30, 2012 at 9:30 PM, 
ccie_voice-requ...@onlinestudylist.commailto:ccie_voice-requ...@onlinestudylist.com
 wrote:
Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.commailto: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.commailto:ccie_voice-requ...@onlinestudylist.com

You can reach the person managing the list at

ccie_voice-ow...@onlinestudylist.commailto: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: Prompt recording (Ken Wyan)


--

Message: 1
Date: Mon, 30 Jul 2012 17:42:31 +0530
From: Ken Wyan kew...@gmail.commailto:kew...@gmail.com
To: ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Prompt recording
Message-ID:

capbg9bku7prygp3mc52bzc9kds70xp-pv1fslosmyewbdmn...@mail.gmail.commailto:capbg9bku7prygp3mc52bzc9kds70xp-pv1fslosmyewbdmn...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

If question ask to use Unity Connection , then use UC Media Master.

From candidate PC open UC media master  save your recording.

Now from Candidate PC , open UCCX GUI  upload your recorded prompts.

For all other tasks of UCCX , open UCCX GUI from UCCX server ( first RDP to
UCCX server ) -- for best browser compatibility.

HTH



   On Jul 29, 2012, at 9:27 PM, Randall Crumm 
 rrcr...@yahoo.commailto:rrcr...@yahoo.com wrote:

   Hello,
 I recorded a greeting on a call handler. Then went to download it to my
 computer, but the download menu item is grayed out.

 How can I download a greeting file(.wav) then upload it to UCCX

 Thanks,

 Cheers,
 Randall

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

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.comhttp://www.PlatinumPlacement.com 
 http://www.platinumplacement.com/


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

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.comhttp://www.PlatinumPlacement.com 
 http://www.platinumplacement.com/

-- next part --
An HTML attachment was scrubbed...
URL: /archives/ccie_voice/attachments/20120730/4cce5389/attachment-0001.html

--

___
CCIE_Voice mailing list
CCIE_Voice@onlinestudylist.commailto:CCIE_Voice@onlinestudylist.com
http://onlinestudylist.com/mailman/listinfo/ccie_voice


End of CCIE_Voice Digest, Vol 77, Issue 53
**

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

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


itevomcid
___
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] HQ switch question

2012-07-30 Thread Ken Wyan
If you don't use a switch module , a Router doesn't understand vlans.
When you configure encapsulation dot1q 101 under Router sub-interface , it
just add a vlan tag (101) before sending packets out of this interface 
incoming packets with same vlan tag is matched for this sub-interface (for
layer 3 processing). Adding a native suffix  just matches untagged packets.

The native vlan need not be same for 2 interconnected devices , but if they
don't match CDP may issue a warning  everything else works fine.

One interesting thing is , we can bridge 2 vlans by interconnecting two
ports with different native vlans. Cisco don't directly allow vlan bridging
but some other vendor switches do allow  we need this sometimes while
migration from other vendor switches.

Ken

On Mon, Jul 30, 2012 at 9:53 PM, Abel ... midga...@gmail.com wrote:

 Well, yes, it look like is working but in the background for HQ router
 native vlan is 101 so, untagged traffic is send over vlan 101, on the far
 switch the untagged traffic is been put on the native vlan (untagged) of
 the local switch, in this case 1. That is why everything can work even with
 this error, but not recommended following best practices.

 Regards

  On Mon, Jul 30, 2012 at 12:14 PM, Randall Crumm rrcr...@yahoo.comwrote:

   This seems like a dumb question...

 If the hq rtr has a subinterface with native in it don't we have to
 have to have a native statement on the switch port with the trunk to hq?

 for example..

 hq
 interface fa 0/0.101
 encapsulation dot1q 101 native
 ip address 10.10.100.1 255.255.255.0

 and the switch.
 interface fa 1/0/1
 description Trunk to HQ RTR
 switchport mode trunk
 switchport encapsulation dot1q
 speed 100
 duplex full



 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 http://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 http://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] ANI/DSNI TON on Proctor Labs

2012-07-30 Thread Michael.Sears
If the question specifically states  plan unknown and type unknown I would 
interpret that to mean set the type to  type any unknown plan any unknown.  
But there must be more to the question.  For example are we talking about 
called or calling party or both.  Can we get more information on the question.  
Is this MGCP or H323?

Michael Sears

-Original Message-
From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of 
ccie_voice-requ...@onlinestudylist.com
Sent: Monday, July 30, 2012 1:06 PM
To: ccie_voice@onlinestudylist.com
Subject: CCIE_Voice Digest, Vol 77, Issue 55

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: ANI/DSNI TON on Proctor Labs (Rrcrumm)
   2. Re: Prompt recording (Rrcrumm)
   3. Re: Prompt recording (Jason Aarons (AM))


--

Message: 1
Date: Mon, 30 Jul 2012 11:38:14 -0700
From: Rrcrumm rrcr...@yahoo.com
To: Krishna vinayak_...@yahoo.com
Cc: Online Study ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
Message-ID: f3878a37-0374-45b9-9230-619eec35d...@yahoo.com
Content-Type: text/plain; charset=us-ascii

Hi
It is with MGCP gw

Sent from my iPhone

On Jul 30, 2012, at 9:55 AM, Krishna vinayak_...@yahoo.com wrote:

 if it is h323 gateway, i will create a translation rule and apply at the 
 dial-peer... if it is mgcp gateway do it on the call manager route list 
 detail level...
 
 thank you
 krishna.
 
 From: Randall Crumm rrcr...@yahoo.com
 To: Online Study ccie_voice@onlinestudylist.com
 Sent: Monday, July 30, 2012 11:33 AM
 Subject: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
 
 Hello,
 I have noticed some different behaviors and was wondering what you 
 recommend
 
 If the question asks for plan unknown and type unknown
 
 should you set to
 
 1. plan unknown and type unknown or
 2. plan isdn type unknown or
 3. plan call manager type call manager
 
 For me I have tried the above and it seems like call manager/call 
 manager is what is working(actually allowing the call to go through). 
 It goes through as unknown/unknown
 
 Any thoughts?
 
 Thanks!
  
 
 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
 
-- next part --
An HTML attachment was scrubbed...
URL: /archives/ccie_voice/attachments/20120730/d05c6c96/attachment-0001.html

--

Message: 2
Date: Mon, 30 Jul 2012 12:00:40 -0700
From: Rrcrumm rrcr...@yahoo.com
To: Mann Chaddha mann.chad...@gmail.com
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Prompt recording
Message-ID: 3f8330ca-e532-4f40-87de-17a1a5ff4...@yahoo.com
Content-Type: text/plain; charset=us-ascii

I don't see a way to download the file.
Under options I only see upload

Download is grayed out

Thanks
Randall

Sent from my iPhone

On Jul 30, 2012, at 10:48 AM, Mann Chaddha mann.chad...@gmail.com wrote:

 Hi
 
 The best  the fastest way I have bee using is with the CUC Call Handlers. 
 Then I grant greeting admin privileges  change customer keypad mappings for 
 a user to record the same.
 
 Do you see any error whilst looking at the greetings on the CH.
 
 hth
 Mann
 
 On Mon, Jul 30, 2012 at 9:30 PM, ccie_voice-requ...@onlinestudylist.com 
 wrote:
 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: Prompt recording (Ken Wyan)
 
 
 --
 
 Message: 1
 Date: Mon, 30 Jul 2012 17:42:31 +0530
 From: Ken Wyan kew...@gmail.com
 To: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] Prompt recording
 Message-ID:
 
 capbg9bku7prygp3mc52bzc9kds70xp-pv1fslosmyewbdmn...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

[OSL | CCIE_Voice] Prompt recording

2012-07-30 Thread Michael.Sears
Randall,

Have you tried just logging into Unity Connection from UCCX and recording your 
prompt there?

Go to Unity Connection-- Users.  Pick a user and go to greetings and select 
standard greeting.

Click on Play/Record--click on options--Playback and Recording--Play Back 
Device select phone--Recording Device--Phone--Active Phone Number-put in a 
phone number from your pod--Performance--Play message while downloading.

Then click on record and it will ring the phone you selected answer and record 
your prompt.  When finished recording click on options--save file as--you can 
save file.wav where you like and upload your prompt to UCCX.

I hope I haven't over simplified, but this is how I record my prompts for UCCX 
scripts.  If you can't reach Unity from UCCX for some reason there is a single 
line script that records prompts for you.  

Michael Sears


-Original Message-
From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of 
ccie_voice-requ...@onlinestudylist.com
Sent: Monday, July 30, 2012 1:06 PM
To: ccie_voice@onlinestudylist.com
Subject: CCIE_Voice Digest, Vol 77, Issue 55

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: ANI/DSNI TON on Proctor Labs (Rrcrumm)
   2. Re: Prompt recording (Rrcrumm)
   3. Re: Prompt recording (Jason Aarons (AM))


--

Message: 1
Date: Mon, 30 Jul 2012 11:38:14 -0700
From: Rrcrumm rrcr...@yahoo.com
To: Krishna vinayak_...@yahoo.com
Cc: Online Study ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
Message-ID: f3878a37-0374-45b9-9230-619eec35d...@yahoo.com
Content-Type: text/plain; charset=us-ascii

Hi
It is with MGCP gw

Sent from my iPhone

On Jul 30, 2012, at 9:55 AM, Krishna vinayak_...@yahoo.com wrote:

 if it is h323 gateway, i will create a translation rule and apply at the 
 dial-peer... if it is mgcp gateway do it on the call manager route list 
 detail level...
 
 thank you
 krishna.
 
 From: Randall Crumm rrcr...@yahoo.com
 To: Online Study ccie_voice@onlinestudylist.com
 Sent: Monday, July 30, 2012 11:33 AM
 Subject: [OSL | CCIE_Voice] ANI/DSNI TON on Proctor Labs
 
 Hello,
 I have noticed some different behaviors and was wondering what you 
 recommend
 
 If the question asks for plan unknown and type unknown
 
 should you set to
 
 1. plan unknown and type unknown or
 2. plan isdn type unknown or
 3. plan call manager type call manager
 
 For me I have tried the above and it seems like call manager/call 
 manager is what is working(actually allowing the call to go through). 
 It goes through as unknown/unknown
 
 Any thoughts?
 
 Thanks!
  
 
 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
 
-- next part --
An HTML attachment was scrubbed...
URL: /archives/ccie_voice/attachments/20120730/d05c6c96/attachment-0001.html

--

Message: 2
Date: Mon, 30 Jul 2012 12:00:40 -0700
From: Rrcrumm rrcr...@yahoo.com
To: Mann Chaddha mann.chad...@gmail.com
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Prompt recording
Message-ID: 3f8330ca-e532-4f40-87de-17a1a5ff4...@yahoo.com
Content-Type: text/plain; charset=us-ascii

I don't see a way to download the file.
Under options I only see upload

Download is grayed out

Thanks
Randall

Sent from my iPhone

On Jul 30, 2012, at 10:48 AM, Mann Chaddha mann.chad...@gmail.com wrote:

 Hi
 
 The best  the fastest way I have bee using is with the CUC Call Handlers. 
 Then I grant greeting admin privileges  change customer keypad mappings for 
 a user to record the same.
 
 Do you see any error whilst looking at the greetings on the CH.
 
 hth
 Mann
 
 On Mon, Jul 30, 2012 at 9:30 PM, ccie_voice-requ...@onlinestudylist.com 
 wrote:
 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

[OSL | CCIE_Voice] Preferences for hunting past failed PSTN on H.323 GW

2012-07-30 Thread William Bell
I wanted to query the group to find out if there is a preferred method for 
handling high availability with H.323 gateways. Specifically, call failover 
when the PRI on the H.323 gateway is down (or simulated down, as the case may 
be).

In the solution guides for the ipExpert labs I see that they tend to use the 
Call Manager service parameter Stop Routing on Unallocated Number Flag. In 
practice, I have used that option and also the following IOS command on the 
H323 router:

HQ-RTR(config)#no dial-peer outbound status-check pots

When dial-peer status checking is enabled, the H323 gateway will return 
Unallocated/unassigned to the remote peer (i.e. CUCM). Which is why the Call 
Manager service parameter above works. 

When dial-peer status checking is disabled (no form) then the H323 gateway will 
return No circuit/channel available.

IMO, the latter scenario (no circuit/channel available) is a more accurate 
state and that is probably why I use this method. I just wanted to check with 
others to see if there is some consideration I am not accounting for.

Thanks in advance.

-Bill


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



___
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