Thanks Mike,

Patton also sent me two more 5.x configs for the 4960. One with and
one without registration (attached).  I tested the later and it seems
to be working fine on the SIP side.  I'll polish them up a bit and put
them on the wiki.

-Jim

On Thu, Jul 2, 2009 at 2:56 PM, Picher, Michael<mpic...@cmctechgroup.com> wrote:
> Here is a 5.2 config for a 4960...  I've "genericized" it.
>
> -----Original Message-----
> From: Jim Canfield [mailto:jcanfi...@emstar.com]
> Sent: Thursday, July 02, 2009 9:32 AM
> To: Picher, Michael
> Cc: Keith Gearty; Tony Graziano; jcas...@activenetwerx.com; 
> sipx-users@list.sipfoundry.org
> Subject: Re: [sipx-users] Gateway Suggestion for testing
>
> Also,  I'm currently working on a 5.x config for the 4960.  Once I
> have a functional version, I'll be sure to create a tab (and update
> others) on the spreadsheet and add it too the wiki.  Would any of you
> happen to have a working 5.x 4960 config for SipX?  I just created a
> ticket with Patton, perhaps they may be able to help convert the 4.x
> template.
>
> -Jim
>
> On Thu, Jul 2, 2009 at 3:48 AM, Picher, Michael<mpic...@cmctechgroup.com> 
> wrote:
>> The spreadsheet is slick.
>>
>> The configs in our wiki pages came out of frustration with the config notes 
>> pages on Patton's web site.
>>
>> http://sipx-wiki.calivia.com/index.php/HowTo_configure_Patton_SmartNode_SIP_Gateway_with_sipX
>>
>> Thanks,
>>   Mike
>>
>> -----Original Message-----
>> From: Jim Canfield [mailto:jcanfi...@emstar.com]
>> Sent: Wednesday, July 01, 2009 10:45 PM
>> To: Picher, Michael
>> Cc: Keith Gearty; Tony Graziano; jcas...@activenetwerx.com; 
>> sipx-users@list.sipfoundry.org
>> Subject: Re: [sipx-users] Gateway Suggestion for testing
>>
>> I just wanted to chime in here:
>>
>> You guys may find the configuration spreadsheet available from Patton
>> a huge resource. It's written for the Astra 800, but the same
>> principals apply.
>>
>> http://www.patton.com/resources/files/snconfig_aastra800.xls
>>
>> Also, look at the configuration library on Patton's site
>>
>> http://www.patton.com/voip/confignotes.asp
>>
>> Hope this helps,
>>
>> -Jim
>>
>>
>> On Tue, Jun 30, 2009 at 4:42 PM, Picher,
>> Michael<mpic...@cmctechgroup.com> wrote:
>>> Sorry if this is a couple days late...  we do have some good config
>>> examples in the Wiki for the Patton that can help tremendously.
>>>
>>> Mike
>>>
>>> -----Original Message-----
>>> From: sipx-users-boun...@list.sipfoundry.org
>>> [mailto:sipx-users-boun...@list.sipfoundry.org] On Behalf Of Keith
>>> Gearty
>>> Sent: Monday, June 29, 2009 10:47 AM
>>> To: Tony Graziano
>>> Cc: sipx-users@list.sipfoundry.org; jcas...@activenetwerx.com
>>> Subject: Re: [sipx-users] Gateway Suggestion for testing
>>>
>>> Tony Graziano wrote:
>>>
>>>>
>>>> Patton is good and supported worldwide.
>>>
>>> The Patton SmartNodes are very powerful and provide a lot of advanced
>>> features, but be warned that they have a VERY steep learning curve, and
>>> can be very daunting for a new user.  Basically they are supplied in a
>>> non-working state, and you have to write a configuration script or
>>> fiddle with the horribly designed web interface to make them work in the
>>>
>>> way you want.  They are NOT managed gateways in SipXecs, despite what
>>> the wiki says.  A good place to start with them is the sample config
>>> script supplied on the wiki.
>>>
>>> Note that unless you're in the USA, you'll have to download the
>>> appropriate tone config from the Patton website, otherwise you'll have
>>> problems with disconnect tones not working.
>>>
>>> I don't know how this compares to other gateways, as I've only ever used
>>>
>>> Patton SmartNodes, but I'm sure there must be others that a far simpler
>>> to use.  Probably the most appropriate Patton for you would be the
>>> Patton SmartNode 4114, which has 4 FXO's and no FXS.
>>>
>>> Regards,
>>> Keith.
>>> _______________________________________________
>>> sipx-users mailing list sipx-users@list.sipfoundry.org
>>> List Archive: http://list.sipfoundry.org/archive/sipx-users
>>> Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
>>> sipXecs IP PBX -- http://www.sipfoundry.org/
>>> _______________________________________________
>>> sipx-users mailing list sipx-users@list.sipfoundry.org
>>> List Archive: http://list.sipfoundry.org/archive/sipx-users
>>> Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
>>> sipXecs IP PBX -- http://www.sipfoundry.org/
>>>
>>
>
cli version 3.20
dns-relay
dns-client server       XXX.XXX.XXX.XXX     #### Set the DNS server address 
here ####
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

  ic voice 0
    pcm law-select uLaw
        
profile napt NAPT

profile ppp default

profile call-progress-tone US_Dialtone
  play 1 1000 350 -13 440 -13

profile call-progress-tone US_Alertingtone
  play 1 1000 440 -19 480 -19
  pause 2 3000

profile call-progress-tone US_Busytone
  play 1 500 480 -24 620 -24
  pause 2 500

profile call-progress-tone US_Releasetone
  play 1 250 480 -24 620 -24
  pause 2 250

profile tone-set default

profile tone-set US
  map call-progress-tone dial-tone US_Dialtone
  map call-progress-tone ringback-tone US_Alertingtone
  map call-progress-tone busy-tone US_Busytone
  map call-progress-tone release-tone US_Releasetone
  map call-progress-tone congestion-tone US_Busytone

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 DHCP
  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 eth0
    ipaddress XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX  #### Set the IP address and 
Netmask of the Smartnode here ####
    use profile napt NAPT
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface eth1
    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 DHCP
  route 0.0.0.0 0.0.0.0 XXX.XXX.XXX.XXX WAN    #### This is where you add in 
your default route, the gateway address ####

context cs switch

  routing-table called-e164 RT_FROM_BRI
    route T3 dest-interface IF_SIP

  interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-interface IF_ISDN
    remote xxx.xxx.xxx.xxx   #### Remote address of Provider (IP/Hostname) ####

  interface isdn IF_ISDN
    route call dest-interface IF_SIP
        use profile tone-set US

context cs switch
  no shutdown

authentication-service AUTH_SVC
  username xxx password xxxxx


location-service LOC_VOIP
  domain 1 xxx.xxx.xxx.xxx

  identity xxx #USER ACCOUNT#

    authentication outbound
      authenticate 1 authentication-service AUTH_SVC

    registration outbound
      register auto

context sip-gateway GW_SIP

  interface IF_VOIP
    bind interface eth1 context router port 5060

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

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

port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface eth1 router
  no shutdown
  
port e1t1 0 0
  port-type e1
  clock auto
  framing crc4
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol dms-100
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface IF_ISDN_0 switch

port e1t1 0 0
  no shutdown
  

port e1t1 0 0
  port-type t1
  clock master
  linecode b8zs
  framing esf
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol ni2
      uni-side net
      bchan-number-order ascending
      max-calls 11
      encapsulation cc-isdn
      bind interface IF_ISDN switch

port e1t1 0 0
  no shutdown
cli version 3.20
dns-client server 10.10.4.10
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

  ic voice 0
    pcm law-select uLaw

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 dhcp
    use profile napt NAPT_WAN
    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

context cs switch

  routing-table called-e164 RT_TO_SIPX_EXTENSION
    route default dest-interface IF_SIP MAP_SIPX_EXTENSION

  mapping-table called-e164 to called-e164 MAP_SIPX_EXTENSION
    map default to xxxx                                          ***(SIPx 
Extension to route all incoming calls to)***

  interface isdn IF_ISDN
    route call dest-table RT_TO_SIPX_EXTENSION

  interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-interface IF_ISDN
    remote xxx.xxx.xxx.xxx                                       ***( Domain 
name of SIPx server)***

context cs switch
  no shutdown

context sip-gateway GW_SIP

  interface IF_GW_SIP
    bind interface WAN context router port 5060

context sip-gateway GW_SIP
  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 e1t1 0 0
  port-type t1
  clock master
  linecode b8zs
  framing esf
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol ni2
      uni-side net
      bchan-number-order ascending
      max-calls 11
      encapsulation cc-isdn
      bind interface IF_ISDN switch

port e1t1 0 0
  no shutdown
_______________________________________________
sipx-users mailing list sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to