Fax versenden geht nicht - wieso?

baeckerman83

Mitglied
Mitglied seit
1 Sep 2005
Beiträge
238
Punkte für Reaktionen
0
Punkte
0
Hi!
Ich kann keine Faxe verschicken über meine Asterisk. Empfangen geht. Es wäre schön wenn ihr mir helfen könnt.

Die CLI sieht folgendermassen aus:
Code:
    -- Accepting AUTHENTICATED call from 127.0.0.1:
       > requested format = alaw,
       > requested prefs = (),
       > actual format = alaw,
       > host prefs = (alaw),
       > priority = mine
    -- Executing [01113333@fax-out:1] Dial("IAX2/iaxmodem-4225", "SIP/00491113333@carpo-out") in new stack
  == Using SIP RTP CoS mark 5
    -- Called 00491113333@carpo-out
    -- Got SIP response 600 "Busy Everywhere" back from 62.XXXX
    -- Got SIP response 600 "Busy Everywhere" back from 62.XXXX
    -- SIP/carpo-out-09955f78 is circuit-busy
  == Everyone is busy/congested at this time (1:0/1/0)
    -- Auto fallthrough, channel 'IAX2/iaxmodem-4225' status is 'CONGESTION'
    -- Hungup 'IAX2/iaxmodem-4225'
    -- Got SIP response 600 "Busy Everywhere" back from 62.XXXX

An was liegt das hier? Ein normaler Outcall über Carpo funktioniert. in den CDRs steht immer Dial und Failed.

Hier noch ein Auszug aus der extension.conf:
Code:
[fax-out]
exten => _X.,1,Dial(SIP/0049${EXTEN:1}@carpo-out)
 
Ich weiß nicht wie diese Rufnummer entsteht und wo sie herkommt. Ich gabe da eine normale Nummer ohne Hexziffern ein. Dachte das sei eine CarpoNummer.
 
Hi,

Code:
exten => _X.,1,Dial(SIP/0049${EXTEN:1}@carpo-out)

Warum wird die Rufnummer ins internationale Format umgewandelt?
Will Carpo das so?

Grüße
Timm
 
Sorry gibt es die Rufnummer wirklich 09955f78 ?

Was hat denn das mit der Rufnummer zu tun? Das ist der CHANNEL.

@baeckerman83

Mach mal einen sip debug und schick mal die Messages

Grüße
 
Hi,

Code:
exten => _X.,1,Dial(SIP/0049${EXTEN:1}@carpo-out)

Warum wird die Rufnummer ins internationale Format umgewandelt?
Will Carpo das so?

Grüße
Timm

Ja das wollen sie so.
Und hier Sip Debug. Erkennt ihr da was?
Code:
---
Retransmitting #2 (NAT) to 33.34.34.34:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK3b7f39ec;rport
Max-Forwards: 70
From: "IAXmodem" <sip:[email protected]>;tag=as20f0534d
To: <sip:[email protected]>
Contact: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.13
Date: Thu, 13 Aug 2009 21:49:13 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 234

v=0
o=root 706915033 706915033 IN IP4 11.123.123.123
s=Asterisk PBX 1.6.0.13
c=IN IP4 11.123.123.123
t=0 0
m=audio 11232 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
REGISTER 13 headers, 0 lines
Reliably Transmitting (no NAT) to 22.234.234.234:5060:
REGISTER sip:sip.carpo.de SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK475fb131;rport
Max-Forwards: 70
From: <sip:[email protected]>;tag=as33510959
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10100 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Authorization: Digest username="baeckerman83", realm="sip.carpo.de", algorithm=MD5, uri="sip:sip.carpo.de", nonce="4a83e8dcbf898f7f7a2eb046046cef0d0300b41e", response="ed6124a100797b557d5a4ddbc084ca87"
Expires: 240
Contact: <sip:[email protected]:5065>
Event: registration
Content-Length: 0


---
h1488039*CLI> 
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK475fb131;rport=5065
From: <sip:[email protected]>;tag=as33510959
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10100 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
h1488039*CLI> 
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 600 Busy Everywhere
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK475fb131;rport=5065;received=11.123.123.123
From: <sip:[email protected]>;tag=as33510959
To: <sip:[email protected]>;tag=eac3d70ecf83140b853bfe3390f0e213.73c9
Call-ID: [email protected]
CSeq: 10100 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
    -- Got SIP response 600 "Busy Everywhere" back from 22.234.234.234
