Asterisk Outbound Telefonie ins Telekom Netz, hier beim MagentaZuhause Anschluss

sharbich

Neuer User
Mitglied seit
30 Aug 2012
Beiträge
195
Punkte für Reaktionen
3
Punkte
18
Hallo Ihr Lieben,
ich habe ein seltsames Fehlerbild wenn ich vom Festnetz Anschluss ins Telekom Handy Netz anrufe.

Anruf von +492173###### zu +49151535##### funktioniert. Rufton ist bei Verbindungsaufbau zu hören. Klingelton wird beim Anrufer signalisiert. Gespräch in beiden Richtungen möglich
Anruf von +492173###### zu +491512707#### funktioniert nicht. Rufton ist bei Verbindungsaufbau zu hören. Klingelton wird beim Anrufer signalisiert. Gespräch in beiden Richtungen nicht möglich. Kein Ton.

Unterschiede zwischen beiden Anrufen:
Der erste Anruf kommt bei einen Android Handy an. Der zweite Anruf kommt beim Apple Handy an. Dürfte aber kein Unterschied machen. Ich füge Euch meine Outbound Konfiguration bei. Falls Ihr noch weitere Informationen benötigt (z. B. tcpdump) dann teilt mir bitte mit welchen Befehl ich beim Verbindungsaufbau angeben muss um entsprechende Log's Euch zur Verfügung stellen zu können.

Code:
root@dsme01:~# cat /etc/asterisk/pjsip.endpoint.conf
;--------------------------------------------------------------------------------;
;          Do NOT edit this file as it is auto-generated by FreePBX.             ;
;--------------------------------------------------------------------------------;
; For information on adding additional paramaters to this file, please visit the ;
; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ;
; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ;
; is totally deliberate.                                                         ;
;--------------------------------------------------------------------------------;
#include pjsip.endpoint_custom.conf

[100]
type=endpoint
aors=100
auth=100-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g722,alaw
context=from-internal
callerid=100 <100>

dtmf_mode=rfc4733
direct_media=yes
direct_media=yes
outbound_auth=100-auth
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
max_audio_streams=1
max_video_streams=1
bundle=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
user_eq_phone=no
media_encryption=no
timers=yes
timers_min_se=90
media_encryption_optimistic=no
refer_blind_progress=yes
refer_blind_progress=yes
rtp_timeout=30
rtp_timeout_hold=300
rtp_keepalive=0
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
media_address=192.168.140.20
bind_rtp_to_media_address=yes
language=de_custom

[20]
type=endpoint
aors=20
auth=20-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g722,alaw
context=from-internal
callerid=Nähzimmer <20>

dtmf_mode=rfc4733
direct_media=yes
direct_media=yes
outbound_auth=20-auth
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
max_audio_streams=1
max_video_streams=1
bundle=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
user_eq_phone=no
media_encryption=no
timers=yes
timers_min_se=90
media_encryption_optimistic=no
refer_blind_progress=yes
refer_blind_progress=yes
rtp_timeout=30
rtp_timeout_hold=300
rtp_keepalive=0
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
media_address=192.168.140.20
bind_rtp_to_media_address=yes
language=de_custom

[30]
type=endpoint
aors=30
auth=30-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g722,alaw
context=from-internal
callerid=Gartenhaus <30>

dtmf_mode=rfc4733
direct_media=yes
direct_media=yes
outbound_auth=30-auth
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
max_audio_streams=1
max_video_streams=1
bundle=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
user_eq_phone=no
media_encryption=no
timers=yes
timers_min_se=90
media_encryption_optimistic=no
refer_blind_progress=yes
refer_blind_progress=yes
rtp_timeout=30
rtp_timeout_hold=300
rtp_keepalive=0
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
media_address=192.168.140.20
bind_rtp_to_media_address=yes
language=de_custom

[10]
type=endpoint
aors=10
auth=10-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g722,alaw
context=from-internal
callerid=Wohnzimmer <10>

dtmf_mode=rfc4733
direct_media=yes
direct_media=yes
outbound_auth=10-auth
mailboxes=10@default

mwi_subscribe_replaces_unsolicited=yes
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
max_audio_streams=1
max_video_streams=1
bundle=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
user_eq_phone=no
media_encryption=no
timers=yes
timers_min_se=90
media_encryption_optimistic=no
refer_blind_progress=yes
refer_blind_progress=yes
rtp_timeout=30
rtp_timeout_hold=300
rtp_keepalive=0
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
media_address=192.168.140.20
bind_rtp_to_media_address=yes
language=de_custom

[telekom_02173######]
type=endpoint
transport=192.168.140.20-tcp
context=from-pstn-pciheader
disallow=all
allow=g722,alaw
aors=telekom_02173######
rtp_keepalive=0
language=de_custom
outbound_auth=telekom_02173######
from_domain=tel.t-online.de
from_user=+492173######
contact_user=+492173######
user_eq_phone=no
t38_udptl=no
t38_udptl_ec=none
fax_detect=no
trust_id_inbound=no
t38_udptl_nat=no
direct_media=no
rtp_symmetric=yes
dtmf_mode=auto

Code:
root@dsme01:~# cat /etc/asterisk/pjsip.transports.conf
;--------------------------------------------------------------------------------;
;          Do NOT edit this file as it is auto-generated by FreePBX.             ;
;--------------------------------------------------------------------------------;
; For information on adding additional paramaters to this file, please visit the ;
; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ;
; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ;
; is totally deliberate.                                                         ;
;--------------------------------------------------------------------------------;
#include pjsip.transports_custom.conf

[192.168.140.20-tcp]
type=transport
protocol=tcp
bind=192.168.140.20:5070
external_media_address=example.com
external_signaling_address=example.com
allow_reload=no
tos=cs3
cos=3
local_net=172.17.0.0/16
local_net=192.168.0.0/16

[192.168.140.20-tls]
type=transport
protocol=tls
bind=192.168.140.20:5071
external_media_address=example.com
external_signaling_address=example.com
ca_list_file=/etc/ssl/certs/ca-certificates.crt
cert_file=/etc/asterisk/keys/default.crt
priv_key_file=/etc/asterisk/keys/default.key
method=tlsv1_2
verify_client=yes
verify_server=yes
allow_reload=no
tos=cs3
cos=3
local_net=172.17.0.0/16
local_net=192.168.0.0/16

Code:
root@dsme01:~# cat /etc/asterisk/pjsip.aor.conf
;--------------------------------------------------------------------------------;
;          Do NOT edit this file as it is auto-generated by FreePBX.             ;
;--------------------------------------------------------------------------------;
; For information on adding additional paramaters to this file, please visit the ;
; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ;
; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ;
; is totally deliberate.                                                         ;
;--------------------------------------------------------------------------------;
#include pjsip.aor_custom.conf

[100]
type=aor
max_contacts=1
remove_existing=yes
maximum_expiration=7200
minimum_expiration=60
qualify_frequency=60

[20]
type=aor
max_contacts=1
remove_existing=yes
maximum_expiration=7200
minimum_expiration=60
qualify_frequency=60

[30]
type=aor
max_contacts=1
remove_existing=yes
maximum_expiration=7200
minimum_expiration=60
qualify_frequency=60

[10]
type=aor
mailboxes=10@default

max_contacts=1
remove_existing=yes
maximum_expiration=7200
minimum_expiration=60
qualify_frequency=60

[telekom_02173900855]
type=aor
qualify_frequency=60
contact=sip:+492173######@tel.t-online.de

Code:
root@dsme01:~# cat /etc/asterisk/pjsip.registration.conf
;--------------------------------------------------------------------------------;
;          Do NOT edit this file as it is auto-generated by FreePBX.             ;
;--------------------------------------------------------------------------------;
; For information on adding additional paramaters to this file, please visit the ;
; FreePBX.org wiki page, or ask on IRC. This file was created by the new FreePBX ;
; BMO - Big Module Object. Any similarity in naming with BMO from Adventure Time ;
; is totally deliberate.                                                         ;
;--------------------------------------------------------------------------------;
#include pjsip.registration_custom.conf

[telekom_02173######]
type=registration
transport=192.168.140.20-tcp
outbound_auth=telekom_02173######
retry_interval=60
fatal_retry_interval=0
forbidden_retry_interval=300
max_retries=10
expiration=480
auth_rejection_permanent=yes
line=yes
endpoint=telekom_02173######
contact_user=+492173######
server_uri=sip:tel.t-online.de
client_uri=sip:+492173######@tel.t-online.de

Vorweg herzlichen Dank für Eure Unterstützung.

Gruß von Stefan Harbich
 
Was mir ganz spontan auffällt: Es hat wenig Mehrwert (also keinen), wenn du als media_address eine RFC1918-Adresse angibst, damit kann die Gegenseite nichts anfangen.
 
Es hat wenig Mehrwert (also keinen), wenn du als media_address eine RFC1918-Adresse angibst, damit kann die Gegenseite nichts anfangen.
Wenn ich in FreePBX schaue dann ist im Feld Media Address für jede Nebenstelle nichts eingetragen.
2025_01_15_DirectMedia.png
[Edit Novize: Bild gemäß der Forumsregeln auf Vorschau verkleinert]
Oder habe ich das irgendwo als Wert für alle eingetragen? Fragt sich dann nur wo?
 
Zuletzt bearbeitet von einem Moderator:
Ich sehe gerade,in der ganzen Config sind ein paar Sachen etwas schräg, z. B.:
external_media_address=example.com
external_signaling_address=example.com
Das ist halt maximaler Quatsch, das wird niemals funktionieren, wenn es eine Gegenstelle ernst nimmt.

Ich habe als Codec-Liste:
allow=!all,g722,alaw,ulaw,g729,gsm

Wenn ich mich recht entsinne, mit allow erlaubt man Codecs *zusätzlich* zu den bereits anderweitig definierten. Mit dem !all als Präfix stellt man sicher, dass nur genau diese verwendet werden die an Ort und Stelle festgelegt werden. Ist in deinem Fall dann aber die Frage, ob bzw. wie du das über die FreePBX-GUI eingetickert bekommst.

Bei den beiden Teilnehmern kann es bspw. auch einen Unterschied machen, ob der Teilnehmer per VoLTE telefoniert oder GSM/2G.

Die tcpdump-Keule würde ich erstmal noch eingepackt lassen, du kannst aber wenn du im CLI ein pjsip set logger on setzt, dir mal die SIP-Pakete des Verbindungsaufbaus rausholen. Hier sind insbesondere die SDP-Nachrichten interessant -- dort wird nämlich das Audio ausgehandelt.

Du kannst auch mal generell das Logging-Level auf der Konsole erhöhen und schauen ob PJSIP bspw. Warnings loggt.

direct_media ist nicht hilfreich, das wäre was wenn das Asterisk eine öffentliche IP hat.

Ansonsten könntest du noch mit deinem Router mal am WAN-Interface tracen und dir den Trace dann in Wireshark anschauen, damit kannst du herausfinden, ob in dem tonlosen Fall die RTP-Pakete überhaupt am Router ankommen.
 
Zuletzt bearbeitet:
Ich sehe gerade,in der ganzen Config sind ein paar Sachen etwas schräg, z. B.:
external_media_address=example.com
external_signaling_address=example.com
das ist mein FQDN der auf die pblic IP auflöst. Ist real natürlich ein anderer Name. Da public IP manchmal wechselt.

[Edit Novize: Beiträge zusammengefasst - siehe Forumsregeln]

Die tcpdump-Keule würde ich erstmal noch eingepackt lassen, du kannst aber wenn du im CLI ein pjsip set logger on setzt, dir mal die SIP-Pakete des Verbindungsaufbaus rausholen. Hier sind insbesondere die SDP-Nachrichten interessant -- dort wird nämlich das Audio ausgehandelt.
Erster Eintrag oberhalb des Strichs funktioniert die Kommunikation, unterhalb nicht. Es wird nur ein anderer RTP Port verwendet. Sonst ist alles gleich.
Code:
dsme01*CLI>
<--- Received SIP request (1021 bytes) from TCP:192.168.140.30:60759 --->
INVITE sip:0151535#####@######.de;user=phone SIP/2.0
Via: SIP/2.0/TCP 192.168.140.30:60759;branch=z9hG4bKc6a5b3a22ffdd3505b0736234f48d9f8;rport
From: "Wohnzimmer" <sip:10@######.de>;tag=1527744719
To: <sip:0151535#####@######.de;user=phone>
Call-ID: 1638142215@192_168_140_30
CSeq: 2 INVITE
Contact: <sip:[email protected]:60759;transport=tcp>
Max-Forwards: 70
User-Agent: N510 IP PRO/42.263.00.000.000
Supported: replaces
Allow-Events: message-summary, refer, ua-profile, talk, check-sync
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, SUBSCRIBE, NOTIFY, REFER, UPDATE
Content-Type: application/sdp
Content-Length: 384

v=0
o=10 30020 8 IN IP4 192.168.140.30
s=Mapping
c=IN IP4 192.168.140.30
t=0 0
m=audio 30020 RTP/AVP 9 8 0 96 97 2 18 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:96 G726-32/8000
a=rtpmap:97 AAL2-G726-32/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20



------------------------------------------------------------------------------------------------

dsme01*CLI>
<--- Received SIP request (1019 bytes) from TCP:192.168.140.30:60759 --->
INVITE sip:016033#####@######.de;user=phone SIP/2.0
Via: SIP/2.0/TCP 192.168.140.30:60759;branch=z9hG4bK6ca4ff7a986b9712a3dc3e37ce2ad9a0;rport
From: "Wohnzimmer" <sip:[email protected]>;tag=1701341000
To: <sip:016033#####@######.de;user=phone>
Call-ID: 3308974971@192_168_140_30
CSeq: 2 INVITE
Contact: <sip:[email protected]:60759;transport=tcp>
Max-Forwards: 70
User-Agent: N510 IP PRO/42.263.00.000.000
Supported: replaces
Allow-Events: message-summary, refer, ua-profile, talk, check-sync
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, SUBSCRIBE, NOTIFY, REFER, UPDATE
Content-Type: application/sdp
Content-Length: 384

v=0
o=10 30022 9 IN IP4 192.168.140.30
s=Mapping
c=IN IP4 192.168.140.30
t=0 0
m=audio 30022 RTP/AVP 9 8 0 96 97 2 18 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:96 G726-32/8000
a=rtpmap:97 AAL2-G726-32/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
 
Zuletzt bearbeitet von einem Moderator:
Erster Eintrag oberhalb des Strichs funktioniert die Kommunikation, unterhalb nicht. Es wird nur ein anderer RTP Port verwendet. Sonst ist alles gleich.
Das ist ja kein Wunder, das ist ja nur das initiale INVITE von der DECT-Basis Richtung Asterisk, wichtig wäre schon zu schauen was hier mit der Gegenstelle ausgehandelt wird.
 
Das ist ja kein Wunder, das ist ja nur das initiale INVITE von der DECT-Basis Richtung Asterisk, wichtig wäre schon zu schauen was hier mit der Gegenstelle ausgehandelt wird.
Stimmt. Jetzt mit dem was mit dem öffentlichen Netz ausgehandelt wird.

Code:
<--- Transmitting SIP response (558 bytes) to TCP:192.168.140.30:60759 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 192.168.140.30:60759;rport=60759;received=192.168.140.30;branch=z9hG4bKf77a20c15daafc52a36494caf0067e05
Call-ID: 1638142215@192_168_140_30
From: "Wohnzimmer" <sip:10@######.de>;tag=1527744719
To: <sip:0151535#####@######.de;user=phone>;tag=24ec3558-676e-4b13-aa3e-92d1576582ce
CSeq: 3 INVITE
Server: FPBX-16.0.40.11(20.10.0)
Contact: <sip:192.168.140.20:5070;transport=TCP>
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Content-Length:  0


<--- Transmitting SIP request (992 bytes) to TCP:217.0.148.133:5060 --->
INVITE sip:+49151535#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj6a1366a5-6f3b-427c-abbc-7704fbd780a0;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>
Contact: <sip:+4921739#####@87.162.172.15:5070;transport=TCP>
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14802 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Type: application/sdp
Content-Length:   261

v=0
o=- 476611474 476611474 IN IP4 87.162.172.15
s=Asterisk
c=IN IP4 87.162.172.15
t=0 0
m=audio 30024 RTP/AVP 9 8 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:140
a=sendrecv

<--- Received SIP response (336 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj6a1366a5-6f3b-427c-abbc-7704fbd780a0;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14802 INVITE
Content-Length: 0


<--- Received SIP response (785 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj6a1366a5-6f3b-427c-abbc-7704fbd780a0;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=mavodi-0-4c-12-6-ffff00-96f-ffffffffffffffff-b79d0000-6626eadb-_025A2D689036-4462-3a41d700-f98ea03-67880235-b3c71
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14802 INVITE
Reason: SIP;cause=407;text="CC_IMS_SESS_NEED_AUTHENTICATION"
Proxy-Authenticate: Digest algorithm=MD5,realm="tel.t-online.de",nonce="4e42414e4241608f251a1e90a43bf117beb4a0ba12f6",qop="auth"
Session-ID: 00000000000000000000000000000000; remote=a3c42c02cc249c181ddb1e84cdbc852b
Content-Length: 0


<--- Transmitting SIP request (536 bytes) to TCP:217.0.148.133:5060 --->
ACK sip:+49151535#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj6a1366a5-6f3b-427c-abbc-7704fbd780a0;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=mavodi-0-4c-12-6-ffff00-96f-ffffffffffffffff-b79d0000-6626eadb-_025A2D689036-4462-3a41d700-f98ea03-67880235-b3c71
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14802 ACK
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Length:  0


<--- Transmitting SIP request (1293 bytes) to TCP:217.0.148.133:5060 --->
INVITE sip:+49151535#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj98c17c70-ee2a-4783-87b2-5e6a3704d9e1;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>
Contact: <sip:+4921739#####@87.162.172.15:5070;transport=TCP>
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Proxy-Authorization: Digest username="+4921739#####", realm="tel.t-online.de", nonce="4e42414e4241608f251a1e90a43bf117beb4a0ba12f6", uri="sip:+49151535#####@tel.t-online.de", response="9e0c76df34e3f47fd2a56748a2415978", algorithm=MD5, cnonce="558ae4bbab8d4e7eb6a6a7ab6ed617d9", qop=auth, nc=00000001
Content-Type: application/sdp
Content-Length:   261

v=0
o=- 476611474 476611474 IN IP4 87.162.172.15
s=Asterisk
c=IN IP4 87.162.172.15
t=0 0
m=audio 30024 RTP/AVP 9 8 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:140
a=sendrecv

<--- Received SIP response (336 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj98c17c70-ee2a-4783-87b2-5e6a3704d9e1;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 INVITE
Content-Length: 0


<--- Received SIP response (1142 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj98c17c70-ee2a-4783-87b2-5e6a3704d9e1;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=p65559t1736966709m849789c5607s1_330970997-1468272660
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 INVITE
Contact: <sip:mavodi-0-266-7f5-3-fffffff0-af2f0000-62734593ca5fb-870-ffffffffffffffff-@217.0.148.133:5060>;+sip.instance="<urn:gsma:imei:86158506-478104-0>";+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";audio;+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,UPDATE,MESSAGE,PRACK,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-7f5-3-ffffffff-af2f0000-62734593ca5fb-870-ffffffffffffffff-mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870>
P-Early-Media: inactive
Session-ID: 00000000000000000000000000000000; remote=a3c42c02cc249c181ddb1e84cdbc852b
Content-Length: 0


<--- Received SIP response (1133 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj98c17c70-ee2a-4783-87b2-5e6a3704d9e1;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=p65559t1736966709m849789c5607s1_330970997-1468272660
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 INVITE
Contact: <sip:mavodi-0-266-7f5-3-fffffff0-af2f0000-62734593ca5fb-870-ffffffffffffffff-@217.0.148.133:5060>;+sip.instance="<urn:gsma:imei:86158506-478104-0>";+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";audio;+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,UPDATE,MESSAGE,PRACK,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-7f5-3-ffffffff-af2f0000-62734593ca5fb-870-ffffffffffffffff-mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870>
P-Early-Media: inactive
Session-ID: 00000000000000000000000000000000; remote=a3c42c02cc249c181ddb1e84cdbc852b
Content-Length: 0


<--- Transmitting SIP response (558 bytes) to TCP:192.168.140.30:60759 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 192.168.140.30:60759;rport=60759;received=192.168.140.30;branch=z9hG4bKf77a20c15daafc52a36494caf0067e05
Call-ID: 1638142215@192_168_140_30
From: "Wohnzimmer" <sip:10@######.de>;tag=1527744719
To: <sip:0151535#####@######.de;user=phone>;tag=24ec3558-676e-4b13-aa3e-92d1576582ce
CSeq: 3 INVITE
Server: FPBX-16.0.40.11(20.10.0)
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Contact: <sip:192.168.140.20:5070;transport=TCP>
Content-Length:  0


<--- Transmitting SIP request (520 bytes) to TCP:192.168.30.129:46945 --->
OPTIONS sip:[email protected]:46945;transport=TCP;rinstance=f4336e8a368e6463 SIP/2.0
Via: SIP/2.0/TCP 192.168.140.20:5070;rport;branch=z9hG4bKPj83cc5621-ee00-4210-a740-6911a43a7000;alias
From: <sip:[email protected]>;tag=5ba26745-c389-45e3-a196-7be596e7f6b2
To: <sip:[email protected];rinstance=f4336e8a368e6463>
Contact: <sip:[email protected]:5070;transport=TCP>
Call-ID: 17f9ee02-e159-446e-b6e7-d37ec80503f5
CSeq: 55397 OPTIONS
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Length:  0


<--- Received SIP response (725 bytes) from TCP:192.168.30.129:46945 --->
SIP/2.0 200 OK
Via: SIP/2.0/TCP 192.168.140.20:5070;rport=5070;branch=z9hG4bKPj83cc5621-ee00-4210-a740-6911a43a7000;alias
Contact: <sip:192.168.30.129:5070;transport=tcp>
To: <sip:[email protected];rinstance=f4336e8a368e6463>;tag=77a43c6f
From: <sip:[email protected]>;tag=5ba26745-c389-45e3-a196-7be596e7f6b2
Call-ID: 17f9ee02-e159-446e-b6e7-d37ec80503f5
CSeq: 55397 OPTIONS
Accept: application/sdp
Accept-Language: en
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE
Supported: replaces, norefersub, extended-refer, timer, sec-agree, outbound, path, X-cisco-serviceuri
User-Agent: Zoiper v2.10.20.4_1
Allow-Events: presence, kpml, talk, as-feature-event
Content-Length: 0


<--- Received SIP response (1691 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj98c17c70-ee2a-4783-87b2-5e6a3704d9e1;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=p65559t1736966709m849789c5607s1_330970997-1468272660
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 INVITE
Require: timer
Session-Expires: 1800;refresher=uas
Supported: replaces
Supported: 199
Supported: 100rel
Supported: timer
Contact: <sip:mavodi-0-266-7f5-3-fffffff0-af2f0000-62734593ca5fb-870-ffffffffffffffff-@217.0.148.133:5060>;+sip.instance="<urn:gsma:imei:86158506-478104-0>";+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";audio;+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,UPDATE,MESSAGE,PRACK,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-7f5-3-ffffffff-af2f0000-62734593ca5fb-870-ffffffffffffffff-mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870>
P-Visited-Network-ID: ims.mnc001.mcc262.3gppnetwork.org
Authentication-Info: nc=00000001,cnonce="558ae4bbab8d4e7eb6a6a7ab6ed617d9",rspauth="9e0c76df34e3f47fd2a56748a2415978",qop=auth
Session-ID: a3c42c02cc249c181ddb1e84cdbc852b;remote=3c8f4c36c5111a5778f28f9ffa2ad577
Content-Type: application/sdp
Content-Length: 244

v=0
o=ccs-0-615-3 061232025958843 1342361158 IN IP4 217.0.160.40
s=-
c=IN IP4 217.0.160.40
t=0 0
m=audio 25550 RTP/AVP 9 101
a=sendrecv
a=maxptime:40
a=ptime:20
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16

<--- Transmitting SIP request (756 bytes) to TCP:217.0.148.133:5060 --->
ACK sip:mavodi-0-266-7f5-3-fffffff0-af2f0000-62734593ca5fb-870-ffffffffffffffff-@217.0.148.133:5060 SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPjb3229222-9f7f-479e-b90c-931225d83974;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=3696c230-0d5c-4c73-b621-ae476867b99c
To: <sip:+49151535#####@tel.t-online.de>;tag=p65559t1736966709m849789c5607s1_330970997-1468272660
Call-ID: 4ac0585d-66ff-4575-a3ad-e3cfbacf074a
CSeq: 14803 ACK
Route: <sip:mavodi-0-266-7f5-3-ffffffff-af2f0000-62734593ca5fb-870-ffffffffffffffff-mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-2f8-3-e38a0000-616e3a2331ed7-870>
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Length:  0


<--- Transmitting SIP response (887 bytes) to TCP:192.168.140.30:60759 --->
SIP/2.0 200 OK
Via: SIP/2.0/TCP 192.168.140.30:60759;rport=60759;received=192.168.140.30;branch=z9hG4bKf77a20c15daafc52a36494caf0067e05
Call-ID: 1638142215@192_168_140_30
From: "Wohnzimmer" <sip:10@######.de>;tag=1527744719
To: <sip:0151535#####@######.de;user=phone>;tag=24ec3558-676e-4b13-aa3e-92d1576582ce
CSeq: 3 INVITE
Server: FPBX-16.0.40.11(20.10.0)
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Contact: <sip:192.168.140.20:5070;transport=TCP>
Supported: 100rel, timer, replaces, norefersub
Content-Type: application/sdp
Content-Length:   252

v=0
o=- 30020 10 IN IP4 192.168.140.20
s=Asterisk
c=IN IP4 192.168.140.20
t=0 0
m=audio 30030 RTP/AVP 9 8 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:140
a=sendrecv

<--- Received SIP request (773 bytes) from TCP:192.168.140.30:60759 --->
ACK sip:192.168.140.20:5070;transport=TCP SIP/2.0
Via: SIP/2.0/TCP 192.168.140.30:60759;branch=z9hG4bK66de7ab190e9c4f814b586e4a3573945;rport
From: "Wohnzimmer" <sip:10@######.de>;tag=1527744719
To: <sip:0151535#####@######.de;user=phone>;tag=24ec3558-676e-4b13-aa3e-92d1576582ce
Call-ID: 1638142215@192_168_140_30
CSeq: 3 ACK
Contact: <sip:[email protected]:60759;transport=tcp>
Authorization: Digest username="10", realm="asterisk", qop=auth, algorithm=MD5, uri="sip:0151535#####@######.de;user=phone", nonce="1736966709/d54b344ea806889c871e2e2b0b842ccc", nc=00000001, cnonce="99a0bc26f9ef75f0dd5b91cb41c6dca", opaque="42d1072e7572b25e", response="d51e4898e7695be748d7c524f2e01060"
Max-Forwards: 70
User-Agent: N510 IP PRO/42.263.00.000.000
Content-Length: 0


<--- Transmitting SIP request (462 bytes) to TCP:192.168.140.30:60760 --->
OPTIONS sip:[email protected]:60760;transport=TCP SIP/2.0
Via: SIP/2.0/TCP 192.168.140.20:5070;rport;branch=z9hG4bKPjc5be7aac-cefa-4c30-9c0c-6859e7837815;alias
From: <sip:[email protected]>;tag=b299e61b-4c0b-4090-b16d-bb7c20ac4f50
To: <sip:[email protected]>
Contact: <sip:[email protected]:5070;transport=TCP>
Call-ID: 22c00dbf-c18e-4f78-b97b-838b003e0406
CSeq: 38300 OPTIONS
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Length:  0

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<--- Transmitting SIP response (557 bytes) to TCP:192.168.140.30:60759 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 192.168.140.30:60759;rport=60759;received=192.168.140.30;branch=z9hG4bK821c3a57642292bd80ade36b4d4e059c
Call-ID: 3308974971@192_168_140_30
From: "Wohnzimmer" <sip:10@######.de>;tag=1701341000
To: <sip:016033#####@######.de;user=phone>;tag=8c3c4029-253a-4aa9-aa0f-50a4e2e1b13c
CSeq: 3 INVITE
Server: FPBX-16.0.40.11(20.10.0)
Contact: <sip:192.168.140.20:5070;transport=TCP>
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Content-Length:  0


<--- Transmitting SIP request (990 bytes) to TCP:217.0.148.133:5060 --->
INVITE sip:+4916033#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPja83f6c21-e95d-42ee-bbe2-9f2a2c51ab25;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>
Contact: <sip:+4921739#####@87.162.172.15:5070;transport=TCP>
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31864 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Type: application/sdp
Content-Length:   261

v=0
o=- 452331244 452331244 IN IP4 87.162.172.15
s=Asterisk
c=IN IP4 87.162.172.15
t=0 0
m=audio 30084 RTP/AVP 9 8 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:140
a=sendrecv

<--- Received SIP response (335 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPja83f6c21-e95d-42ee-bbe2-9f2a2c51ab25;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31864 INVITE
Content-Length: 0


<--- Received SIP response (784 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPja83f6c21-e95d-42ee-bbe2-9f2a2c51ab25;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>;tag=mavodi-0-4c-21-6-ffff00-96f-ffffffffffffffff-b93f0000-6626eadb-_025A2D689036-4462-3a41d700-f98f143-678802e5-94572
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31864 INVITE
Reason: SIP;cause=407;text="CC_IMS_SESS_NEED_AUTHENTICATION"
Proxy-Authenticate: Digest algorithm=MD5,realm="tel.t-online.de",nonce="4e42414e4241e49f666d2c5e2f8743906674f734bf15",qop="auth"
Session-ID: 00000000000000000000000000000000; remote=3f3c8d32c9962cefa26567293d98d642
Content-Length: 0


<--- Transmitting SIP request (534 bytes) to TCP:217.0.148.133:5060 --->
ACK sip:+4916033#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPja83f6c21-e95d-42ee-bbe2-9f2a2c51ab25;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>;tag=mavodi-0-4c-21-6-ffff00-96f-ffffffffffffffff-b93f0000-6626eadb-_025A2D689036-4462-3a41d700-f98f143-678802e5-94572
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31864 ACK
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Content-Length:  0


<--- Transmitting SIP request (1290 bytes) to TCP:217.0.148.133:5060 --->
INVITE sip:+4916033#####@tel.t-online.de SIP/2.0
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj292dc190-a432-40ee-87a3-bd092647c2f4;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>
Contact: <sip:+4921739#####@87.162.172.15:5070;transport=TCP>
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31865 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: FPBX-16.0.40.11(20.10.0)
Proxy-Authorization: Digest username="+4921739#####", realm="tel.t-online.de", nonce="4e42414e4241e49f666d2c5e2f8743906674f734bf15", uri="sip:+4916033#####@tel.t-online.de", response="8240443f49a163e2b775cf7164989661", algorithm=MD5, cnonce="4ef89c03121c40529f2f7d10eb1cf402", qop=auth, nc=00000001
Content-Type: application/sdp
Content-Length:   261

v=0
o=- 452331244 452331244 IN IP4 87.162.172.15
s=Asterisk
c=IN IP4 87.162.172.15
t=0 0
m=audio 30084 RTP/AVP 9 8 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:140
a=sendrecv

<--- Received SIP response (335 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 87.162.172.15:5070;rport;branch=z9hG4bKPj292dc190-a432-40ee-87a3-bd092647c2f4;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31865 INVITE
Content-Length: 0


<--- Received SIP response (1087 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj292dc190-a432-40ee-87a3-bd092647c2f4;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>;tag=p65559t1736966885m709957c5373s1_506830999-650595881
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31865 INVITE
Contact: <sip:mavodi-0-266-68f-3-fffffff0-99940000-62734593ca174-7e3-ffffffffffffffff-@217.0.148.133:5060>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE,PRACK,UPDATE,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-68f-3-ffffffff-99940000-62734593ca174-7e3-ffffffffffffffff-mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3>
P-Early-Media: inactive
Session-ID: 3f3c8d32c9962cefa26567293d98d642; remote=00000000000000000000000000000000
Content-Length: 0


<--- Received SIP response (1078 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj292dc190-a432-40ee-87a3-bd092647c2f4;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>;tag=p65559t1736966885m709957c5373s1_506830999-650595881
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31865 INVITE
Contact: <sip:mavodi-0-266-68f-3-fffffff0-99940000-62734593ca174-7e3-ffffffffffffffff-@217.0.148.133:5060>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE,PRACK,UPDATE,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-68f-3-ffffffff-99940000-62734593ca174-7e3-ffffffffffffffff-mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3>
P-Early-Media: inactive
Session-ID: 3f3c8d32c9962cefa26567293d98d642; remote=00000000000000000000000000000000
Content-Length: 0


<--- Transmitting SIP response (557 bytes) to TCP:192.168.140.30:60759 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/TCP 192.168.140.30:60759;rport=60759;received=192.168.140.30;branch=z9hG4bK821c3a57642292bd80ade36b4d4e059c
Call-ID: 3308974971@192_168_140_30
From: "Wohnzimmer" <sip:10@######.de>;tag=1701341000
To: <sip:016033#####@######.de;user=phone>;tag=8c3c4029-253a-4aa9-aa0f-50a4e2e1b13c
CSeq: 3 INVITE
Server: FPBX-16.0.40.11(20.10.0)
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, INFO, REFER
Contact: <sip:192.168.140.20:5070;transport=TCP>
Content-Length:  0


<--- Received SIP response (1636 bytes) from TCP:217.0.148.133:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/TCP 87.162.172.15:5070;received=87.162.172.15;rport=58917;branch=z9hG4bKPj292dc190-a432-40ee-87a3-bd092647c2f4;alias
From: <sip:+4921739#####@tel.t-online.de>;tag=ea40a1cf-7c19-43fd-a2b9-3159a8f53726
To: <sip:+4916033#####@tel.t-online.de>;tag=p65559t1736966885m709957c5373s1_506830999-650595881
Call-ID: b4fae600-4829-4da1-b966-355df223c32a
CSeq: 31865 INVITE
Require: timer
Session-Expires: 1800;refresher=uas
Supported: path
Supported: replaces
Supported: 100rel
Supported: timer
Contact: <sip:mavodi-0-266-68f-3-fffffff0-99940000-62734593ca174-7e3-ffffffffffffffff-@217.0.148.133:5060>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.mid-call;+g.3gpp.ps2cs-srvcc-orig-pre-alerting
Allow: REGISTER,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE,PRACK,UPDATE,INVITE,ACK,OPTIONS,CANCEL,BYE
Record-Route: <sip:mavodi-0-266-68f-3-ffffffff-99940000-62734593ca174-7e3-ffffffffffffffff-mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3@217.0.148.133:5060;transport=tcp;lr;mavsipodi-0-26c-7a-3-33cc0000-616def486e386-7e3>
P-Visited-Network-ID: ims.mnc001.mcc262.3gppnetwork.org
Authentication-Info: nc=00000001,cnonce="4ef89c03121c40529f2f7d10eb1cf402",rspauth="8240443f49a163e2b775cf7164989661",qop=auth
Session-ID: 3f3c8d32c9962cefa26567293d98d642; remote=00000000000000000000000000000000
Content-Type: application/sdp
Content-Length: 242

v=0
o=ccs-0-615-3 061232025877178 75775429 IN IP4 217.0.160.50
s=-
c=IN IP4 217.0.160.50
t=0 0
m=audio 62580 RTP/AVP 9 101
a=sendrecv
a=maxptime:40
a=ptime:20
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16

Ich glaube ich weiß jetzt warum das unterhalb des Strich nicht funktioniert. Ich habe bei den RTP Port's eine Firewall Begrenzung drin (30000-30099).
2025_01_15_RTP-Weiterleitung.png
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.