cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1499
Views
5
Helpful
2
Replies

Cisco 7821 Not Registering with CME10, V153

syedbadruddoja
Level 1
Level 1

I have done the following to register the phone with CME with no luck

 

voice service voip
 allow-connections sip to sip
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
 sip
  registrar server expires max 600 min 300
!
!
voice register pool-type  7821
 xml-config maxNumCalls 6
 xml-config busyTrigger 6
 xml-config custom sshAccess 0
 phoneload-support
 num-lines 2
 description Cisco IP Phone 7821
 reference-pooltype 6941
!
voice register global
 mode  cme
 source-address 192.168.10.1 port 5060
 max-dn 10
 max-pool 10
 load 7941 P003-8-12-00
 load 7821 sip78xx.10-2-1-12SR1-4.loads
 authenticate realm all
 hold-alert
 tftp-path flash:
 file text
 create profile sync 0609704072092914
!
voice register dn  1
 number 9001
 allow watch
 name 9001
 label 9001
!
voice register pool  1
 busy-trigger-per-button 1
 id mac 6899.CD84.F2DB
 type 7821
 number 1 dn 1
 dtmf-relay sip-notify
 codec g711ulaw
!
 

There is an error popping up always

 

Dec 11 09:39:28.690: voice_reg_get_reg_expires_timer: no voice register pool found
Dec 11 09:39:28.690: VOICE_REG_POOL: Register request for (543497) from (192.168.10.5)
Dec 11 09:39:28.690: VOICE_REG_POOL: Reg expres rules for in_number:543497 and cfg_pattern:9001 matched:FALSE
Dec 11 09:39:28.690: auth absent

i am unable to set username/password in the phone too. please help.

 

 

1 Accepted Solution

Accepted Solutions

Hi.

On voice register pool 1 try to add

username 9001 pasword 9001

go on voice register global and issue create profile command

 

Reset the phone and test it again

 

 

HTH

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

View solution in original post

2 Replies 2

Hi.

On voice register pool 1 try to add

username 9001 pasword 9001

go on voice register global and issue create profile command

 

Reset the phone and test it again

 

 

HTH

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Thanks a ton,

it worked, jus have to type create profile under voice register global everytime a phone is added.

 

but, it is wierd like, in asterisk we use username and password in the device itself, here in cme we do not. little strange.