XLite/Bria und Asterisk

mstegmueller

Neuer User
Mitglied seit
4 Mrz 2010
Beiträge
4
Punkte für Reaktionen
0
Punkte
0
Hallo Zusammen,

Wir haben eine Asterisk Telefonanlage und nutzen Bria und Xlite als Softphones. Leider haben wir das Problem, dass der Angerufene nie etwas hören kann, egal ob der Anruf von "innen" oder von aussen kommt.

Hat vielleicht jemand eine Idee, woran das liegen könnte?

Viele Grüße,
Markus
 
Hallo Markus,

willkommen im Forum. Mit diesen Angaben wird Dir aber hier leider niemand helfen können. Bitte beschreibe doch Deinen Aufbau etwas genauer und poste die relevanten Auszüge Deiner Konfiguration (v.A. sip.conf).

Rentier
 
Hallo Rentier,

Ok, hier der User Abschnitt aus der sip.conf:

[general]
bindport=5060
bindaddr=0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g726
language=de
localnet=192.168.0.0/255.255.255.0
nat=no
allowsubscribe=yes
notifyringing=yes
notifyhold=yes
useclientcode=yes
canreinvite=yes
limitonpeers=yes
subscribecontext=local
context=gesperrt


[10]
type=friend
callerid="**** Buero" <00>
host=dynamic
defaultuser=10
secret=passwort
context=isdnout2
qualify=yes
mailbox=10082
callgroup=9
pickupgroup=1-10
;dtmfmode=rfc2833
;vmexten=80298
call-limit=20
subscribecontext=local
pedantic=yes

Falls ihr noch mehr braucht bitte sagen... mein chef macht normalerweise die Asterisk konfiguration und der ist im Urlaub... hat aber auch schon drüber geschaut und den Fehler nicht gefunden.
 
Hallo Markus,

die Ausgabe der CLI mit verbose>=5 wäre noch interessant, damit man evtl. Fehler sehen kann. Die sip.conf ist ja soweit Standard.

Ist der Fehler eigentlich aus heiterem Himmel von heute auf morgen aufgetreten?

Rentier
 
Hallo rentier,

Hier die Ausgabe:

Code:
linuxserver*CLI> core set verbose 5
Verbosity was 0 and is now 5
    -- Accepting call from '*****' to '*******' on channel 0/1, span 1
    -- Executing [*****@isdnin:1] Dial("DAHDI/1-1", "SIP/fsimon&SIP/esimon&SIP/10,30,tr") in new stack
  == Using SIP RTP CoS mark 5
    -- Called fsimon
  == Using SIP RTP CoS mark 5
    -- Called esimon
  == Using SIP RTP CoS mark 5
[Mar  5 15:38:40] WARNING[30314]: app_dial.c:1518 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
    -- SIP/esimon-00000107 is ringing
    -- SIP/fsimon-00000106 is ringing
    -- SIP/fsimon-00000106 answered DAHDI/1-1
    -- Accepting call from '******' to '******' on channel 0/2, span 1
    -- Executing [*******@isdnin:1] Dial("DAHDI/2-1", "SIP/fsimon&SIP/esimon&SIP/10,30,tr") in new stack
  == Using SIP RTP CoS mark 5
    -- Called fsimon
  == Using SIP RTP CoS mark 5
    -- Called esimon
  == Using SIP RTP CoS mark 5
[Mar  5 15:38:56] WARNING[30316]: app_dial.c:1518 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
    -- SIP/fsimon-00000108 is ringing
    -- SIP/esimon-00000109 is ringing
    -- Channel 0/1, span 1 got hangup request, cause 16
  == Spawn extension (isdnin, ******, 1) exited non-zero on 'DAHDI/1-1'
    -- Hungup 'DAHDI/1-1'
[Mar  5 15:39:04] NOTICE[18463]: chan_iax2.c:8216 update_registry: Restricting registration for peer 'iaxmodem' to 60 seconds (requested 50)

----Ende---



Ich sag' mal dazu, dass ich währen dem Gespräch gehört habe, dass noch jemand anders angerufen hat. Deshalb zwischendrin nochmal ein "Accepting Call..."



Hoffe, das hilft euch.

Gruß,
Markus
 
Zuletzt bearbeitet:
Ich habe jetzt mal noch ein Gespräch "aufgezeichnet", mit etwas mehr Log-Ausgabe.

Wäre echt klasse, wenn mir jemand helfen könnte.

Code:
linuxserver*CLI> 
    -- Accepting call from '**************' to '*******' on channel 0/1, span 1
    -- Executing [*******@isdnin:1] Dial("DAHDI/1-1", "SIP/fuser&SIP/euser&SIP/10,30,tr") in new stack
  == Using SIP RTP CoS mark 5
Audio is at 192.168.0.250 port 14806
Adding codec 0x8 (alaw) to SDP
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x2 (gsm) to SDP
Adding codec 0x800 (g726) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 192.168.0.14:49645:
INVITE sip:[email protected]:49645;rinstance=3d89a81863441e14 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2749e619;rport
Max-Forwards: 70
From: "**************" <sip:**************@192.168.0.250>;tag=as34c387a4
To: <sip:[email protected]:49645;rinstance=3d89a81863441e14>
Contact: <sip:**************@192.168.0.250>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.22
Date: Tue, 09 Mar 2010 11:07:09 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 342

v=0
o=root 360512889 360512889 IN IP4 192.168.0.250
s=Asterisk PBX 1.6.0.22
c=IN IP4 192.168.0.250
t=0 0
m=audio 14806 RTP/AVP 8 0 3 111 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
    -- Called fuser
  == Using SIP RTP CoS mark 5
Audio is at 192.168.0.250 port 10984
Adding codec 0x8 (alaw) to SDP
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x2 (gsm) to SDP
Adding codec 0x800 (g726) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 192.168.0.19:19881:
INVITE sip:[email protected]:19881;rinstance=3f025b5ab38658d4 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport
Max-Forwards: 70
From: "**************" <sip:**************@192.168.0.250>;tag=as742ef813
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>
Contact: <sip:**************@192.168.0.250>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.22
Date: Tue, 09 Mar 2010 11:07:09 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 344

v=0
o=root 1522627159 1522627159 IN IP4 192.168.0.250
s=Asterisk PBX 1.6.0.22
c=IN IP4 192.168.0.250
t=0 0
m=audio 10984 RTP/AVP 8 0 3 111 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
    -- Called euser
  == Using SIP RTP CoS mark 5
Really destroying SIP dialog '[email protected]' Method: INVITE
[Mar  9 12:07:09] WARNING[17729]: app_dial.c:1518 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
linuxserver*CLI> 
<--- SIP read from UDP://192.168.0.14:49645 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2749e619;rport=5060
Contact: <sip:[email protected]:49645;rinstance=3d89a81863441e14>
To: <sip:[email protected]:49645;rinstance=3d89a81863441e14>;tag=7620aecb
From: "**************"<sip:**************@192.168.0.250>;tag=as34c387a4
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Bria 3.0 release 3.0 stamp 56430
Allow-Events: hold, talk
Content-Length: 0


<------------->
--- (10 headers 0 lines) ---
    -- SIP/fuser-00000006 is ringing
linuxserver*CLI> 
<--- SIP read from UDP://192.168.0.19:19881 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport=5060
Contact: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>;tag=da140473
From: "**************"<sip:**************@192.168.0.250>;tag=as742ef813
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: X-Lite release 1104o stamp 56125
Content-Length: 0


<------------->
--- (9 headers 0 lines) ---
    -- SIP/euser-00000007 is ringing
linuxserver*CLI> 
<--- SIP read from UDP://192.168.0.14:49645 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2749e619;rport=5060
Contact: <sip:[email protected]:49645;rinstance=3d89a81863441e14>
To: <sip:[email protected]:49645;rinstance=3d89a81863441e14>;tag=7620aecb
From: "**************"<sip:**************@192.168.0.250>;tag=as34c387a4
Call-ID: [email protected]
CSeq: 102 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: Bria 3.0 release 3.0 stamp 56430
Content-Length: 308

