Vodafone SIP, Asterisk und PJSIP

E

EndIstuP

Guest
Guten Abend Forum,

ich bin neu was IP-Telefonie angeht, insbesondere Asterisk...

Folgendes Problem: ich bin seit Kurzem Kunde von Vodafone Kabel Deutschland und versuche verzweifelt seit mehreren Tagen des Suchens, Probierens und Testens eine Verbindung mit dem SIP-Server von Vodafone herzustellen - namentlich sip.kabelfon.vodafone.de.

Ich nutze ein eigenes Modem (Arris TM822S) und einen eigenen Router, basierend auf OpenBSD 7.1, sowie Asterisk 19.3.3 und PJSIP mit aktiviertem Packet Filter (pf) von OpenBSD.

In der pf.conf sind die TCP-Ports 5060 ein- und ausgehend freigegeben.

Über MicroSIP 3.21.1 unter Windows 10 Pro 21H2 und den Zugangsdaten bekomme ich eine direkte Verbindung, jedoch nicht über Asterisk oder sipsak, was mich zu dem Schluss kommen lässt, dass es an Asterisk und/oder sipsak liegt?

sipsak wie folgt aufgerufen, meldet einen Timeout:

sipsak -vvv -s sip:[email protected]:5060

*** giving up, no final response after 34875.568 ms

Asterisk meldet:

No response received from 'sip:sip.kabelfon.vodafone.de:5060'
on registration attempt to 'sip:[email protected]:5060', retrying in '20'

Hier die betreffenden Auszüge aus der pjsip.conf:

[general] context=default

[transport-udp-nat] type = transport protocol = udp bind = 0.0.0.0 local_net = 10.0.0.0/24 local_net = 172.16.0.1/24 local_net = 127.0.0.1/32 external_media_address = xx.xx.xx.xx external_signaling_address = xx.xx.xx.xx

[vodafone_reg] type = registration transport = transport-udp-nat max_retries = 10 auth_rejection_permanent = false retry_interval = 20 expiration = 120 fatal_retry_interval = 30 line = yes forbidden_retry_interval = 30 endpoint = vodafone_in contact_user = xxxxxxxxx server_uri = sip:sip.kabelfon.vodafone.de:5060 client_uri = sip:[email protected] ;outbound_proxy = sip:sip.kabelfon.vodafone.de:5060 outbound_auth = vodafone-auth

[vodafone_auth] type = auth auth_type = userpass username = xxxxxxxxx password = xxxxxxxxx

[vodafone-aor] type = aor qualify_frequency = 60 contact = sip:[email protected]:5060 outbound_proxy = sip:sip.kabelfon.vodafone.de:5060

[vodafone_id] type = identify endpoint = vodafone_in match = sip:sip.kabelfon.vodafone.de:5060

[vodafone_in] type = endpoint transport = transport-udp-nat disallow = all context = vodafone_in allow = g722,ulaw,alaw,gsm,g726 dtmf_mode = rfc4733 disable_direct_media_on_nat = yes callerid = xxxxxxxxx from_user = +49xxxxxxxxxxx contact_user = xxxxxxxxx from_domain = sip.kabelfon.vodafone.de outbound_auth = vodafone-auth aors = vodafone-aor outbound_proxy = sip:sip.kabelfon.vodafone.de:5060 direct_media = no

Über sachdienliche Hinweise wäre ich sehr dankbar :)

EDIT: Ích habe es geschafft, dass sich der Endpoint erfolgreich aufbaut, dank der Asterisk Wiki: https://wiki.asterisk.org/wiki/display/AST/Configuring+res_pjsip+to+work+through+NAT

Jetzt jedoch bei einem Testanruf:

== Everyone is busy/congested at this time (1:0/0/1)

Ich habe den obigen Konfigurationsausszug enstprechend der funktionierenden Einstellung angepasst, so dass nicht ein neuer Post erstellt werden muss...
 
Zuletzt bearbeitet von einem Moderator:
Ich würde mal mittels asterisk -r auf die Console schauen und dann mit

pjsip set logger on

Die SIP Pakete während eines Anrufs beobachten. Vielleicht ist es Dir ja auch möglich diese dann hier zu posten, wenn Du alleine nicht weiter kommst.
Im ersten Schritt wäre wohl mal interessant ob überhaupt etwas zurückkommt auf ein INVITE und falls ja, was genau.

Achja, external_media_address und external_signaling_address solltest Du aus meiner Sicht nur angeben, wenn Du eine statische öffentliche IP hast.
 
Guten Abend,

nach Löschung, Neuerstellung meines Accounts und etwas Abstand zu dem ganzen Thema, bin ich auf eine pjsip_wizard.conf umgestiegen, da ich bei der normalen pjsip.conf irgendwann nicht mehr durchgeblickt hatte :-( Nach einigem Gebastel und Bemühen von `sngrep` schaffe ich eine Registrierung beim Trunk:

Code:
asterisk*CLI> pjsip show registrations

 <Registration/ServerURI..............................>  <Auth....................>  <Status.......>
==========================================================================================

 vodafone_trunk-reg-0/sip:sip.kabelfon.vodafone.de       vodafone_trunk-oauth        Registered        (exp. 1673s)

Objects found: 1

pjsip_wizard.conf:

Code:
[trunk](!)
type = wizard
accepts_registrations = no ; an identify object is created to match incoming requests to
the endpoint
sends_auth = yes ; creates auth object
sends_registrations = yes       ; creates outbound_auth registration objects
aor/qualify_frequency = 15
enpoint/direct_media = no
endpoint/disallow = all
endpoint/allow = ulaw
endpoint/allow = alaw
endpoint/allow = gsm
endpoint/dtmf_mode = rfc4733
endpoint/rtp_symmetric = yes
endpoint/disable_direct_media_on_nat = yes
endpoint/force_rport = yes
endpoint/rewrite_contact = yes
endpoint/timers = yes
endpoint/language = de
retry_interval = 30
endpoint/send_rpid = yes
endpoint/send_pai = yes
registration/auth_rejection_permanent = false

[vodafone_trunk](trunk)
outbound_proxy = sip:sip.kabelfon.vodafone.de:5060
outbound_auth/username = xxxxxxxxx
;outbound/username = +49xxxxxxxxxxx
outbound_auth/password = xxxxxxxxxxxxxxxxxxx
transport = transport-udp-ipv4
endpoint/context = from-ptsn
remote_hosts = sip.kabelfon.vodafone.de
sends_line_with_registrations = yes

contact_pattern = sip:[email protected]
identify/match = sip.kabelfon.vodafone.de
enpoint/direct_media = no
endpoint/callerid = +49xxxxxxxxxxx
client_uri_pattern = sip:+49xxxxxxxxxxx@${REMOTE_HOST}
server_uri_pattern = sip:${REMOTE_HOST}
endpoint/from_user = +49xxxxxxxxxxx
endpoint/from_domain = sip.kabelfon.vodafone.de
outbound_auth/realm = technik.kabel-deutschland.de

[phone](!)
type = wizard
transport = transport-udp-ipv4
inbound_auth/realm = asterisk.home.arpa
accepts_auth = yes ; Will create an inbound auth object for the endpoint
sends_auth = no
sends_registrations = no
accepts_registrations = yes
endpoint/disallow = all
endpoint/allow = alaw
aor/max_contacts = 1
endpoint/allow_subscribe = yes
endpoint/direct_media = no
endpoint/force_rport = yes
endpoint/disable_direct_media_on_nat = yes
endpoint/direct_media_method = invite
endpoint/ice_support = yes
endpoint/moh_suggest = default
endpoint/send_rpid = yes
endpoint/rewrite_contact = yes
endpoint/send_pai = yes
endpoint/allow_transfer = yes
endpoint/trust_id_inbound = yes
endpoint/device_state_busy_at = 1
endpoint/trust_id_outbound = yes
endpoint/send_diversion = yes
aor/qualify_frequency = 30
aor/authenticate_qualify = no
aor/minimum_expiration = 30

[700](phone)
endpoint/context = from-internal
inbound_auth/username = 700
inbound_auth/password = 700
endpoint/permit=192.168.0.20

[800](phone)
endpoint/context = from-internal
inbound_auth/username = 800
inbound_auth/password = 800
endpoint/permit=10.0.0.10

pjsip.conf:

[transport-udp-ipv4] type = transport protocol = udp bind = 10.55.0.40:5060 local_net = 10.0.0.0/24 local_net = 172.16.0.1/24 local_net = 127.0.0.1/32 local_net = 192.168.0.0/24 external_media_address = xxxxxxxxxxx.de external_signaling_address = xxxxxxxxxxx.de

Des Weiteren bin ich auf ein Jail unter FreeBSD (FreeBSD asterisk 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64) umgestiegen, da (vermutlicherweise) Fehler unter OpenBSD 7.1 vorhanden waren (ich hatte irgendwann nur noch Core Dumps) - auf jeden Fall funktioniert die Registrierung jetzt erfolgreich und ohne Probleme :)

Nun das folgende Problem - ich bekomme immer 403-Fehler bei ausgehenden Anrufen (von eingehenden will ich noch gar nicht sprechen...), egal wie ich meine extensions.conf erstelle:

[from-internal] exten => _XXX.,1,Set(CALLERID(num)=+49xxxxxxxxxxx) same => n,Log(NOTICE, Dialing out from ${CALLERID(all)} to ${EXTEN} through VF) same => n,Dial(PJSIP/${EXTEN}@vodafone_trunk,60) same => n,Playtones(congestion) same => n,Hangup()

Anbei das SIP-Log:

Code:
root@asterisk:~ # asterisk -rvvvvv
Asterisk 18.14.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 18.14.0 currently running on asterisk (pid = 80333)
asterisk*CLI> pjsip set logger on
PJSIP Logging enabled
<--- Received SIP request (1082 bytes) from UDP:10.0.0.10:61481 --->
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.0.0.10:61481;rport;branch=z9hG4bKPjjO1ndoMzIBpO7iXqSx5hzACUp8S1VnnQ
Max-Forwards: 70
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: sip:[email protected]
Contact: "xxxxxx xxxxxxxxx" <sip:[email protected]:61481;ob>
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
CSeq: 4127 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE,
OPTIONS
Supported: replaces, 100rel, norefersub
User-Agent: Telephone 1.6                                       
Content-Type: application/sdp
Content-Length:   468

v=0
o=- 3875891630 3875891630 IN IP4 10.0.0.10
s=pjmedia
b=AS:117
t=0 0
a=X-nat:0
m=audio 4002 RTP/AVP 96 9 8 0 101 102
c=IN IP4 10.0.0.10
b=TIAS:96000
a=rtcp:4003 IN IP4 10.0.0.10
a=sendrecv
a=rtpmap:96 opus/48000/2
a=fmtp:96 useinbandfec=1
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/48000
a=fmtp:101 0-16
a=rtpmap:102 telephone-event/8000
a=fmtp:102 0-16
a=ssrc:1109971672 cname:20a2523900c42cec

<--- Transmitting SIP response (577 bytes) to UDP:10.0.0.10:61481 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.0.0.10:61481;rport=61481;received=10.0.0.10;branch=z9hG4bKPjjO1ndoMzI
BpO7iXqSx5hzACUp8S1VnnQ
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: <sip:[email protected]>;tag=z9hG4bKPjjO1ndoMzIBpO7iXqSx5hzACUp8S1VnnQ
CSeq: 4127 INVITE
WWW-Authenticate: Digest realm="asterisk.home.arpa",nonce="1666902837/65ca32c72420433c3d5
1647a3f8a3f04",opaque="724d9bee5d221a8d",algorithm=MD5,qop="auth"
Server: Asterisk PBX 18.14.0
Content-Length:  0

<--- Received SIP request (396 bytes) from UDP:10.0.0.10:61481 --->
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.0.0.10:61481;rport;branch=z9hG4bKPjjO1ndoMzIBpO7iXqSx5hzACUp8S1VnnQ
Max-Forwards: 70
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: sip:[email protected];tag=z9hG4bKPjjO1ndoMzIBpO7iXqSx5hzACUp8S1VnnQ
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
CSeq: 4127 ACK
Content-Length:  0


<--- Received SIP request (1391 bytes) from UDP:10.0.0.10:61481 --->
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.0.0.10:61481;rport;branch=z9hG4bKPjB1LzNzbiVC0gJ.4mECge1eLaH2Pmf86M
Max-Forwards: 70
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: sip:[email protected]
Contact: "xxxxxx xxxxxxxxx" <sip:[email protected]:61481;ob>
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
CSeq: 4128 INVITE
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE,
OPTIONS
Supported: replaces, 100rel, norefersub
User-Agent: Telephone 1.6
Authorization: Digest username="800", realm="asterisk.home.arpa", nonce="1666902837/65ca3
2c72420433c3d51647a3f8a3f04", uri="sip:[email protected]", response="9e4a2c3fe2a6
3871e225925381bdf933", algorithm=MD5, cnonce="UZCmTDcL.R.3n4UeukHkLfLM1ULcyshg", opaque="
724d9bee5d221a8d", qop=auth, nc=00000001
Content-Type: application/sdp
Content-Length:   468

