- Mitglied seit
- 11 Dez 2008
- Beiträge
- 55
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hi nochmal,
mit dem Patton 4118 / 5.2Version hatte ich einige Probleme. Also habe ich nun ein Downgrade auf die 4er gemacht. Die Konfig funzt nun auch einwandfrei. D.h. ich kann anrufen und auch angerufen werden. Nun habe ich allerdings noch das Problem, dass irgendwie das Patton dem Asterisk die Rufnummer nicht übermittelt. Was muss ich dazu noch einrichten ?
Meine Patton Konfig:
In der SIP.conf meines Asterisk hab ich:
Wenn ich z.B. eine VoIP Nebenstelle mit dem Analogen Fax anrufe, steht im Display "patton" und nicht die eigentliche Nebenstelle "160" bzw. "150" :-/ Danke!
EDIT:
Im Debug vom Patton wird es allerdings auch mit "patton@ip" gesendet:
Also geh ich mal nicht von einem Problem mit dem Asterisk aus...
mit dem Patton 4118 / 5.2Version hatte ich einige Probleme. Also habe ich nun ein Downgrade auf die 4er gemacht. Die Konfig funzt nun auch einwandfrei. D.h. ich kann anrufen und auch angerufen werden. Nun habe ich allerdings noch das Problem, dass irgendwie das Patton dem Asterisk die Rufnummer nicht übermittelt. Was muss ich dazu noch einrichten ?
Meine Patton Konfig:
Code:
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 dhcp
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
context cs switch
digit-collection timeout 2
national-prefix 0
international-prefix 00
routing-table called-e164 RT_FROMLOCAL
route .T dest-interface IF_SIP
routing-table called-e164 RT_FROMSIP
route 150 dest-interface IF_FXS_00
route 160 dest-interface IF_FXS_01
interface sip IF_SIP
bind gateway GW_SIP
service default
route call dest-table RT_FROMSIP
early-connect
early-disconnect
address-translation outgoing-call from-header user-part fix patton host-part call
interface fxs IF_FXS_00
route call dest-table RT_FROMLOCAL
call-transfer
subscriber-number 150
interface fxs IF_FXS_01
route call dest-table RT_FROMLOCAL
call-transfer
subscriber-number 160
context cs switch
no shutdown
gateway sip GW_SIP
bind interface eth0 router
service default
domain 172.16.200.1
defaultserver manual 172.16.200.1 5060 loose-router
registration-lifetime 300
registration manual 172.16.200.1 5060
user pattongw authenticate password XXX== encrypted default register
gateway sip GW_SIP
no shutdown
port ethernet 0 0
medium auto
encapsulation ip
bind interface eth0 router
no shutdown
port fxs 0 0
encapsulation cc-fxs
bind interface IF_FXS_00 switch
no shutdown
port fxs 0 1
pulse-dialing
encapsulation cc-fxs
bind interface IF_FXS_01 switch
no shutdown
port fxs 0 2
shutdown
port fxs 0 3
shutdown
port fxs 0 4
shutdown
port fxs 0 5
shutdown
port fxs 0 6
shutdown
port fxs 0 7
shutdown
In der SIP.conf meines Asterisk hab ich:
Code:
[pattongw]
type = peer
host = dynamic
secret = XXX
port = 5060
context = screen
Wenn ich z.B. eine VoIP Nebenstelle mit dem Analogen Fax anrufe, steht im Display "patton" und nicht die eigentliche Nebenstelle "160" bzw. "150" :-/ Danke!
EDIT:
Im Debug vom Patton wird es allerdings auch mit "patton@ip" gesendet:
Code:
19:58:14 SIP_SI> [EP IF_SIP-008fbf18 SES 0x8eff38] > Stack: INVITE sip:[email protected]
19:58:14 SIP_SI> [EP IF_SIP-008fbf18 SES 0x8eff38] From: sip:[email protected]
19:58:14 SIP_SI> [EP IF_SIP-008fbf18 SES 0x8eff38] To: sip:[email protected]
Zuletzt bearbeitet: