Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Patton 4120 Smartnode as SIP registrar?

Status
Not open for further replies.

YorkshireMatt

Programmer
Aug 11, 2011
21
0
0
GB
Hi All,

Can the Patton 4120 Smartnode be programmed as a SIP registrar?
I was under the impression it could but I am having trouble.

I need the IPO 500V2 to register with the Smartnode so it can use the BRI trunks for inbound and outbound calling.
It is working over a flat LAN link between sites, Patton one site, IPO the other.

Patton have come back with no help on this matter, and do not seem to have any interest.
I have looked at the Knowledge base on Patton, but could not see anything quite suitable.

I can get the trunks to register, or it appears to but that is it.

Any help would be great.


 
It can be done but for some dark reason Patton denies it.
I did set it up once so IP Office could register its SIP Line on the Patton but a softphone should work as well.
Right now I don't have a example as it is on the company server and I have no access, I'll see if I can post it tomorrow.

A simple mind delivers great solutions
 
Any assistance would be great intrigrant.
Not sure on the ref with the softphone though?
 
Afternoon intrigrant, did you have any joy with the old Patton cfg.?
Seem to have it registering just not working :-(
 
This is what I used to connect four SIP Softphones to analog stations once with a 4110 but the registration settings is the same for all SmartNodes:

#----------------------------------------------------------------#
# #
# SN4114/JO/EUI #
# R5.x H323 SIP FXS FXO #
# #
# Copyright (c) 2010 Intrigrant #
# #
#----------------------------------------------------------------#

cli version 3.20
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

ic voice 0
low-bitrate-codec g729

profile ppp default

profile tone-set default

profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20

profile pstn default

profile sip default

profile aaa default
method 1 local
method 2 none

context ip router

interface eth0
ipaddress 172.27.133.168 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

context ip router
route 0.0.0.0 0.0.0.0 172.27.133.1 0

context cs switch

routing-table called-e164 FXO_0_2_IP
route "" dest-service SIPLOC_PHONE MAP_CALLED_NR_11

routing-table called-e164 FXO_1_2_IP
route "" dest-service SIPLOC_PHONE MAP_CALLED_NR_12

routing-table called-e164 FXO_2_2_IP
route "" dest-service SIPLOC_PHONE MAP_CALLED_NR_13

routing-table called-e164 FXO_3_2_IP
route "" dest-service SIPLOC_PHONE MAP_CALLED_NR_14

routing-table calling-e164 INCOMMING
route 11 dest-interface IF_FXO_0
route 12 dest-interface IF_FXO_1
route 13 dest-interface IF_FXO_2
route 14 dest-interface IF_FXO_3

mapping-table called-e164 to called-e164 MAP_CALLED_NR_11
map "" to 11

mapping-table called-e164 to called-e164 MAP_CALLED_NR_12
map "" to 12

mapping-table called-e164 to called-e164 MAP_CALLED_NR_13
map "" to 13

mapping-table called-e164 to called-e164 MAP_CALLED_NR_14
map "" to 14

interface sip IF_SIP
bind context sip-gateway GW_SIP
route call dest-table INCOMMING
no call-transfer accept
no call-transfer emit
no call-transfer pull-in

service sip-location-service SIPLOC_PHONE
bind location-service LS_SIP

interface fxo IF_FXO_0
route call dest-table FXO_0_2_IP
disconnect-signal loop-break
dial-after timeout 1

interface fxo IF_FXO_1
route call dest-table FXO_1_2_IP
disconnect-signal loop-break
dial-after timeout 1

interface fxo IF_FXO_2
route call dest-table FXO_2_2_IP
disconnect-signal loop-break
dial-after timeout 1

interface fxo IF_FXO_3
route call dest-table FXO_3_2_IP
disconnect-signal loop-break
dial-after timeout 1

context cs switch
no shutdown

authentication-service AS_SIP
realm 1 smartnode-gw
username 11 password 11
username 12 password 12
username 13 password 13
username 14 password 14

location-service LS_SIP
domain 1 smartnode-gw
match-any-domain

identity-group default

registration inbound

identity 11

authentication inbound
authenticate 1 authentication-service AS_SIP username 11

registration inbound

identity 12

authentication inbound
authenticate 1 authentication-service AS_SIP

registration inbound

identity 13

authentication inbound
authenticate 1 authentication-service AS_SIP

registration inbound

identity 14

authentication inbound
authenticate 1 authentication-service AS_SIP

registration inbound

context sip-gateway GW_SIP

interface BIND
bind interface eth0 context router port 5060

context sip-gateway GW_SIP
bind location-service LS_SIP
no shutdown

port ethernet 0 0
medium auto
encapsulation ip
bind interface eth0 router
no shutdown

port fxo 0 0
use profile fxo nl
encapsulation cc-fxo
bind interface IF_FXO_0 switch
no shutdown

port fxo 0 1
use profile fxo nl
encapsulation cc-fxo
bind interface IF_FXO_1 switch
no shutdown

port fxo 0 2
use profile fxo nl
encapsulation cc-fxo
bind interface IF_FXO_2 switch
no shutdown

port fxo 0 3
use profile fxo nl
encapsulation cc-fxo
bind interface IF_FXO_3 switch
no shutdown



A simple mind delivers great solutions
 
The same to BRI ports on a 4630:
#----------------------------------------------------------------#
# #
# SN4638/5BIS/UI #
# R5.x H323 SIP BRI #
# #
# Copyright (c) 2010 Intrigrant #
# #
#----------------------------------------------------------------#

cli version 3.20
clock local offset +01:00
dns-client server 172.27.130.10
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 194.109.22.18 port 123 version 4

system

ic voice 0
low-bitrate-codec g729

system
clock-source 1 bri 0 0
clock-source 2 bri 0 1
clock-source 3 bri 0 2
clock-source 4 bri 0 3
clock-source 5 bri 0 4

profile napt NAPT_WAN

profile ppp default

profile tone-set default

profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20

profile pstn default

profile sip default

profile dhcp-server DHCPS_LAN
network 192.168.1.0 255.255.255.0
include 1 192.168.1.10 192.168.1.99
lease 2 hours
default-router 1 192.168.1.1
domain-name-server 1 192.168.1.1

profile aaa default
method 1 local
method 2 none

context ip router

interface WAN
ipaddress 172.27.129.136 255.255.255.0
no napt-inside
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

interface LAN
ipaddress 192.168.1.1 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

context ip router
dhcp-server use profile DHCPS_LAN
route 0.0.0.0 0.0.0.0 172.27.129.1 0

context cs switch

routing-table called-e164 CHECK_NUMBER
route 8. dest-service SIP_LOCATION
route "" dest-interface IF_ISDN_S0_0

interface isdn IF_ISDN_S0_0
route call dest-service SIP_LOCATION

interface sip IF_SIP
bind context sip-gateway GW_SIP
route call dest-table CHECK_NUMBER
no call-transfer accept
no call-transfer emit
no call-transfer pull-in
overlap-dialing new-transaction accept

service sip-location-service SIP_LOCATION
bind location-service SIP_PHONE

context cs switch
no shutdown

authentication-service PHONE_AUTH
realm 1 smartnode-gw
username 81 password P1C/mCD71ss= encrypted
username 82 password 4brzS5Fjf1w= encrypted

location-service SIP_PHONE
domain 1 smartnode-gw
match-any-domain

identity-group default

registration inbound

identity 81

authentication inbound
authenticate 1 authentication-service PHONE_AUTH username 81

registration inbound

identity 82

authentication inbound
authenticate 1 authentication-service PHONE_AUTH username 82

registration inbound

context sip-gateway GW_SIP

interface WAN_BINDING
bind interface WAN context router port 5060

context sip-gateway GW_SIP
bind location-service SIP_PHONE
no shutdown

port ethernet 0 0
medium auto
encapsulation ip
bind interface WAN router
no shutdown

port ethernet 0 1
medium auto
encapsulation ip
bind interface LAN router
no shutdown

port bri 0 0
clock auto
encapsulation q921

q921
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_S0_0 switch

port bri 0 0
no shutdown

port bri 0 1
clock auto
encapsulation q921

q921
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side net
bchan-number-order ascending

port bri 0 1
shutdown

port bri 0 2
clock auto
encapsulation q921

q921
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side net
bchan-number-order ascending

port bri 0 2
shutdown

port bri 0 3
clock auto
encapsulation q921

q921
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side net
bchan-number-order ascending

port bri 0 3
shutdown

port bri 0 4
clock auto
encapsulation q921

q921
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side net
bchan-number-order ascending

port bri 0 4
shutdown




A simple mind delivers great solutions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top