v=0
o=- 12912606429656250 12912606429656250 IN IP4 192.168.0.14
s= 
c=IN IP4 192.168.0.14
t=0 0
m=audio 63300 RTP/AVP 8 0 101
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
a=candidate:1 1 UDP 659136 192.168.0.14 63300 typ host
a=candidate:1 2 UDP 659134 192.168.0.14 63301 typ host

<------------->
--- (12 headers 11 lines) ---
Found RTP audio format 8
Found RTP audio format 0
Found RTP audio format 101
Found audio description format telephone-event for ID 101
Capabilities: us - 0x80e (gsm|ulaw|alaw|g726), peer - audio=0xc (ulaw|alaw)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0xc (ulaw|alaw)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
Peer audio RTP is at port 192.168.0.14:63300
list_route: hop: <sip:[email protected]:49645;rinstance=3d89a81863441e14>
set_destination: Parsing <sip:[email protected]:49645;rinstance=3d89a81863441e14> for address/port to send to
set_destination: set destination to 192.168.0.14, port 49645
Transmitting (no NAT) to 192.168.0.14:49645:
ACK sip:[email protected]:49645;rinstance=3d89a81863441e14 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2d0ba461;rport
Max-Forwards: 70
From: "**************" <sip:**************@192.168.0.250>;tag=as34c387a4
To: <sip:[email protected]:49645;rinstance=3d89a81863441e14>;tag=7620aecb
Contact: <sip:**************@192.168.0.250>
Call-ID: [email protected]
CSeq: 102 ACK
User-Agent: Asterisk PBX 1.6.0.22
Content-Length: 0


---
    -- SIP/fuser-00000006 answered DAHDI/1-1
Scheduling destruction of SIP dialog '[email protected]' in 6592 ms (Method: INVITE)
Reliably Transmitting (no NAT) to 192.168.0.19:19881:
CANCEL sip:[email protected]:19881;rinstance=3f025b5ab38658d4 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport
Max-Forwards: 70
From: "**************" <sip:**************@192.168.0.250>;tag=as742ef813
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>
Call-ID: [email protected]
CSeq: 102 CANCEL
User-Agent: Asterisk PBX 1.6.0.22
Reason: SIP;cause=200;text="Call completed elsewhere"
Content-Length: 0


---
Scheduling destruction of SIP dialog '[email protected]' in 6592 ms (Method: INVITE)
linuxserver*CLI> 
<--- SIP read from UDP://192.168.0.19:19881 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport=5060
Contact: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>;tag=da140473
From: "**************"<sip:**************@192.168.0.250>;tag=as742ef813
Call-ID: [email protected]
CSeq: 102 CANCEL
User-Agent: X-Lite release 1104o stamp 56125
Content-Length: 0


<------------->
--- (9 headers 0 lines) ---
linuxserver*CLI> 
<--- SIP read from UDP://192.168.0.19:19881 --->
SIP/2.0 487 Request Terminated
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport=5060
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>;tag=da140473
From: "**************"<sip:**************@192.168.0.250>;tag=as742ef813
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: X-Lite release 1104o stamp 56125
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
Transmitting (no NAT) to 192.168.0.19:19881:
ACK sip:[email protected]:19881;rinstance=3f025b5ab38658d4 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.250:5060;branch=z9hG4bK2c7f7b4f;rport
Max-Forwards: 70
From: "**************" <sip:**************@192.168.0.250>;tag=as742ef813
To: <sip:[email protected]:19881;rinstance=3f025b5ab38658d4>;tag=da140473
Contact: <sip:**************@192.168.0.250>
Call-ID: [email protected]
CSeq: 102 ACK
User-Agent: Asterisk PBX 1.6.0.22
Content-Length: 0


---
Really destroying SIP dialog '[email protected]' Method: INVITE
linuxserver*CLI> 
Disconnected from Asterisk server
root@linuxserver:/var/log/asterisk#

Bitte entschuldigt den Doppelpost. Aber ich wollte vermeiden, dass der Thread untergeht :-/
 
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.