cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4181
Views
0
Helpful
9
Replies

third party sip registering

dufour001
Level 1
Level 1

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

 

 

 

1 Accepted Solution

Accepted Solutions

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.

 

View solution in original post

9 Replies 9

Rajan
VIP Alumni
VIP Alumni
Hi,

just looked at your post, it seems like you are missing the type command in voice register pool. its mandatory for sip phones registration. can you try adding it under.

voice register pool 7
type XXXX(replace with phone model)

HTH
Rajan
Pls rate if helpful

it's third party phone.

 

so, what type ?

Can you add "authenticate register" in voice register global and make sure that the user name and password is matching on the 3rd party sip phone with the one configured in CME.

HTH
Rajan

Rajan
VIP Alumni
VIP Alumni
my bad. i just see its a third party phone. so type is not required.

Not better with authenticate register, and username/password

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.

 

Thanks for sharing the solution. Pls mark this thread as solved

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

 

 

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 :)