v=0
o=- 3875891630 3875891630 IN IP4 10.0.0.10
s=pjmedia
b=AS:117
t=0 0
a=X-nat:0
m=audio 4002 RTP/AVP 96 9 8 0 101 102
a=rtcp:4003 IN IP4 10.0.0.10                                  
a=sendrecv
a=rtpmap:96 opus/48000/2
a=fmtp:96 useinbandfec=1
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/48000
a=fmtp:101 0-16
a=rtpmap:102 telephone-event/8000
a=fmtp:102 0-16
a=ssrc:1109971672 cname:20a2523900c42cec

<--- Transmitting SIP response (369 bytes) to UDP:10.0.0.10:61481 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.0.0.10:61481;rport=61481;received=10.0.0.10;branch=z9hG4bKPjB1LzNzbiV
C0gJ.4mECge1eLaH2Pmf86M
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: <sip:[email protected]>
CSeq: 4128 INVITE
Server: Asterisk PBX 18.14.0
Content-Length:  0


    -- Executing [08972101099701@from-internal:1] Set("PJSIP/800-00000004", "CALLERID(num)
=+49xxxxxxxxxxx") in new stack
    -- Executing [08972101099701@from-internal:2] Log("PJSIP/800-00000004", "NOTICE, Diali
ng out from "xxxxxx xxxxxxxxx" <+49xxxxxxxxxxx> to 08972101099701 through VF") in new sta
ck
[Oct 27 22:33:57] NOTICE[113967][C-00000003]: Ext. 08972101099701:2 @ from-internal:  Dial
ing out from "xxxxxx xxxxxxxxx" <+49xxxxxxxxxxx> to 08972101099701 through VF
    -- Executing [08972101099701@from-internal:3] Dial("PJSIP/800-00000004", "PJSIP/089721
01099701@vodafone_trunk,60") in new stack
    -- Called PJSIP/08972101099701@vodafone_trunk
<--- Transmitting SIP request (1004 bytes) to UDP:88.134.209.241:5060 --->
INVITE sip:sip.kabelfon.vodafone.de:5060 SIP/2.0
Via: SIP/2.0/UDP xx.xx.xxx.xx:5060;rport;branch=z9hG4bKPjae6062ae-5636-11ed-ba01-002590ae
e9c0
From: <sip:[email protected]>;tag=ae604a47-5636-11ed-ba01-002590aee
9c0
To: <sip:[email protected]>
Contact: <sip:[email protected]:5060>
Call-ID: ae604a92-5636-11ed-ba01-002590aee9c0
CSeq: 19158 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, P
RACK, MESSAGE, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Route: <sip:[email protected]>
Max-Forwards: 70
User-Agent: Asterisk PBX 18.14.0
Content-Type: application/sdp
Content-Length:   232

v=0
o=- 1269652697 1269652697 IN IP4 10.55.0.40
s=Asterisk
c=IN IP4 10.55.0.40
t=0 0
m=audio 10008 RTP/AVP 3 101
a=rtpmap:3 GSM/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:300
a=sendrecv

<--- Received SIP response (398 bytes) from UDP:88.134.209.241:5060 --->
SIP/2.0 403 Invalid Request-URI
Via: SIP/2.0/UDP xx.xx.xxx.xx:5060;received=xx.xx.xxx.xx;branch=z9hG4bKPjae6062ae-5636-11
ed-ba01-002590aee9c0;rport=17501
From: <sip:[email protected]>;tag=ae604a47-5636-11ed-ba01-002590aee
9c0
To: <sip:[email protected]>;tag=aprqngfrt-09nac1300gicd
Call-ID: ae604a92-5636-11ed-ba01-002590aee9c0
CSeq: 19158 INVITE

<--- Transmitting SIP request (507 bytes) to UDP:88.134.209.241:5060 --->
ACK sip:sip.kabelfon.vodafone.de:5060 SIP/2.0
Via: SIP/2.0/UDP xx.xx.xxx.xx:5060;rport;branch=z9hG4bKPjae6062ae-5636-11ed-ba01-002590ae
e9c0
From: <sip:[email protected]>;tag=ae604a47-5636-11ed-ba01-002590aee
9c0
To: <sip:[email protected]>;tag=aprqngfrt-09nac1300gicd
Call-ID: ae604a92-5636-11ed-ba01-002590aee9c0
CSeq: 19158 ACK
Route: <sip:[email protected]>
Max-Forwards: 70
User-Agent: Asterisk PBX 18.14.0
Content-Length:  0


  == Everyone is busy/congested at this time (1:0/0/1)
    -- Executing [08972101099701@from-internal:4] PlayTones("PJSIP/800-00000004", "congest
ion") in new stack
    -- Executing [08972101099701@from-internal:5] Hangup("PJSIP/800-00000004", "") in new
stack
  == Spawn extension (from-internal, 08972101099701, 5) exited non-zero on 'PJSIP/800-0000
0004'
<--- Transmitting SIP response (576 bytes) to UDP:10.0.0.10:61481 --->
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 10.0.0.10:61481;rport=61481;received=10.0.0.10;branch=z9hG4bKPjB1LzNzbiV
C0gJ.4mECge1eLaH2Pmf86M
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: <sip:[email protected]>;tag=ae6018e1-5636-11ed-ba01-002590aee9c0
CSeq: 4128 INVITE
Server: Asterisk PBX 18.14.0
Reason: Q.850;cause=21
P-Asserted-Identity: <sip:[email protected]>
Remote-Party-ID: <sip:[email protected]>;party=called;privacy=off;screen=no
Content-Length:  0


<--- Received SIP request (391 bytes) from UDP:10.0.0.10:61481 --->
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.0.0.10:61481;rport;branch=z9hG4bKPjB1LzNzbiVC0gJ.4mECge1eLaH2Pmf86M
Max-Forwards: 70
From: "xxxxxx xxxxxxxxx" <sip:[email protected]>;tag=kdZx-K0DBp0BO7dPV4W5.9gKkAiKphln
To: sip:[email protected];tag=ae6018e1-5636-11ed-ba01-002590aee9c0
Call-ID: U7yWRKlgprd0gfvMpFJ0zEUHT-4e8q0f
CSeq: 4128 ACK
Content-Length:  0


<--- Transmitting SIP request (580 bytes) to UDP:88.134.209.241:5060 --->
OPTIONS sip:sip.kabelfon.vodafone.de:5060 SIP/2.0
Via: SIP/2.0/UDP xx.xx.xxx.xx:5060;rport;branch=z9hG4bKPjaf8be52d-5636-11ed-ba01-002590aee9c0
From: <sip:[email protected]>;tag=af8be366-5636-11ed-ba01-002590aee9c0
To: <sip:[email protected]>
Contact: <sip:[email protected]:5060>
Call-ID: af8be3c3-5636-11ed-ba01-002590aee9c0
CSeq: 16251 OPTIONS
Route: <sip:sip.kabelfon.vodafone.de:5060>
Route: <sip:[email protected]>
Max-Forwards: 70
User-Agent: Asterisk PBX 18.14.0
Content-Length:  0


<--- Received SIP response (443 bytes) from UDP:88.134.209.241:5060 --->
SIP/2.0 405 Method Not Allowed
Via: SIP/2.0/UDP xx.xx.xxx.xx:5060;received=xx.xx.xxx.xx;branch=z9hG4bKPjaf8be52d-5636-11ed-ba01-002590aee9c0;rport=17501
From: <sip:[email protected]>;tag=af8be366-5636-11ed-ba01-002590aee9c0
To: <sip:[email protected]>;tag=aprqngfrt-m2nn14300ofm7
Call-ID: af8be3c3-5636-11ed-ba01-002590aee9c0
CSeq: 16251 OPTIONS
Allow: INVITE,ACK,BYE,REGISTER,CANCEL,PRACK

Ich würde mich über jede Hilfe und eine Antwort freuen und bedanke mich im Voraus für die Zeit und Mühe :)
 
Zuletzt bearbeitet:
FreeBSD […] OpenBSD
Kannst Du ein Debian-basiertes System wie Ubuntu 22.04 LTS probieren?
Das benutzen die Entwickler selbst. Viele andere UNIX-Derivate sind nur Community-Driven. Oftmals wird nur überprüft, ob es überhaupt baut. Manchmal wird überprüft, ob es startet. Selten wird überüberprüft, dass es (noch) läuft.
Vodafone Cable, ehemaliges Gebiet „Kabel Deutschland“
Wenn Du das in einem Forum zu „Kabel Deutschland“ postest, dürftest Du mehr Glück haben. Ich hatte hier mal was zu Vodafone Cable geschrieben und dabei diesen Thread gefunden … sieht nicht gut aus.
ich bin neu was IP-Telefonie angeht
Warum genau möchtest Du unbedingt Digium Asterisk verwenden? Spricht was dagegen – außer den Mehrkosten –, eine FRITZ!Box Cable bei Vodafone zu bestellen (oder frei im Handel zu kaufen) und dann daran die Telefonie anzuschließen bzw. betreiben? Die FRITZ!Box bietet direkt ISDN, Analog bzw. DECT. Außerdem bietet sie einen SIP-Registrar an den Du VoIP/SIP-Telefone anschließen kannst.
 
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.