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

cube as a registrar

WilfredB
Level 1
Level 1

Good day,

I know you can register a cube to a sip provider. I've done that before.

I also know you can register a ip phone (both sip and sccp) to a cube. I've also done that before.

The question is if you can register a cube to another cube?

And if so how?

2 Replies 2

Hi,

Yes you can do this. Here is a simple config. You can add username/password
under the pool authenticate clients.

SERVER (160.160.160.160)=====

voice service voip

redirect ip2ip

sip

bind all source-interface Loopback0

registrar server

no call service stop

!

voice register global

max-pool 10

!

!!......Create register pool to define allowed IPs to register and define
parameters for dynamically created dial-peers.

voice register pool 1

id ip 150.150.150.0 mask 255.255.255.0


Client (150.150.150.150)=====

sip-ua

registrar ipv4:160.160.160.160 expires 3600


**** please remember to rate useful posts

Thanks Mohammed,

will test this out