Really destroying SIP dialog '[email protected]' Method: REGISTER
Retransmitting #3 (NAT) to 33.34.34.34:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK3b7f39ec;rport
Max-Forwards: 70
From: "IAXmodem" <sip:[email protected]>;tag=as20f0534d
To: <sip:[email protected]>
Contact: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.13
Date: Thu, 13 Aug 2009 21:49:13 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 234

v=0
o=root 706915033 706915033 IN IP4 11.123.123.123
s=Asterisk PBX 1.6.0.13
c=IN IP4 11.123.123.123
t=0 0
m=audio 11232 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
Retransmitting #4 (NAT) to 33.34.34.34:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK3b7f39ec;rport
Max-Forwards: 70
From: "IAXmodem" <sip:[email protected]>;tag=as20f0534d
To: <sip:[email protected]>
Contact: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.13
Date: Thu, 13 Aug 2009 21:49:13 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 234

v=0
o=root 706915033 706915033 IN IP4 11.123.123.123
s=Asterisk PBX 1.6.0.13
c=IN IP4 11.123.123.123
t=0 0
m=audio 11232 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
h1488039*CLI> 
<--- SIP read from UDP://93.218.126.193:5060 --->
REGISTER sip:11.123.123.123 SIP/2.0
Via: SIP/2.0/UDP 93.218.126.193:5060;rport;branch=z9hG4bKDEEC54C02412BD08
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 63469 REGISTER
Authorization: Digest username="2000", realm="asterisk", nonce="77ddd183", uri="sip:11.123.123.123", response="5882d037cbeec7c3f52937977d9511f9", algorithm=MD5
Max-Forwards: 70
User-Agent: Speedport W 920V 65.04.74 (May  8 2009)
Supported: 100rel,replaces
Allow-Events: telephone-event,refer,reg
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH
Accept: application/sdp, multipart/mixed
Accept-Encoding: identity
Content-Length: 0


<------------->
--- (15 headers 0 lines) ---
Sending to 93.218.126.193 : 5060 (NAT)

<--- Transmitting (NAT) to 93.218.126.193:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 93.218.126.193:5060;branch=z9hG4bKDEEC54C02412BD08;received=93.218.126.193;rport=5060
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>;tag=as2f41b5aa
Call-ID: [email protected]
CSeq: 63469 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="6a5638eb"
Content-Length: 0


<------------>
Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: REGISTER)
h1488039*CLI> 
<--- SIP read from UDP://93.218.126.193:5060 --->
REGISTER sip:11.123.123.123 SIP/2.0
Via: SIP/2.0/UDP 93.218.126.193:5060;rport;branch=z9hG4bK8EF468144D059106
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 63470 REGISTER
Authorization: Digest username="2000", realm="asterisk", nonce="6a5638eb", uri="sip:11.123.123.123", response="0c6e33c5a323a994540cc8b73ae64c5e", algorithm=MD5
Max-Forwards: 70
User-Agent: Speedport W 920V 65.04.74 (May  8 2009)
Supported: 100rel,replaces
Allow-Events: telephone-event,refer,reg
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH
Accept: application/sdp, multipart/mixed
Accept-Encoding: identity
Content-Length: 0


<------------->
--- (15 headers 0 lines) ---
Sending to 93.218.126.193 : 5060 (NAT)

<--- Transmitting (NAT) to 93.218.126.193:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 93.218.126.193:5060;branch=z9hG4bK8EF468144D059106;received=93.218.126.193;rport=5060
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>;tag=as2f41b5aa
Call-ID: [email protected]
CSeq: 63470 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Expires: 50
Contact: <sip:[email protected]:5065>;expires=50
Date: Thu, 13 Aug 2009 21:49:28 GMT
Content-Length: 0


<------------>
Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: REGISTER)
h1488039*CLI> 
<--- SIP read from UDP://93.218.126.193:5060 --->
REGISTER sip:11.123.123.123 SIP/2.0
Via: SIP/2.0/UDP 93.218.126.193:5060;rport;branch=z9hG4bK68CC33032EA76C71
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 63471 REGISTER
Contact: <sip:[email protected];uniq=9FCD5BD708D3944F437A44E531C2A>
Authorization: Digest username="2000", realm="asterisk", nonce="6a5638eb", uri="sip:11.123.123.123", response="0c6e33c5a323a994540cc8b73ae64c5e", algorithm=MD5
Expires: 1800
Max-Forwards: 70
User-Agent: Speedport W 920V 65.04.74 (May  8 2009)
Supported: 100rel,replaces
Allow-Events: telephone-event,refer,reg
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH
Accept: application/sdp, multipart/mixed
Accept-Encoding: identity
Content-Length: 0


