cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
509
Views
0
Helpful
10
Replies

enable pin to ephone model 7912

ares abdurazaq
Level 1
Level 1

Dear, 

I have router 2800 and ios is "  C2800NM-ADVIPSERVICESK9-M  " , and I have 30 cisco ephones model " type 7912"

 please advise me how I enable a feature which let customers use PIN code number (or username) to login to their ephone device 

my config is below

telephony-service
max-ephones 45
max-dn 25
ip source-address 10.2.2.1 port 2000
auto assign 1 to 3
max-conferences 8 gain -6
web admin system name Admin secret 5 $1$1pRE$OsEcq5MjpYej55TliEjIZ/
dn-webedit
transfer-system full-consult
create cnf-files version-stamp 7960 Sep 01 2016 12:38:10

ephone-dn 1
number 123

!
!
ephone-dn 2
number 117

!
!
ephone-dn 4
number 111

ephone 1
device-security-mode none
mac-address 001B.535E.6BDB
type 7912
button 1:1
!
!
!
ephone 2
device-security-mode none
mac-address 001B.535E.6BF1
type 7912
button 1:2
!
!
!

!
!
ephone 4
device-security-mode none
mac-address 001B.5435.1367
type 7912
button 1:4

10 Replies 10

Jaime Valencia
Cisco Employee
Cisco Employee

This is the Video Over IP community, please move to IP Telephony.

HTH

java

if this helps, please rate

What you are looking for is a feature called extension mobility. Below are the steps

  1. Create Logout Profile: This is the profile used by the phone during logout state. It will override button configuration

 

voice logout-profile 1

number 4001 type normal

!

voice logout-profile 1

number 4001 type normal

!

ephone 1

logout profile 1

!

voice register pool

logout profile 2

 

  1. Create EM DNs

 

ephone-dn 3 octo

number 4003

!

voice reigster dn 3

number 4003

 

  1. Create EM Profile

 

voice user-profile 1

pin 12345

user scp3 pass adgjm

number 4003 type normal

 

  1. Enable http server

 

ip http server

 

  1. Configure Authentication URL to be used by the phones to get EM service

 

telephony-service

url authentication http://<xxxxxx> #username #password

authentication credential #username #password

!

voice register global

url authentication http://<xxxxxx> #username #password

authentication credential #username #password

Dear

I have two questions

1) why you wrote two times profile 1?

2)  what is  number 4001 useful for ?

voice logout-profile 1

number 4001 type normal

!

voice logout-profile 1

number 4001 type normal

1) type mistake. It should be profile 1 and profile 2

2) This is a dummy number. However, its the one will be assigned to ephone or voice register pool which its in logout state. Logout profile should be assigned to ephone and/or voice register pool

Dear in my router 2811, doesnt show voice profile-logout. what is your suggestion . if these is IOS support this feature please share with me 

VoIP_HiwaGroup(config)#voice ?
call                                      Voice call related configuration.
cause-code                         Sets the internal Q850 cause code mapping
class                                   Control parameters class
disc-pi-incoming-on            disconn with PI from incoming leg is maintained
dnis-map                            Create or add to a dnis-map
dsp                                     DSP functions
emergency Emergency     configuration commands
enum-match-table enum    match table entry
hpi                                       Host port interface
hunt                                     Dialpeer hunt conditions.
hunt-group                          Define VOICE hunt group number
iec                                      Configure Internal Error Code behavior
register                               voice register commands
rtp                                    enable to open RTP in both directions.
service                         Global packet telephony service commands
source-group                  Source Group configuration commands
statistics                      Voice Statistics
translation-profile             Translation profile configuration commands
translation-rule               Translation Rule configuration commands
vad-time                       Voice activity detection hangover period
vrf                                   Voice VRF

Please share show version

VoIP_HiwaGroup#show version
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T3, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 24-Jan-08 15:26 by prod_rel_team

ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)

VoIP_HiwaGroup uptime is 1 day, 20 hours, 33 minutes
System returned to ROM by reload at 14:30:47 UTC Mon Sep 26 2016
System restarted at 16:19:21 Iarq Mon Sep 26 2016
System image file is "flash:c2800nm-advipservicesk9-mz.124-15.T3.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 2851 (revision 53.51) with 509952K/14336K bytes of memory.
Processor board ID FTX1204A27B
2 Gigabit Ethernet interfaces
1 Virtual Private Network (VPN) Module
4 Voice FXO interfaces
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
125440K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102

I don't think Extension Mobility is supported on Advanced IP Services. You need to use Advanced Enterprise or IP/Voice. You can confirm this using Feature Navigator

Dear, 

I changed version  to  (C2800NM-ADVENTERPRISEK9-M), Version 12.4(24)T5, "
System image file is "flash:c2800nm-adventerprisek9-mz.124-24.T5.bin"

and i run a command 

voice logout-profile 1 and 2

but when i run below command 

!

VoIP_HiwaGroup(config)#voice register pool ?
<1-110> voice-register-pool tag

VoIP_HiwaGroup(config)#voice register pool 1
Pool tag too large, maximum 0

update please