Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anrufbeantworter nimmt Rundruf als Test-Anruf an #131

Open
haumacher opened this issue Jan 9, 2025 · 1 comment
Open

Anrufbeantworter nimmt Rundruf als Test-Anruf an #131

haumacher opened this issue Jan 9, 2025 · 1 comment
Labels
cantfix A problem that cannot be fixed due to restrictions in third-party code or hardware

Comments

@haumacher
Copy link
Owner

Wenn man einen lokalen Rundruf startet (Rufnummer **9), dann nimmt der Anrufbeantworter den Anruf an, was die Rundruf-Funktion praktisch unbenutzbar macht. Als Workaround bleibt nur auf einen Gruppenanruf aller anderen Telefone auszuweichen (siehe https://avm.de/service/wissensdatenbank/dok/FRITZ-Box-7490/1148_Interne-Rufgruppe-in-FRITZ-Box-einrichten-Gruppenruf/).

Das Einladungstelegramm eines Gruppenanrufs sieht folgendermaßen aus:

[2025-01-09 07:20:05] INFO: [org.mjsip.sip.provider.SipProvider]: Received message from:  2003:fa:efff:185f:9a9b:cbff:fe34:c1e6:5060/udp (1396 bytes)
-----Begin-of-message-----
 INVITE sip:ab-2633283014792475@[2a01:4f8:c17:6624:0:0:0:1]:50060 SIP/2.0
Via: SIP/2.0/UDP [2003:fa:efff:185f:9a9b:cbff:fe34:c1e6]:5060;branch=z9hG4bK0899D39FEFD345E1
From: "HauiMobil" <sip:**[email protected]>;tag=18DE4E7B8C7E3B99
To: <sip:ab-2633283014792475@[2a01:4f8:c17:6624:0:0:0:1]:50060>
Call-ID: 4A6950E1C08FC73F@2003:fa:efff:185f:9a9b:cbff:fe34:c1e6
CSeq: 1 INVITE
Contact: <sip:DA3969CE6BA0D35B305A0CB2F611960@[2003:fa:efff:185f:9a9b:cbff:fe34:c1e6]>
Max-Forwards: 70
P-Called-Party-ID: <sip:**[email protected]>
Expires: 120
Session-Expires: 600;refresher=uac
Min-SE: 90
User-Agent: AVM FRITZ!Box 7590 154.07.57 (Sep  2 2023)
Supported: 100rel,replaces,timer
Allow-Events: telephone-event,refer
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH
Content-Type: application/sdp
Accept: application/sdp, multipart/mixed
Accept-Encoding: identity
Content-Length: 467

v=0
o=user 4806153 4806153 IN IP6 2003:fa:efff:185f:9a9b:cbff:fe34:c1e6
s=call
c=IN IP6 2003:fa:efff:185f:9a9b:cbff:fe34:c1e6
t=0 0
m=audio 7082 RTP/AVP 9 8 0 2 102 100 99 101 97 120 121
a=sendrecv
a=rtpmap:2 G726-32/8000
a=rtpmap:102 G726-32/8000
a=rtpmap:100 G726-40/8000
a=rtpmap:99 G726-24/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtpmap:97 iLBC/8000
a=fmtp:97 mode=30
a=rtpmap:120 PCMA/16000
a=rtpmap:121 PCMU/16000
a=rtcp:7083
 
-----End-of-message-----

Der Gruppenanruf ist an der Zeile

P-Called-Party-ID: <sip:**[email protected]>

zu erkennen. Leider kennt der Anrufbeantworter seine eigene lokale Nummer nicht, sonst könnte er nur annehmen, wenn er explizit angerufen wurde. Aber bei einem Anruf an die wohlbekannte Gruppenanrufnummer sollte er nicht abnehmen.

haumacher added a commit that referenced this issue Jan 20, 2025
haumacher added a commit that referenced this issue Jan 20, 2025
All calls to a local number are announced as "P-Called-Party-ID:
<sip:**[email protected]>".
@haumacher
Copy link
Owner Author

Das scheint leider nicht umsetzbar zu sein, weil die Fritz!Box als "P-Called-Party-ID" immer **9 angibt, wenn eine lokale Nummer angerufen wird.

@haumacher haumacher added the cantfix A problem that cannot be fixed due to restrictions in third-party code or hardware label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cantfix A problem that cannot be fixed due to restrictions in third-party code or hardware
Projects
None yet
Development

No branches or pull requests

1 participant