Hey Liebe Leute,
Ich bin hier jetzt seit einigen Tagen am stöbern finde aber keine Lösung für mein Problem.
Daher der Post mit der Bitte um Hilfe
Folgendes Setup:
Fritzbox ip:192.168.0.1 -->openwrt ip:192.168.0.2-->asterisk ip:172.22.22.220
Fritzbox iphone:
name:asterisk passwort:Geheim123! intern:**620
(öffentlich teilen ist aus, ist das das problem ? die verschiedenen Netzwerke ? Kommunizieren können die alle miteinander)
Asterisk Settings:
Pjsip:
Extensions:
Wäre super wenn Ihr helfen könntet , ich denke die Verbindung zur Fritze passt nicht
Fehler:
ich fuxxe mich noch rein wäre super wenn wer helfen könnte und erklärt was jetzt nicht passt
Finde halt immer nur infos in sip etc. das ja tod ? quasi
Grüße
DerFragende123
Ich bin hier jetzt seit einigen Tagen am stöbern finde aber keine Lösung für mein Problem.
Daher der Post mit der Bitte um Hilfe
Folgendes Setup:
Fritzbox ip:192.168.0.1 -->openwrt ip:192.168.0.2-->asterisk ip:172.22.22.220
Fritzbox iphone:
name:asterisk passwort:Geheim123! intern:**620
(öffentlich teilen ist aus, ist das das problem ? die verschiedenen Netzwerke ? Kommunizieren können die alle miteinander)
Asterisk Settings:
Pjsip:
Code:
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0
[transport-tcp]
type=transport
protocol=tcp
bind=0.0.0.0
[fritzbox]
type=registration
;transport=transport-tcp
outbound_auth=fritzbox
server_uri=sip:192.168.0.1:5060
client_uri=sip:[email protected]:5060
[fritzbox]
type=auth
auth_type=userpass
password=Geheim123!
username=asterisk
[fritzbox]
type = aor
contact = sip:192.168.0.1:5060
[asterisk]
type = endpoint
context = incoming
outbound_auth = fritzbox
aors = fritzbox
disallow=all
allow=ulaw
allow=alaw
allow=gsm
from_domain = 192.168.0.1
from_user = asterisk
[fritzbox]
type = identify
endpoint = asterisk
match = 192.168.0.1
[6001]
type = endpoint
context = internal
disallow = all
allow = ulaw,alaw
aors = 6001
auth = auth6001
[6001]
type = aor
remove_existing = yes
max_contacts = 1
[auth6001]
type=auth
auth_type=userpass
password=1234
username=6001
[6002]
type = endpoint
context = internal
disallow = all
allow = ulaw,alaw
aors = 6002
auth = auth6002
[6002]
type = aor
remove_existing = yes
max_contacts = 1
[auth6002]
type=auth
auth_type=userpass
password=1234
username=6002
Extensions:
Code:
[incoming]
exten => _.,1,Goto(internal,6001,1)
[internal]
exten => 6001,1,NoOp(Rufe 6001)
same => n,Dial(PJSIP/6001)
same => n,Hangup()
exten => 6002,1,NoOp(Rufe 6002)
same => n,Dial(PJSIP/6002)
same => n,Hangup()
exten => _0X.,1,Goto(outgoing,${EXTEN:1},1)
[outgoing]
exten => _X.,1,Dial(PJSIP/asterisk/${EXTEN})
Wäre super wenn Ihr helfen könntet , ich denke die Verbindung zur Fritze passt nicht
Fehler:
Code:
Connected to Asterisk 20.0.0~dfsg+~cs6.12.40431414-2 currently running on OSMO (pid = 1123)
-- Executing [0004915259587859@internal:1] Goto("PJSIP/6001-00000000", "outgoing,004915259586666,1") in new stack
-- Goto (outgoing,004915259587859,1)
-- Executing [004915259587859@outgoing:1] Dial("PJSIP/6001-00000000", "PJSIP/asterisk/004915259586666") in new stack
[Dec 12 11:55:47] ERROR[2570]: res_pjsip.c:849 ast_sip_create_dialog_uac: Endpoint 'asterisk': Could not create dialog to invalid URI '004915259586666'. Is endpoint registered and reachable?
[Dec 12 11:55:47] ERROR[2570]: chan_pjsip.c:2672 request: Failed to create outgoing session to endpoint 'asterisk'
[Dec 12 11:55:47] NOTICE[2576][C-00000001]: app_dial.c:2707 dial_exec_full: Unable to create channel of type 'PJSIP' (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
-- Auto fallthrough, channel 'PJSIP/6001-00000000' status is 'CHANUNAVAIL'
ich fuxxe mich noch rein wäre super wenn wer helfen könnte und erklärt was jetzt nicht passt
Finde halt immer nur infos in sip etc. das ja tod ? quasi
Grüße
DerFragende123
Zuletzt bearbeitet: