support

Siemens 450IP and transfer

riedere
Posts: 15
Member Since:
2006-07-02

I wrote Siemens for solving the attended transfer with the 450IP
They said that this should work with setting SIP-Info.
But this did not work. It seems like te R-Key is like out of service for VOIP.
So I made following.
Changed the Code for attended transfer to * default was *2 (# is for blind transfer).
This works fine but ...
when I press the * key i must suddently press eg 12 then the ext 12 ist called.
When I wait (2 Sek) befor entering 12 then ist falling back to the external Caller.

Does somebody know how to increase the time between pressing the * key and falling back to the outside connection ? (now its maybe 1-2 Sek.)

Thanks Erich

by the way:
Made ISDN connection with the new SmartNode 4554 from Patton.
Works well and stable. And the best - you kan let be the trix box in orginally.

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



ejkw57
Posts: 3
Member Since:
2008-01-17
Patton 4554

Can anybody tell me how to setup the Trixbox with the Patton 4554.
Thanks,
Eric



riedere
Posts: 15
Member Since:
2006-07-02
txb on 4554

I tell you in detail how to do, but tomorrow (the router is within a customer where I go tomorrow) (I have massive problems to involve the incomming / outgoing calls with ISDN - DDI with 2x BRI, communication with trixbox no problem)

generally for connection - create a SIP trunk, like to a VOIP Provider

Erich

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



riedere
Posts: 15
Member Since:
2006-07-02
Setup for 4554 in *

Hi Eric, here now my configuration.
Make a normal SIP Trunk
The names and pw may be diffrent
Gruss Erich

[sn_in]
username=4554
useragent=lxuser
type=user
insecure=very
host=172.16.0.8
fromuser=4554
fromdomain=172.16.0.9
context=from-trunk

[sn_out]
username=4554
useragent=lxuser
type=peer
secret=4554
insecure=very
host=172.16.0.8
fromuser=433363100
fromdomain=172.16.0.8
context=from-trunk

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



Frost
Posts: 97
Member Since:
2006-06-04
featuredigittimeout

Hi Riedere,

The thing to check is your featuredigittimeout value in the features.conf file. If it's not there, add featuredigittimeout = 3000 to the general section of the file. (for example)
Make sure the featuredigittimeout is in the [general] part



ejkw57
Posts: 3
Member Since:
2008-01-17
Hi Erich, I have it working

Hi Erich,

I have it working , the only problem is that incoming calls are only working in catch-all.
DID or MSN number won't work.
In the log the there is no DID number to find.
I tried many configurations for the Patton, but all have the same problem.

When i use the same Patton 4554 with a 3CX all works fine.

Do you, or anybody else have a suggestion...

Thanks,
Eric



riedere
Posts: 15
Member Since:
2006-07-02
sn4554

Yes I have now a good working configuration. For DDI an MSN, I checked them on 2 swisscom connections.
But at the moment we have problem with the DDI connection caused bay Swisscomm (this are 2 new DDI's). Monday morning a technical from swisscom comes and together we solve te problems.
I will save te routers configuration and give then them. The config was made and optimezed for me by patton orginally (from inalp technicians Mr.Zeier) - many thanks to them.
The config works with 2 Lines MSN or DDI (only pp change to pmp)
OK wait until I've been by cutomer tomorrow
Erich

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



riedere
Posts: 15
Member Since:
2006-07-02
SN4554 startup.cfg for 2xBRI DDI

#----------------------------------------------------------------#
# #
# SN4554/2BIS/EUI #
# R4.2 2007-09-19 SIP #
# 1970-01-01T01:24:13 #
# SN/00A0BA03567B #
# Generated configuration file #
# am 24.1.2008 erstellt durch Hr Zeier Inalp für DDI #
#----------------------------------------------------------------#

cli version 3.20
gui type basic
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

system
clock-source 1 bri 0 0
clock-source 2 bri 0 1

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 IF_IP_WAN
ipaddress 172.16.0.8 255.255.255.0

context cs switch

interface isdn IF_S0_00
route call dest-interface IF_SIP_SERVICE

interface isdn IF_S0_01
route call dest-interface IF_SIP_SERVICE

interface sip IF_SIP_SERVICE
bind gateway GW_SIP
service default
route call dest-service SER_HG_PSTN_FALLBACK

service hunt-group SER_HG_PSTN_FALLBACK
drop-cause normal-unspecified
drop-cause no-circuit-channel-available
drop-cause network-out-of-order
drop-cause temporary-failure
drop-cause switching-equipment-congestion
drop-cause access-info-discarded
drop-cause circuit-channel-not-available
drop-cause resources-unavailable
route call 1 dest-interface IF_S0_00
route call 2 dest-interface IF_S0_01

context cs switch
no shutdown

gateway sip GW_SIP
bind interface IF_IP_WAN router

service default
defaultserver manual 172.16.0.9 5060 loose-router
registration manual 172.16.0.9 5060
user 4554 register display-name 4554 phone-context lxuser

gateway sip GW_SIP
no shutdown

port ethernet 0 0
bind interface IF_IP_WAN router
no shutdown

port bri 0 0
clock auto
encapsulation q921

q921
permanent-layer2
protocol pp
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side user
encapsulation cc-isdn
bind interface IF_S0_00 switch

port bri 0 0
no shutdown

port bri 0 1
clock auto
encapsulation q921

q921
permanent-layer2
protocol pp
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side user
encapsulation cc-isdn
bind interface IF_S0_01 switch

port bri 0 1
no shutdown

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



ejkw57
Posts: 3
Member Since:
2008-01-17
4554 DID

It works !

Thanks a lot Erich, it works fine on our Dutch KPN lines for incoming calls.

Is it also for outgoing calls configurated, because i can not call out on ISDN.
It seems if there is no routing from sip to isdn.
Do you have any suggestions?

Thanks a lot
Eric



riedere
Posts: 15
Member Since:
2006-07-02
Try to explain

Sorry I'm not so familar with all these because it was my first router - without any instructions.
So I try to explain how I see this:
(please if any super profi read this and something is wrong - correct me)

(by the way: since monday morning all 100% works !!! Hurra !!! Mistake was found - lines in cabeling system were shortend !!! - nobody thinks about such)

sip call follows this way (i mean): follow the numbers from 1 ... 10/11

#----------------------------------------------------------------#
# #
# SN4554/2BIS/EUI #
# R4.2 2007-09-19 SIP #
# 1970-01-01T01:24:13 #
# SN/00A0BA03567B #
# Generated configuration file #
# am 24.1.2008 erstellt durch Hr Zeier Inalp für DDI #
#----------------------------------------------------------------#

cli version 3.20
gui type basic
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

system
clock-source 1 bri 0 0
clock-source 2 bri 0 1

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

2----interface IF_IP_WAN
1----ipaddress 172.16.0.8 255.255.255.0

context cs switch

interface isdn IF_S0_00
route call dest-interface IF_SIP_SERVICE

interface isdn IF_S0_01
route call dest-interface IF_SIP_SERVICE

interface sip IF_SIP_SERVICE
7----bind gateway GW_SIP
service default
8----route call dest-service SER_HG_PSTN_FALLBACK

9----service hunt-group SER_HG_PSTN_FALLBACK
drop-cause normal-unspecified
drop-cause no-circuit-channel-available
drop-cause network-out-of-order
drop-cause temporary-failure
drop-cause switching-equipment-congestion
drop-cause access-info-discarded
drop-cause circuit-channel-not-available
drop-cause resources-unavailable
10----route call 1 dest-interface IF_S0_00
11----route call 2 dest-interface IF_S0_01

context cs switch
no shutdown

5----gateway sip GW_SIP
6----bind interface IF_IP_WAN router

service default
defaultserver manual 172.16.0.9 5060 loose-router
registration manual 172.16.0.9 5060
user 4554 register display-name 4554 phone-context lxuser

gateway sip GW_SIP
no shutdown

3----port ethernet 0 0
4----bind interface IF_IP_WAN router
no shutdown

port bri 0 0
clock auto
encapsulation q921

q921
permanent-layer2
protocol pp
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side user
encapsulation cc-isdn
bind interface IF_S0_00 switch

port bri 0 0
no shutdown

port bri 0 1
clock auto
encapsulation q921

q921
permanent-layer2
protocol pp
uni-side auto
encapsulation q931

q931
protocol dss1
uni-side user
encapsulation cc-isdn
bind interface IF_S0_01 switch

port bri 0 1
no shutdown

--

Erich Rieder
Prodecor SWISS KMU Software
www.prodecor.ch



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.