Problem: Einkommendes Gespräch wird abgelehnt

clusterkiller

Neuer User
Mitglied seit
8 Nov 2005
Beiträge
3
Punkte für Reaktionen
0
Punkte
0
Hallo,
ich bin leider mit meinem latein am Ende. Evtl. wisst ihr woran mein Problem liegen könnte:

Ich terminiere meine Gespräche über den Provider siplogin.de (Outbox).
Folgenden Aufbau habe ich bei mir:
VoIP-Telefon -> Mein Asterisk -> siplogin.de

Rauswärts kann ich auch problemlos telefonieren. Aber wenn von Outbox ein Telefongespräch kommt, dann wird der Anrufende abgelehnt. Es tutet einmal und es kommt die Ansage: Dieser anschluss ist vorrübergehend nicht erreichbar:

Meine eingesetzte Version: Asterisk 1.2.1

sip.conf:
Code:
[49180512578XXXXX]
type=friend
username=49180512578XXXXX
secret=XXXXXXXX
host=siplogin.de
fromuser=49180512578XXXXX
fromdomain=siplogin.de
context=incoming49180512578XXXXX
canreinvite=no
qualify=no
disallow=all
allow=alaw
allow=ulaw
allow=gsm
insecure=very
nat=no
dtmfmode=info
tos=0x18


extension.conf:
Code:
[incoming49180512578XXXXX]
exten => s,1,Dial,SIP/49731XXXXX|60|r
Am Dial kann es nicht liegen, da ich es testweise mal durch eine einfache Ansage geändert habe, um das Telefon als Stör-Quelle ausschließen zu können.



Hier der Ablauf im Debugging Mode:

Code:
mail*CLI> 
<-- SIP read from 80.237.199.17:5060: 
INVITE sip:[email protected] SIP/2.0
Max-Forwards: 10
Record-Route: <sip:80.237.199.17;ftag=as66176db6;lr=on>
Via: SIP/2.0/UDP 80.237.199.17;branch=z9hG4bKe1.631fa271.0
Via: SIP/2.0/UDP 80.237.199.3:5060;branch=z9hG4bK0d93bf71
From: "+49731XXXXXXXX" <sip:[email protected]>;tag=as66176db6
To: <sip:[email protected]>
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Date: Tue, 07 Feb 2006 10:00:39 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Content-Type: application/sdp
Content-Length: 443

v=0
o=root 28974 28974 IN IP4 80.237.199.3
s=session
c=IN IP4 80.237.199.3
t=0 0
m=audio 13312 RTP/AVP 0 8 97 3 2 18 4 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:97 iLBC/8000
a=rtpmap:3 GSM/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
m=video 17920 RTP/AVP 31 34
a=rtpmap:31 H261/90000
a=rtpmap:34 H263/90000
--- (15 headers 19 lines)---
Using INVITE request as basis request - [email protected]
Sending to 80.237.199.17 : 5060 (non-NAT)
Found peer '491805125XXXXXXX'
Found RTP audio format 0
Found RTP audio format 8
Found RTP audio format 97
Found RTP audio format 3
Found RTP audio format 2
Found RTP audio format 18
Found RTP audio format 4
Found RTP audio format 101
Feb  7 11:00:37 WARNING[28936]: chan_sip.c:3470 process_sdp: Unknown SDP media type in offer: video 17920 RTP/AVP 31 34
Peer audio RTP is at port 80.237.199.3:13312
Found description format PCMU
Found description format PCMA
Found description format iLBC
Found description format GSM
Found description format G726-32
Found description format G729
Found description format G723
Found description format telephone-event
Found description format H261
Found description format H263
Capabilities: us - 0xe (gsm|ulaw|alaw), peer - audio=0x51f (g723|gsm|ulaw|alaw|g726|g729|ilbc)/video=0x0 (nothing), combined - 0xe (gsm|ulaw|alaw)
Non-codec capabilities: us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
Looking for 491805125XXXXXXX in incoming491805125XXXXXXX (domain 217.151.XX.X)
Reliably Transmitting (no NAT) to 80.237.199.17:5060:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 80.237.199.17;branch=z9hG4bKe1.631fa271.0;received=80.237.199.17
Via: SIP/2.0/UDP 80.237.199.3:5060;branch=z9hG4bK0d93bf71
From: "+49731XXXXXXXX" <sip:[email protected]>;tag=as66176db6
To: <sip:[email protected]>;tag=as54899b8d
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Max-Forwards: 70
Contact: <sip:[email protected]>
Content-Length: 0


---
mail*CLI> 
<-- SIP read from 80.237.199.17:5060: 
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 80.237.199.17;branch=z9hG4bKe1.631fa271.0
From: "+49731XXXXXXXX" <sip:[email protected]>;tag=as66176db6
Call-ID: [email protected]
To: <sip:[email protected]>;tag=as54899b8d
CSeq: 102 ACK
User-Agent: outbox AG powered by Sip EXpress router(2005-12-13 (Windows 98 SE (tm)))
Content-Length: 0

--- (8 headers 0 lines)---
Destroying call '[email protected]'
mail*CLI> 
<-- SIP read from 213.148.136.2:5060: 
hello
--- (1 headers 0 lines)---
mail*CLI> 
<-- SIP read from 213.148.136.2:5060: 
hello
--- (1 headers 0 lines)---
mail*CLI> 
<-- SIP read from 213.148.136.2:5060: 
hello
--- (1 headers 0 lines)---
mail*CLI> sip no debug

Für sämtliche Vorschläge bin ich sehr dankbar.

Grüße

Michael
 
Zuletzt bearbeitet:
1.) Du solltest type=friend durch type=peer ersetzen

2.) Du solltest in [incoming49180512578XXXXX] einmal das exten => s, durch exten => _X., ersetzen
 
Danke Danke Danke. *luftsprungmach*

Das war es. Nun funktioniert es problemlos.

Grüße

Michael
 

Neueste Beiträge

Statistik des Forums

Themen
244,691
Beiträge
2,216,608
Mitglieder
371,308
Neuestes Mitglied
Chrischan 79
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.