Patton configuration fixes

Status
Not open for further replies.

Patch1

SOHO User
Joined
Jun 29, 2013
Messages
21
Reaction score
3
Some updates I found useful to enable the ATA to be used with 3cx v18.
  1. Advanced -> FXS/DECT -> Patton 2 Port FXS GW -> Provisioning Link: needs to be manually converted to https//.....:5001/...
  2. The SN4112 / SN4114 have only one Ethernet port not 2 so the WAN configuration is ignores and the resultant LAN interface lacks a DNS and gateway
  3. The "profile voip default" forces codec re-negotiation before the VoIP suppler receives a fax tone. Using the default Patton "ced net-side-detection" results in successful T.38 negotiation in all 3 VoIP suppliers I tried.
Tested with Patton Smartnode SN4114 FXO Firmware R6.11

In more detail
To enable domain name server function (required for the Patton to resolve your 3cx instance IP address)
Change the start of the configuration file from
#########################################################
#
# For Patton 2 to 32 FXS
# Supported firmware versions R6.x
#
# Author: Tommaso Missoni
# Support Contact: [email protected]
#
#########################################################

timer CONFIG_UPDATE now + 2 minutes every 10 minutes "provisioning execute CONFIG"

webserver port 80 language en

sntp-client

sntp-client server primary pool.ntp.org

To:
#########################################################
#
# For Patton 2 to 32 FXS
# Supported firmware versions R6.x
#
# Author: Tommaso Missoni
# Support Contact: [email protected]
#
#########################################################

timer CONFIG_UPDATE now + 2 minutes every 10 minutes "provisioning execute CONFIG"

webserver port 80 language en
# Add DNS for local network
dns-client server 192.168.1.1

sntp-client
sntp-client server primary pool.ntp.org

To enable the Patton to access your time server (NTP uses the WAN interface by default in the Patton), a route to the LAN gateway needs to be added. To do so change this middle section of the configuration file from
context ip router

interface IF_IP_WAN
ipaddress dhcp
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

interface IF_IP_LAN
ipaddress <actual Patton IP> 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

context cs switch
To
context ip router

interface IF_IP_WAN
ipaddress dhcp
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

interface IF_IP_LAN
ipaddress <actual Patton IP> 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu

context ip router
# Add a route to your LAN actual gateway eg if it is 192.168.1.1
route 0.0.0.0 0.0.0.0 192.168.1.1


context cs switch

To optimize T.38 protocol negotiation, update the fax T.38 negotiation refer to the
Software Configuration Guide. SmartNode Series. SmartWare Release 6.11 Section Configuring Fax Transmission pg663-668

Then change
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20
codec 3 g729 rx-length 20 tx-length 20
ced net-side-detection re-negotiation
fax transmission relay t38-udp
fax redundancy low-speed 2 high-speed 1

profile pstn default

To
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20
codec 3 g729 rx-length 20 tx-length 20
# ced net-side-detection re-negotiation
fax transmission relay t38-udp
fax redundancy low-speed 2 high-speed 1

profile pstn default

Hopefully other find the hints useful.
@lünecom @Holger Sorg not sure if you still use this forum
 
Last edited:
  • Like
Reactions: ChrisC_3CX
Thank you for contribution and for sharing this information, I'm sure people visiting our forums will find this useful!

However, for anyone else reading this, I do have to mention that, since these settings deviate from the config generated by 3CX and have therefore not been tested by 3CX, we cannot guarantee normal functionality and will hence require the user to factory reset the device in question and reconfigure as per our guides should any problems arise and help/support is requested from 3CX.
 
Status
Not open for further replies.

Forum statistics

Threads
111,975
Messages
590,084
Members
164,901
Latest member
Silent_Guru