Hi, I have a question. i have 3 sip phones cisco 7821.. need to register in cme 11.6. Already 15 phones are configured through voice register... Actually what i need is to make a pool and define all phones there.. actually what i did:
Create DN first: voice register dn 60
number 160
exit
voice register dn 61
number 161
exit
voice register dn 62
number 162
exit
voice register pool 30
description "sales office"
range 160 162
codec g711ulaw
type 7821
cor incoming mobile-allow default
exit
after that in pool i have to define only mac id e.g. (voice register pool 30 , id mac ..................., username 160 password 160, exit... what is happening is when i type description "sales office" error showing (you have to define pool id first) what does it mean. i have already define pool... second if i remove description and only give range 160 162 showing unrecognized command.... i want to make a pool and give range into that.... its like class in object oriented programming... how to achieve that...