<------------->
--- (17 headers 0 lines) ---
Sending to 93.218.126.193 : 5060 (NAT)
h1488039*CLI> 
<--- Transmitting (NAT) to 93.218.126.193:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 93.218.126.193:5060;branch=z9hG4bK68CC33032EA76C71;received=93.218.126.193;rport=5060
From: <sip:[email protected]>;tag=1941669468
To: <sip:[email protected]>;tag=as2f41b5aa
Call-ID: [email protected]
CSeq: 63471 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Expires: 240
Contact: <sip:[email protected];uniq=9FCD5BD708D3944F437A44E531C2A>;expires=240
Date: Thu, 13 Aug 2009 21:49:28 GMT
Content-Length: 0


<------------>
Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: REGISTER)
h1488039*CLI> 
<--- SIP read from UDP://93.218.126.193:5060 --->
SUBSCRIBE sip:[email protected]:5065 SIP/2.0
Via: SIP/2.0/UDP 93.218.126.193:5060;rport;branch=z9hG4bKE3374F5293A87276
From: <sip:[email protected]>;tag=442443118
To: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 63472 SUBSCRIBE
Contact: <sip:[email protected];uniq=9FCD5BD708D3944F437A44E531C2A>
Event: message-summary
Expires: 3600
Max-Forwards: 70
User-Agent: Speedport W 920V 65.04.74 (May  8 2009)
Allow: NOTIFY
Accept: application/simple-message-summary
Content-Length: 0


<------------->
--- (14 headers 0 lines) ---
Creating new subscription
Sending to 93.218.126.193 : 5060 (NAT)
Found peer '2000' for '2000' from 93.218.126.193:5060

<--- Transmitting (NAT) to 93.218.126.193:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 93.218.126.193:5060;branch=z9hG4bKE3374F5293A87276;received=93.218.126.193;rport=5060
From: <sip:[email protected]>;tag=442443118
To: <sip:[email protected]:5065>;tag=as43195584
Call-ID: [email protected]
CSeq: 63472 SUBSCRIBE
User-Agent: Asterisk PBX 1.6.0.13
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="4c9e41aa"
Content-Length: 0


<------------>
Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: SUBSCRIBE)
h1488039*CLI> 
<--- SIP read from UDP://93.218.126.193:5060 --->
SUBSCRIBE sip:[email protected]:5065 SIP/2.0
Via: SIP/2.0/UDP 93.218.126.193:5060;rport;branch=z9hG4bKB124B015C1119571
From: <sip:[email protected]>;tag=1541503874
To: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 63473 SUBSCRIBE
Contact: <sip:[email protected];uniq=9FCD5BD708D3944F437A44E531C2A>
Authorization: Digest username="2000", realm="asterisk", nonce="4c9e41aa", uri="sip:[email protected]:5065", response="a053fe002de6ec60dffcaaac855b677c", algorithm=MD5
Event: message-summary
Expires: 3600
Max-Forwards: 70
User-Agent: Speedport W 920V 65.04.74 (May  8 2009)
Allow: NOTIFY
Accept: application/simple-message-summary
Content-Length: 0


<------------->
--- (15 headers 0 lines) ---
Creating new subscription
Sending to 93.218.126.193 : 5060 (NAT)
Found peer '2000' for '2000' from 93.218.126.193:5060

<--- Transmitting (NAT) to 93.218.126.193:5060 --->
SIP/2.0 404 Not found (no mailbox)
Via: SIP/2.0/UDP 93.218.126.193:5060;branch=z9hG4bKB124B015C1119571;received=93.218.126.193;rport=5060
From: <sip:[email protected]>;tag=1541503874
To: <sip:[email protected]:5065>;tag=as43195584
Call-ID: [email protected]
CSeq: 63473 SUBSCRIBE
User-Agent: Asterisk PBX 1.6.0.13
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Length: 0


<------------>
Really destroying SIP dialog '[email protected]' Method: SUBSCRIBE
Retransmitting #5 (NAT) to 33.34.34.34:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK3b7f39ec;rport
Max-Forwards: 70
From: "IAXmodem" <sip:[email protected]>;tag=as20f0534d
To: <sip:[email protected]>
Contact: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.13
Date: Thu, 13 Aug 2009 21:49:13 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 234

v=0
o=root 706915033 706915033 IN IP4 11.123.123.123
s=Asterisk PBX 1.6.0.13
c=IN IP4 11.123.123.123
t=0 0
m=audio 11232 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
REGISTER 13 headers, 0 lines
Reliably Transmitting (no NAT) to 22.234.234.234:5060:
REGISTER sip:sip.carpo.de SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport
Max-Forwards: 70
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10101 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Authorization: Digest username="baeckerman83", realm="sip.carpo.de", algorithm=MD5, uri="sip:sip.carpo.de", nonce="4a83e8dcbf898f7f7a2eb046046cef0d0300b41e", response="ed6124a100797b557d5a4ddbc084ca87"
Expires: 240
Contact: <sip:[email protected]:5065>
Event: registration
Content-Length: 0


---
h1488039*CLI> 
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport=5065
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10101 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
h1488039*CLI> 
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 600 Busy Everywhere
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport=5065;received=11.123.123.123
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>;tag=eac3d70ecf83140b853bfe3390f0e213.d2e6
Call-ID: [email protected]
CSeq: 10101 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
    -- Got SIP response 600 "Busy Everywhere" back from 22.234.234.234
Really destroying SIP dialog '[email protected]' Method: REGISTER
Retransmitting #6 (NAT) to 33.34.34.34:5060:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK3b7f39ec;rport
Max-Forwards: 70
From: "IAXmodem" <sip:[email protected]>;tag=as20f0534d
To: <sip:[email protected]>
Contact: <sip:[email protected]:5065>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.0.13
Date: Thu, 13 Aug 2009 21:49:13 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 234

v=0
o=root 706915033 706915033 IN IP4 11.123.123.123
s=Asterisk PBX 1.6.0.13
c=IN IP4 11.123.123.123
t=0 0
m=audio 11232 RTP/AVP 8 0
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

---
    -- SIP/carpo-out-099726d8 is circuit-busy
Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: INVITE)
  == Everyone is busy/congested at this time (1:0/1/0)
    -- Auto fallthrough, channel 'IAX2/iaxmodem-363' status is 'CONGESTION'
    -- Hungup 'IAX2/iaxmodem-363'
 
Zuletzt bearbeitet:
das wäre neu.

Beispiel Rufaufbau von meiner easyPBX über Carpo.

Executing Dial("SIP/52-09e46b98", "SIP/08251

geht ohne Probleme.

Grüße
 
Retransmitting #4 (NAT) to 33.34.34.34:5060:

das stimmt doch schon was nicht.

Ist Dein Asterisk hinter einer Firewall?

Wenn ja dann musst Du nat=yes setzen und externip=<deine public ip>


Grüße
 
Ich habe die IPs verfälscht, da ich eine feste IP Adresse habe möchte ich die nicht zeigen.
 
ich meinte das retransmitting.

Der Asterisk kriegt die Verbindung nicht gebacken.

Grüße
 
Das Retransmit ist hier vermutlich kein Firewallprroblem, sondern letztlich damit verbunden:

REGISTER 13 headers, 0 lines
Reliably Transmitting (no NAT) to 22.234.234.234:5060:
REGISTER sip:sip.carpo.de SIP/2.0
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport
Max-Forwards: 70
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10101 REGISTER
User-Agent: Asterisk PBX 1.6.0.13
Authorization: Digest username="baeckerman83", realm="sip.carpo.de", algorithm=MD5, uri="sip:sip.carpo.de", nonce="4a83e8dcbf898f7f7a2eb046046cef0d0300b41e", response="ed6124a100797b557d5a4ddbc084ca87"
Expires: 240
Contact: <sip:[email protected]:5065>
Event: registration
Content-Length: 0


---
h1488039*CLI>
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport=5065
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 10101 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0


<------------->
--- (8 headers 0 lines) ---
h1488039*CLI>
<--- SIP read from UDP://22.234.234.234:5060 --->
SIP/2.0 600 Busy Everywhere
Via: SIP/2.0/UDP 11.123.123.123:5065;branch=z9hG4bK0a0253e2;rport=5065;received=11.123.123.123
From: <sip:[email protected]>;tag=as7c40c61b
To: <sip:[email protected]>;tag=eac3d70ecf83140b853bfe3390f0e213.d2e6
Call-ID: [email protected]
CSeq: 10101 REGISTER
Server: Carpo Proxy by Basis Audionet
Content-Length: 0

Zu deutsch: Auf den Registrierungsversuch mit ID 10101 reagiert sip.carpo.de mit einer Ablehnung. Das ist insoweit logisch, als sip.carpo.de nicht mehr gehen sollte, siehe hier im Forum das Thema carpo-easybell.
Nach einer entsprechenden Umstellung (siehe Forum oder easybell-Homepage) sollte das ganze wahrscheinlich funktionieren.
 

Statistik des Forums

Themen
246,285
Beiträge
2,249,445
Mitglieder
373,877
Neuestes Mitglied
Bbj
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.