09-21-2017 11:19 PM - edited 03-17-2019 11:13 AM
Hello,
I buy a new voice router ISR4431 with ccme 12.0
Before that, I have old router, and all is working fine.
On nes router SCCP phone and SIP cisco phone are ok.
But i'm not able to register third party SIP phone (2N interphone)
I tried with exactly the same config (voice register dn,voice register pool, voice register global) on the old router, is registering is ok. ... but not on my new ....
here my config :
voice register global
mode cme
source-address 192.168.101.2 port 5060
max-dn 800
max-pool 300
authenticate realm all
timezone 23
time-format 24
date-format D/M/Y
dialplan-pattern 1 6969119. extension-length 3 extension-pattern 25.
tftp-path flash:
file text
create profile sync 0628093284913337
network-locale FR
user-locale FR load CME-locale-fr_FR-French-10.5.3.0.tar
!
voice register dn 8
number 803
name 803
!
voice register pool 7
id mac 7C1E.B301.0235
number 1 dn 8
dtmf-relay rtp-nte
username 803 password 803
codec g711ulaw
!
and attached, the log of debug ccsip messages (IP of phone is 192.168.101.222)
Can you find a solution ?
Thx
Solved! Go to Solution.
09-26-2017 06:52 AM
I finally find the solution.
We must do the authenticate with register + username/password.
But for that, we MUST delete the "id mac xxx" tag. et set the id to device-id-name
same that newer version of ios can authenticate via mac address for third party ...
So, we must completely delete this.
09-22-2017 05:58 AM
09-22-2017 06:01 AM
it's third party phone.
so, what type ?
09-22-2017 06:19 AM
09-22-2017 06:00 AM
09-22-2017 07:00 AM
Not better with authenticate register, and username/password
09-26-2017 06:52 AM
I finally find the solution.
We must do the authenticate with register + username/password.
But for that, we MUST delete the "id mac xxx" tag. et set the id to device-id-name
same that newer version of ios can authenticate via mac address for third party ...
So, we must completely delete this.
09-26-2017 06:58 AM
11-27-2017 01:00 PM
Just to provide an example. I had a config that looked like this.
voice register pool 4
id mac 0000.0000.0000
number 1 dn 4
dtmf-relay sip-notify
username 1122 password 3344
and it needed to change to
voice register pool 4
id device-id-name 1122
number 1 dn 4
dtmf-relay sip-notify
username 1122 password 3344
12-10-2017 10:47 PM
Yes, It works now very well by this commend:
id device-id-name XXX (Same Phone Number)
specially after upgrading the CME to 12.1
Thank you gentlemen for your Nice support :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide