Page 1 of 1

Cisco CUBE SIP Trunk

PostPosted: Fri Apr 26, 2013 2:48 am
by aynema
I'm needing to change my SIP Trunk Gateway to a Cisco Cube device which is basically an IP Address, No Username or Password or Registration. I can't seem to find any configuration info on that other than a meeting record that someone has done it.

Any Idea's on how to configure a gateway to talk with a Cisco CUBE at all?

Re: Cisco CUBE SIP Trunk

PostPosted: Mon Apr 29, 2013 9:08 am
by aynema
I've kind of got it working by setting up the gateway with the IP Address & Registration as no but it's making calls from the internal IP of the system not the external NAT'd IP of the system & I haven't been able to get it to change.

Re: Cisco CUBE SIP Trunk

PostPosted: Tue Apr 30, 2013 4:52 am
by aynema
Have now go the Cisco Cube working fine. - Ended up with NAT issues in the virtual enviroment

My Config looks like this now
<include>
<gateway name="gateway-name">
<param name="realm" value="gateway-ip"/>
<param name="register" value="false"/>
</gateway>
</include>

Re: Cisco CUBE SIP Trunk

PostPosted: Thu May 02, 2013 1:12 am
by fintech
Put the IP of your Newfies in the trusted list. Allow SIP to SIP connections.

voice service voip
ip address trusted list
ipv4 192.168.22.212
ipv4 192.168.1.8
ipv4 192.168.1.4
ipv4 192.168.1.6
ipv4 192.168.1.7
ipv4 192.168.1.5
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip