Asterisk: Voip Buster SIP - bei Anruf Mord - keine Rückmod.

FBI01

Neuer User
Mitglied seit
7 Mrz 2005
Beiträge
85
Punkte für Reaktionen
0
Punkte
0
Habe gerade mal voipbuster getestet ... komisch, kommt keine
Modulation zurück, wenn die Gegenseite abnimmt.

Die Lady sagt noch freundlich "Zero Cent per Minute" - dann ist das
Rufzeichen zu hören - die Gegenstelle nimmt ab und ... nix ?!?

By the way ... Modulation geht jedoch raus.

Hat jemand eine Idee ?

Auschnitt ...
extensions.conf
Code:
[macro-sip02]
exten => s,1,AbsoluteTimeout(0)
exten => s,2,SetGlobalVar(FOUNDME=ANSWER)
exten => s,3,SetCallerID(0xxxxxxxxxx)				; (1)
exten => s,4,Dial(SIP/voipbuster/0049${ARG1:1},120,t)
exten => s,5,SetGlobalVar(FOUNDME=${DIALSTATUS})
exten => s,6,GotoIf($[${DIALSTATUS} = CHANUNAVAIL]?7:23)
( ... )

sip.conf
Code:
( ... )
[voipbuster]
 context=voipbuster          <- WICHTIG ???
 type=friend
 username=xxxxx            <- ersetzt ...
 fromuser=xxxxx
 secret=yyyyy                 <- ersetzt ...

 fromdomain=voipbuster.com
 host=sip.voipbuster.com
 auth=md5
 canreinvite=no
 qualify=300
 dtmfmode=info
 insecure=very
 nat=yes
 dtmf=rfc2833
 tos=0x18 
( ... )

Liegt's an der CallerID ?
Am context ?
Muss der User in den extensions eingetragen sein ?

Fehleranalyse:

1. > sip show peers
Code:
sip show peers
Name/username    Host            Dyn Nat ACL Mask             Port     Status
voipbuster/xxxx  213.61.187.156      N        255.255.255.255  5060     OK (161 ms)
( ... )

2. laufendes log ( mit 01096 wird voipbuster geroutet ... )
Code:
    -- Executing SetCallerID("Zap/2-1", "name") in new stack
    -- Executing Dial("Zap/2-1", "SIP/0049xxxxxxxxxxxxxx@voipbuster|120|t") in new stack
    -- Called 0049xxxxxxxxxxxxxx@voipbuster
    -- SIP/voipbuster-fe3e is making progress passing it to Zap/2-1
    -- SIP/voipbuster-fe3e answered Zap/2-1

Kommentar: Gegenpartei nimmt ab - bei mir nix zu hören !

  == Spawn extension (macro-sip02, s, 4) exited non-zero on 'Zap/2-1' in macro 'sip02'
  == Spawn extension (default, 01096xxxxxxxxxxxxxx, 1) exited non-zero on 'Zap/2-1'
    -- Hungup 'Zap/2-1'
3.
> sip debug peer voipbuster
> SIP Debugging Enabled for IP: 213.61.187.157:5060
Code:
( ... )
11 headers, 0 lines
Jun 29 20:43:55 NOTICE[17690]: chan_sip.c:6655 handle_response: Peer 'voipbuster' is now REACHABLE!
Destroying call '[email protected]'
( ... )


    -- Accepting overlap voice call from '99xxxx' to '<unspecified>' on channel 0/2, span 1
    -- Starting simple switch on 'Zap/2-1'
    -- Executing Macro("Zap/2-1", "sip02|06xxxxxxxxx") in new stack
    -- Executing AbsoluteTimeout("Zap/2-1", "0") in new stack
    -- Set Absolute Timeout to 0
    -- Executing SetGlobalVar("Zap/2-1", "FOUNDME=ANSWER") in new stack
    -- Setting global variable 'FOUNDME' to 'ANSWER'
    -- Executing SetCallerID("Zap/2-1", "xxxxxx") in new stack
    -- Executing Dial("Zap/2-1", "SIP/00496xxxxxxxxx@voipbuster|120|t") in new stack
We're at 217.91.xx.xx port 10450
Answering/Requesting with root capability 0x8 (alaw)
Answering with preferred capability 0x4 (ulaw)
Answering with preferred capability 0x100 (g729)
12 headers, 10 lines
Reliably Transmitting:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK32eeaf4e
From: "xxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Date: Wed, 29 Jun 2005 19:15:39 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Content-Type: application/sdp
Content-Length: 210

v=0
o=root 18105 18105 IN IP4 217.91.xx.xx
s=session
c=IN IP4 217.91.xx.xx
t=0 0
m=audio 10450 RTP/AVP 8 0 18
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=silenceSupp:off - - - -
 (no NAT) to 213.61.187.146:5060
    -- Called 00496xxxxxxxxx@voipbuster


Sip read:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK32eeaf4e;received=217.91.xx.xx;rport=5060
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as347ad325
Call-ID: [email][email protected][/email]
CSeq: 102 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:[email protected]>
Proxy-Authenticate: Digest realm="asterisk", nonce="731e70c8"
Content-Length: 0


11 headers, 0 lines
Transmitting:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK32eeaf4e
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as347ad325
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 102 ACK
User-Agent: Asterisk PBX
Content-Length: 0

 (no NAT) to 213.61.187.146:5060
We're at 217.91.xx.xx port 10450
Answering/Requesting with root capability 0x8 (alaw)
Answering with preferred capability 0x4 (ulaw)
Answering with preferred capability 0x100 (g729)
Reliably Transmitting:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK75b45f92
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 103 INVITE
User-Agent: Asterisk PBX
Proxy-Authorization: Digest username="xxxxxxxx", realm="asterisk", algorithm=MD5, uri="sip:[email protected]", nonce="731e70c8", response="bc27de78860fc7001f8de1d724075749", opaque=""
Date: Wed, 29 Jun 2005 19:15:39 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Content-Type: application/sdp
Content-Length: 210

v=0
o=root 18105 18106 IN IP4 217.91.xx.xx
s=session
c=IN IP4 217.91.xx.xx
t=0 0
m=audio 10450 RTP/AVP 8 0 18
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=silenceSupp:off - - - -
 (no NAT) to 213.61.187.146:5060


Sip read:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK75b45f92;received=217.91.xx.xx;rport=5060
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 103 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:[email protected]>
Content-Length: 0


10 headers, 0 lines


Sip read:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK75b45f92;received=217.91.xx.xx;rport=5060
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as399dbc39
Call-ID: [email][email protected][/email]
CSeq: 103 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:[email protected]>
Content-Type: application/sdp
Content-Length: 417

v=0
o=root 3778 3778 IN IP4 213.61.187.146
s=session
c=IN IP4 213.61.187.146
t=0 0
m=audio 33920 RTP/AVP 4 3 0 8 111 5 10 7 18 110 97
a=rtpmap:4 G723/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000
a=silenceSupp:off - - - -

11 headers, 18 lines
Found RTP audio format 4
Found RTP audio format 3
Found RTP audio format 0
Found RTP audio format 8
Found RTP audio format 111
Found RTP audio format 5
Found RTP audio format 10
Found RTP audio format 7
Found RTP audio format 18
Found RTP audio format 110
Found RTP audio format 97
Peer audio RTP is at port 213.61.187.146:33920
Found description format G723
Found description format GSM
Found description format PCMU
Found description format PCMA
Found description format G726-32
Found description format DVI4
Found description format L16
Found description format LPC
Found description format G729
Found description format speex
Found description format iLBC
Capabilities: us - 0x10c (ulaw|alaw|g729), peer - audio=0x7ff (g723|gsm|ulaw|alaw|g726|adpcm|slin|lpc10|g729|speex|ilbc)/video=0x0 (nothing), combined - 0x10c (ulaw|alaw|g729)
Non-codec capabilities: us - 0x1 (g723), peer - 0x0 (nothing), combined - 0x0 (nothing)
    -- SIP/voipbuster-bd42 is making progress passing it to Zap/2-1


Sip read:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK75b45f92;received=217.91.xx.xx;rport=5060
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as399dbc39
Call-ID: [email][email protected][/email]
CSeq: 103 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Contact: <sip:[email protected]>
Content-Type: application/sdp
Content-Length: 417

v=0
o=root 3778 3779 IN IP4 213.61.187.146
s=session
c=IN IP4 213.61.187.146
t=0 0
m=audio 33920 RTP/AVP 4 3 0 8 111 5 10 7 18 110 97
a=rtpmap:4 G723/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000

a=silenceSupp:off - - - -

11 headers, 18 lines
Found RTP audio format 4
Found RTP audio format 3
Found RTP audio format 0
Found RTP audio format 8
Found RTP audio format 111
Found RTP audio format 5
Found RTP audio format 10
Found RTP audio format 7
Found RTP audio format 18
Found RTP audio format 110
Found RTP audio format 97
Peer audio RTP is at port 213.61.187.146:33920
Found description format G723
Found description format GSM
Found description format PCMU
Found description format PCMA
Found description format G726-32
Found description format DVI4
Found description format L16
Found description format LPC
Found description format G729
Found description format speex
Found description format iLBC
Capabilities: us - 0x10c (ulaw|alaw|g729), peer - audio=0x7ff (g723|gsm|ulaw|alaw|g726|adpcm|slin|lpc10|g729|speex|ilbc)/video=0x0 (nothing), combined - 0x10c (ulaw|alaw|g729)
Non-codec capabilities: us - 0x1 (g723), peer - 0x0 (nothing), combined - 0x0 (nothing)
list_route: hop: <sip:[email protected]>
set_destination: Parsing <sip:[email protected]> for address/port to send to
set_destination: set destination to 213.61.187.146, port 5060
Transmitting:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK0a5b7acd
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as399dbc39
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 103 ACK
User-Agent: Asterisk PBX
Content-Length: 0

 (no NAT) to 213.61.187.146:5060
    -- SIP/voipbuster-bd42 answered Zap/2-1


Sip read:
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 213.61.187.146:5060;branch=z9hG4bK49589cd2;rport
From: <sip:[email protected]>;tag=as399dbc39
To: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 102 INVITE
User-Agent: SipProxy
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Content-Type: application/sdp
Content-Length: 162

v=0
o=root 3778 3780 IN IP4 213.61.187.133
s=session
c=IN IP4 213.61.187.133
t=0 0
m=audio 18356 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -

11 headers, 8 lines
Using latest request as basis request
Sending to 213.61.187.146 : 5060 (non-NAT)
We're at 217.91.xx.xx port 10450
Answering/Requesting with root capability 0x8 (alaw)
Answering with preferred capability 0x4 (ulaw)
Answering with preferred capability 0x100 (g729)
Reliably Transmitting (no NAT):
SIP/2.0 200 OK
Via: SIP/2.0/UDP 213.61.187.146:5060;branch=z9hG4bK49589cd2
From: <sip:[email protected]>;tag=as399dbc39
To: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
Call-ID: [email][email protected][/email]
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:[email protected]>
Content-Type: application/sdp
Content-Length: 210

v=0
o=root 18105 18107 IN IP4 217.91.xx.xx
s=session
c=IN IP4 217.91.xx.xx
t=0 0
m=audio 10450 RTP/AVP 8 0 18
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=silenceSupp:off - - - -

 to 213.61.187.146:5060


Sip read:
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 213.61.187.146:5060;branch=z9hG4bK4258d1b3;rport
From: <sip:[email protected]>;tag=as399dbc39
To: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 102 ACK
User-Agent: SipProxy
Content-Length: 0


9 headers, 0 lines

    -- Channel 0/2, span 1 got hangup

set_destination: Parsing <sip:[email protected]> for address/port to send to
set_destination: set destination to 213.61.187.146, port 5060
Reliably Transmitting:
BYE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 217.91.xx.xx:5060;branch=z9hG4bK103ce6f4
From: "xxxxxxxx" <sip:[email protected]>;tag=as7ca1f151
To: <sip:[email protected]>;tag=as399dbc39
Contact: <sip:[email protected]>
Call-ID: [email][email protected][/email]
CSeq: 104 BYE
User-Agent: Asterisk PBX
Proxy-Authorization: Digest username="xxxxxxxx", realm="asterisk", algorithm=MD5, uri="sip:[email protected]", nonce="731e70c8", response="4d5f77fc5ab3def65dba1aaee328df7a", opaque=""
Content-Length: 0

 (no NAT) to 213.61.187.146:5060
  == Spawn extension (macro-sip02, s, 4) exited non-zero on 'Zap/2-1' in macro 'sip02'
  == Spawn extension (default, 0109606xxxxxxxxx, 1) exited non-zero on 'Zap/2-1'
    -- Hungup 'Zap/2-1'

Also, ich sehe bei Gesprächsbeginn eindeutig ein "OK" und die
Codecs werden auch korrekt verhandelt.

Kann jemand einen Hinweis auf das "fehlende Audio" zurück erkennen ??

Wie sehen Eure Logs aus ?
Bei wem funktionierts mit Asterisk + Voip-Buster ?
 
Zuletzt bearbeitet:
Heisst der Film nicht "Bei Anruf Mord" ?
 
Welchen codec hast du eigentlich ausgewählt? Wenn nach der Ansage nix mehr kommt wird der codec nicht vom gateway unterstützt!

Trag mal ein:
disallow=allow
allow=alaw
allow=ulaw
allow=g729 ; sofern du eine Lizenz zum Töten hast ;-)
 
Habe nahezu das selbe Problem...
Voipbuster klingelt aber wenn der Gesprächsteilnehmer abnimmt ist das Gespräch tot.
wenn ich sip.voipbuster.com anpinge kommt nichts...
liegt es doch an voipbuster ???

habe übrigens die Verbindung über KPhone realisiert
 
Netview schrieb:
disallow=allow
allow=alaw
allow=ulaw

... macht leider keinen Unterschied. Wie gesagt, die Lady ist ja
zu hören, wenn ich rauswähle.

Das bedeutet, dass voipbuster mir ja grundsätzlich eine Modulation
zurückschickt nachdem ich erfolgreich Kontakt aufgenommen habe.

Nur sobald der Gesprächspartner am Ziel das Gespräch annimmt
1. hört er mich
2. ich höre aber nix von ihm

... natürlich habe ich das mit diversen Zielen geprüft !
Also Gesprächspartnern und Gesprächpartnerinnen ; )

Funktioniert's denn bei Dir gerade ?

Was ist mit der CallerID ? Wie lautet die beim voipbuster-Account und
muss ich die dort eintragen ?

Vielleicht liegt's am NAT ? ... seltsam, die Lady vom Amt höre ich ja :?
 
Gerade ausprobiert - funktioniert mit dem G.729 in beide Richtungen einwandfrei!

Die callerid spielt keine Rolle und ist bei mir nicht explizit gesetzt.
sip.voipbuster.com ist richtig, allerdings antwortet der host nicht auf ICMP-requests.

fromdomain=sip.voipbuster.com
nat=no
 
Na dann muß ich doch ein größeres Problem haben...
Bei mir funzt das nämlich immer noch nicht...
Wie gesagt nutze KPhone.
Habe folgende Einstellungen:
Benutzername: VoipName
Host-Teil of URL: sip.voipbuster.com
Ausgehender Proxy: nat.draytel.org:5065
UDP aktiviert
Stun Server aktiviert
URL Stun Server: stun.voipbuster.com
Audio G711u

Vielleicht ist ja da doch ein Fehler drin...
und mir kann einer helfen
 
schwiddy schrieb:
und mir kann einer helfen

... Du willst wie ich eine Lösung. Uns kann bestimmt jemand helfen :cry:

Es funktioniert hier immer noch nicht. Ich habe diverse Test gefahren:

- register => nutzername:p[email protected]/nutzername ( mit und ohne gleicher Zustand )
- allow=g729 ( läuft bei mir leider nicht )
- allow=ulaw/alaw ( ich komme raus, höre aber nix )

... Phänomen: die Ansage "Zero Zent per Minute" ist zu hören +
das Rufzeichen von voipbuster auch !

Voip-Buster hat ja offenbar auch nix dagegen, nur die Info:
Yes, you can also use your own IAX/SIP device for making calls via the VoipBuster Network ist etwas dünn.

Nebenbei: Wer ist eigentlich "Voip-Buster" mit Postfach in der Schweiz ?
Warum ist das Gespräch kostenfrei ?
Wer greift die Zielrufnummern in dem dortigen Rechtsraum ggf. ab
und was ist mit dem Audio und dessen Verwertung ( Mitschnitt ) ?
Kein Unternehmen macht was "umsonst", wenn nicht irgendein Ziel
zum Profit führt ...
 
dann startet einfach mal asterisk im debug-mode und wird werden sehen warum!

'asterisk -dddvvvr' und dann einmal ein Gespräch aufbauen.
 
FBI01 schrieb:
Warum ist das Gespräch kostenfrei ?

[Vermutung ein]
Du erstellst z.B. ein Routing 0034 über voipbuster (weil ja kostenlos), erstellst aber kein anderes Routing für 00346 (Handy). Schon verdienen die an deinen Handygesprächen, oder noch besser, du benutzt sie für alle deine Gespräche.
Sipgate und andere sponsern dir die Ortsnetzrufnummer, Voipbuster halt die Festnetzgespräche.
[/Vermutung aus]
 
kombjuder schrieb:
Du erstellst z.B. ein Routing 0034 über voipbuster (weil ja kostenlos), erstellst aber kein anderes Routing für 00346 (Handy). Schon verdienen die an deinen Handygesprächen ...
Ok, aber jeder merkt's, nachdem die 1 ¤ aufgebraucht sind ... und wer
nutzt einen Asterisk und kennt sich nicht im LCR aus ?

Läuft Voip-Buster denn bei Dir ? Wenn ja, wie ?
 
Vielleicht hilft es ja was, wenn ich den "Ausdruck" der Konsole mal hier poste...

SipClient: Listening UDP on port: 5065
SipClient: Our address: 82.135.72.109
SipClient: STUN request
SipClient: Receiving message...
SipClient: STUN response
address_port: 5065
address: 82.135.72.109
KCallWidget: Switching calls...
CallAudio: listening for incomming RTP
UDPMessageSocket: Listening on 1218
DspOutRtp: STUN request
SipClient: Receiving message...
SipClient: STUN response for RTP
CallAudio: Opening OSS device /dev/audio for Input and Output
CallAudio: Creating RTP->OSS Diverter

SipClient: Sending: 17:17:03.692
--------------------------------
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK3D8EC84F
CSeq: 1463 INVITE
To: <sip:[email protected]>
Content-Type: application/sdp
From: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Call-ID: [email protected]
Subject: sip:[email protected]
Content-Length: 186
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>

v=0
o=username 0 0 IN IP4 82.135.72.109
s=The Funky Flow
c=IN IP4 82.135.72.109
t=0 0
m=audio 1218 RTP/AVP 0 97 3
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000

SipClient: Sending to 'nat.draytel.org:5065'
SipClient: Receiving message...

SipClient: Received: 17:17:03.883
---------------------------------
SIP/2.0 100 Trying
To: <sip:[email protected]>
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK3D8EC84F
Call-ID: [email protected]
CSeq: 1463 INVITE
Server: JasomiNetworks-PeerPoint/3.1.9 rc-14p26
Content-Length: 0


SipCall: Incoming response
SipTransaction: Incoming Response
SipCallMember: localStatusUpdated: 100
SipClient: Receiving message...

SipClient: Received: 17:17:03.923
---------------------------------
SIP/2.0 407 Proxy Authentication Required
To: <sip:[email protected]>;tag=fd204952
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK3D8EC84F
Call-ID: [email protected]
CSeq: 1463 INVITE
Contact: <sip:[email protected]:5065>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Proxy-Authenticate: Digest realm="asterisk", nonce="0b04f71b"
User-Agent: SipProxy
Content-Length: 0


SipCall: Incoming response
SipTransaction: Incoming Response

SipClient: Sending: 17:17:03.933
--------------------------------
ACK sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK3D8EC84F
CSeq: 1463 ACK
To: <sip:[email protected]>;tag=fd204952
From: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Call-ID: [email protected]
Content-Length: 0
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>


SipClient: Sending to 'nat.draytel.org:5065'
SipCallMember: localStatusUpdated: 407
WL: SipProtocol: HA1=5edd618ce87e7d9b358caff4aa0532b6 (schwiddy:asterisk)
SipProtocol: Digest calculated.

SipClient: Sending: 17:17:03.988
--------------------------------
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK590AD0A0
CSeq: 1464 INVITE
To: <sip:[email protected]>
Proxy-Authorization: Digest username="schwiddy", realm="asterisk", nonce="0b04f71b", uri="sip:[email protected]", cnonce="abcdefghi", nc=00000001, response="4cb40047f721bb780eaa877e1cda52ff", opaque="", algorithm="MD5"
Content-Type: application/sdp
From: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Call-ID: [email protected]
Subject: sip:[email protected]
Content-Length: 186
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>

v=0
o=username 0 0 IN IP4 82.135.72.109
s=The Funky Flow
c=IN IP4 82.135.72.109
t=0 0
m=audio 1218 RTP/AVP 0 97 3
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000

SipClient: Sending to 'nat.draytel.org:5065'
SipClient: Receiving message...

SipClient: Received: 17:17:04.168
---------------------------------
SIP/2.0 100 Trying
To: <sip:[email protected]>
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK590AD0A0
Call-ID: [email protected]
CSeq: 1464 INVITE
Server: JasomiNetworks-PeerPoint/3.1.9 rc-14p26
Content-Length: 0


SipCall: Incoming response
SipTransaction: Incoming Response
SipCallMember: localStatusUpdated: 100
SipClient: Receiving message...

SipClient: Received: 17:17:09.073
---------------------------------
SIP/2.0 183 Session Progress
To: <sip:[email protected]>;tag=0e49716d
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK590AD0A0
Call-ID: [email protected]
CSeq: 1464 INVITE
Contact: <sip:[email protected]:5065>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Content-Type: application/sdp
User-Agent: SipProxy
Content-Length: 424

v=0
o=root 28545 1245281560 IN IP4 217.14.132.172
s=session
c=IN IP4 217.14.132.172
t=0 0
m=audio 10142 RTP/AVP 4 3 0 8 111 5 10 7 18 110 97
a=rtpmap:4 G723/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000
a=silenceSupp:off - - - -

SipCall: Incoming response
SipTransaction: Incoming Response
SipCallMember: localStatusUpdated: 183
CallAudio: Using GSM for output
CallAudio: Sending to remote site 217.14.132.172:10142
UDPMessageSocket::SetTOS: Die Operation ist nicht erlaubt
CallAudio: OSS device already open (readwrite)
CallAudio: Creating OSS->RTP Diverter
SipClient: Receiving message...

SipClient: Received: 17:17:13.867
---------------------------------
SIP/2.0 200 OK
To: <sip:[email protected]>;tag=0e49716d
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK590AD0A0
Call-ID: [email protected]
CSeq: 1464 INVITE
Contact: <sip:[email protected]:5065>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Content-Type: application/sdp
User-Agent: SipProxy
Content-Length: 424

v=0
o=root 28545 1245281561 IN IP4 217.14.132.172
s=session
c=IN IP4 217.14.132.172
t=0 0
m=audio 10142 RTP/AVP 4 3 0 8 111 5 10 7 18 110 97
a=rtpmap:4 G723/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:5 DVI4/8000
a=rtpmap:10 L16/8000
a=rtpmap:7 LPC/8000
a=rtpmap:18 G729/8000
a=rtpmap:110 speex/8000
a=rtpmap:97 iLBC/8000
a=silenceSupp:off - - - -

SipCall: Incoming response
SipCall: Checking for Contact and Record-Route
SipCall: Setting Contact for this Call Member
SipTransaction: Incoming Response

SipClient: Sending: 17:17:13.869
--------------------------------
ACK sip:[email protected]:5065 SIP/2.0
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK590AD0A0
CSeq: 1464 ACK
To: <sip:[email protected]>;tag=0e49716d
From: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Call-ID: [email protected]
Content-Length: 0
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>


SipClient: Sending to 'nat.draytel.org:5065'
SipCallMember: localStatusUpdated: 200
CallAudio: Using GSM for output
SipClient: Receiving message...

SipClient: Received: 17:17:14.052
---------------------------------
INVITE sip:[email protected]:5065;transport=udp SIP/2.0
To: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
From: <sip:[email protected]>;tag=0e49716d
Via: SIP/2.0/UDP 217.14.132.172:5065;branch=z9hG4bK-d87543-577ef46a313f0949fecb-1-cHA0NDc2YjEzZDc1NzZmNDBhNWFmNQ..-d87543-
Call-ID: [email protected]
CSeq: 417029845 INVITE
Contact: <sip:[email protected]:5065>
Max-Forwards: 70
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
Content-Type: application/sdp
User-Agent: SipProxy
Content-Length: 169

v=0
o=root 28545 1676975568 IN IP4 217.14.132.172
s=session
c=IN IP4 217.14.132.172
t=0 0
m=audio 10142 RTP/AVP 0
a=rtpmap:0 PCMU/8000
a=silenceSupp:off - - - -

SipCall: Incoming request
SipCall: New transaction created
SipTransaction: Incoming Request
SipClient: Sending UDP Response
SipClient: Sending to '217.14.132.172' port 5065

SipClient: Sending: 17:17:14.060
--------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 217.14.132.172:5065;branch=z9hG4bK-d87543-577ef46a313f0949fecb-1-cHA0NDc2YjEzZDc1NzZmNDBhNWFmNQ..-d87543-
From: <sip:[email protected]>;tag=0e49716d
CSeq: 417029845 INVITE
Call-ID: [email protected]
To: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Content-Length: 0
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>


CallAudio: Using G711u for output
CallAudio: listening for incomming RTP
UDPMessageSocket: Listening on 1219
UDPMessageSocket: Retrying...
UDPMessageSocket: Listening on 1221
UDPMessageSocket: Retrying...
UDPMessageSocket: Listening on 1222
DspOutRtp: STUN request
SipClient: Receiving message...
SipClient: STUN response for RTP
CallAudio: Opening OSS device /dev/audio for Input and Output
CallAudio: Creating RTP->OSS Diverter
SipClient: Sending UDP Response
SipClient: Sending to '217.14.132.172' port 5065

SipClient: Sending: 17:17:14.296
--------------------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP 217.14.132.172:5065;branch=z9hG4bK-d87543-577ef46a313f0949fecb-1-cHA0NDc2YjEzZDc1NzZmNDBhNWFmNQ..-d87543-
From: <sip:[email protected]>;tag=0e49716d
CSeq: 417029845 INVITE
Content-Type: application/sdp
Call-ID: [email protected]
To: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Content-Length: 186
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>

v=0
o=username 0 0 IN IP4 82.135.72.109
s=The Funky Flow
c=IN IP4 82.135.72.109
t=0 0
m=audio 1222 RTP/AVP 0 97 3
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000

CallAudio: Using G711u for output
SipClient: Receiving message...

SipClient: Received: 17:17:14.515
---------------------------------
ACK sip:[email protected]:5065;transport=udp SIP/2.0
To: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
From: <sip:[email protected]>;tag=0e49716d
Via: SIP/2.0/UDP 217.14.132.172:5065;branch=z9hG4bK-d87543-6a3c8b10fa26083d-1-cHA0NDc2YjEzZDc1NzZmNDBhNWFmNQ..-d87543-
Call-ID: [email protected]
CSeq: 417029845 ACK
Contact: <sip:[email protected]:5065>
Max-Forwards: 70
User-Agent: SipProxy
Content-Length: 0


SipCall: Incoming request
SipTransaction: Incoming Request
SipTransaction: Received an ACK...

SipClient: Sending: 17:17:18.803
--------------------------------
BYE sip:[email protected]:5065 SIP/2.0
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK230092AE
CSeq: 1465 BYE
To: <sip:[email protected]>;tag=0e49716d
From: "Torsten Schwidrik" <sip:[email protected]>;tag=42C47C41
Call-ID: [email protected]
Content-Length: 0
User-Agent: kphone/4.0.5
Contact: "Torsten Schwidrik" <sip:[email protected]:5065;transport=udp>


SipClient: Sending to 'nat.draytel.org:5065'
SipClient: Receiving message...

SipClient: Received: 17:17:18.983
---------------------------------
SIP/2.0 200 OK
To: <sip:[email protected]>;tag=0e49716d
From: "Torsten Schwidrik"<sip:[email protected]>;tag=42C47C41
Via: SIP/2.0/UDP 82.135.72.109:5065;branch=z9hG4bK230092AE
Call-ID: [email protected]
CSeq: 1465 BYE
Contact: <sip:[email protected]:5065>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY
User-Agent: SipProxy
Content-Length: 0


SipCall: Incoming response
SipCall: Checking for Contact and Record-Route
SipCall: Setting Contact for this Call Member
SipTransaction: Incoming Response
SipCallMember: localStatusUpdated: 200
KCallWidget: Starting force disconnect...
 
Wozu machst du das eigentlich:

Ausgehender Proxy: nat.draytel.org:5065

Kphone hängt doch als client am asterisk im gleichen LAN-Segment - oder?
Dann brauchst du kein NAT und der SIP-Proxy ist in diesem Fall dein asterisk selbst auf port 5060. Und den stun-server brauchst du auch nicht.
Kphone kommuniziert nur mit asterisk und dieser mit voipbuster. Daher muss nur asterisk seine öffentliche IP kennen und tut dies über den Parameter externip= bzw. externhost= als Ersatz für den stun.
 
Ich benutze kein Asterisk...
Nutze nur KPhone
 
schwiddy schrieb:
Ich benutze kein Asterisk...
Nutze nur KPhone

sorry - dann habe ich den geposteten trace fälschlicherweise als asterisk-debug interpretiert zumal wir uns ja hier unter 'Asterisk Allgemein' aufhalten. Vielleicht solltest du für dein Anliegen einen extra-thread eröffnen, damit gehst du sicher, dass auch die richtigen Leute reinschauen. Fragen zu kphone wird hier wohl niemand vermuten und beantworten!
 
Netview schrieb:
sorry - dann habe ich den geposteten trace fälschlicherweise als asterisk-debug interpretiert zumal wir uns ja hier unter 'Asterisk Allgemein' aufhalten. Vielleicht solltest du für dein Anliegen einen extra-thread eröffnen, damit gehst du sicher, dass auch die richtigen Leute reinschauen. Fragen zu kphone wird hier wohl niemand vermuten und beantworten!

Nicht für Unugut...
Es ist ja auch richtig, wir sind hier im "Asterisk" Bereich...

Habe allerdings hier gepostet, da die Fehlerauswirkung dieselbe war...
Und vielleicht klappt es ja morgen auch mit kphone...
 
rollo schrieb:
Heisst der Film nicht "Bei Anruf Mord" ?
Ja ... ich habe den Beitragsnamen geändert.
Auch wenn es mich eigentlich etwas mehr "wurmt", dass ich nicht
mit Voip-Buster kostenlos telefonieren kann ... :wink:

sip debug peer voipbuster Updated - siehe erster Beitrag !
 
Kein Ton von der Gegenseite mit Asterisk und Voipbuster

Hallo,

habe das gleiche Problem mit Voipbuster und habe nach längeren Versuchen mit sip aufgegeben und auf iax geändert. Damit läuft es jetzt problemlos.

iax.conf:
[voipbuster]
type=friend
host=iax.voipbuster.com
secret=password
notransfer=yes
context=default

extensions.conf:
exten => _4X.,1,SetCallerID("123456789")
exten => _4X.,2,Dial,IAX2/username@voipbuster/0049${EXTEN:1}
exten => _4X.,3,Congestion

Vielleicht hilfts ja jemandem.

Asterix
 
Kostenlos!

Statistik des Forums

Themen
247,941
Beiträge
2,277,275
Mitglieder
377,023
Neuestes Mitglied
carlosTina