Regelmäßige Verbindungsabrüche durch SIP INFO

konabi

Mitglied
Mitglied seit
11 Apr 2005
Beiträge
424
Punkte für Reaktionen
0
Punkte
16
Hallo,
nachdem ich nun die Verbindungsabrüche mit Strato als SIP Provider vermutlich geklärt habe (zu geringe Bandbreite), habe ich noch Probleme mit einem anderen Asterisk Server und T-Online als Provider. Der Asterisk ist direkt mit dem Internet verbunden und mit einer ISDN Karte im NT Modus ausgestattet. an diesem Port hängt eine Siemens Hicom. Asterisk spielt also die Rolle eines NT (NTBA).


Asterisk----Siemens Hicom ----Systemapparat.

Hier habe ich auch das Problem daß Gespräche plötzlich abgebrochen werden. Ein sip debug zeigt mir daß Asterisk einen SIP INFO Request an T-Online schickt der abgelehnt wird. Danach ist das Gespräch abgebrochen.


Einen genauen SIP Debug Auszug habe ich hier:

Schwarz: Asterisk Ausgabe auf CLI
Blau: SIP Request von Asterisk
Rot: SIP Response von SIP Provider

Code:
[FONT=Courier New]Not Overwriting extension:03441xxxxxx with new Number: 03441xxxxxx[/FONT]
[FONT=Courier New]Not Sending any control to Channel 03441xxxxxx state is 5[/FONT]
[FONT=Courier New]  -- Executing Macro("mISDN/1-1", "extern|032225xxxxxx|03441xxxxxx|t-online-[/FONT]
[FONT=Courier New]     out|03445") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "MYCALLERID=032225xxxxxx") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "RUFNUMMER=03441xxxxxx") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "KONTEXT=t-online-out") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "ORTSVORWAHL=03445") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "LANGUAGE()=de") in new stack[/FONT]
[FONT=Courier New]  -- Executing Set("mISDN/1-1", "CALLERID(name)=032225xxxxxx") in new stack[/FONT]
[FONT=Courier New]  -- Executing GotoIf("mISDN/1-1", "0?9") in new stack[/FONT]
[FONT=Courier New]  -- Executing GotoIf("mISDN/1-1", "1?10:11") in new stack[/FONT]
[FONT=Courier New]  -- Goto (macro-extern,s,10)[/FONT]
[FONT=Courier New]  -- Executing Dial("mISDN/1-1", "SIP/03441xxxxxx@t-online-out|60|tT")[/FONT]
[FONT=Courier New]     in new stack[/FONT]
[FONT=Courier New]We're at 84.183.44.174 port 19440[/FONT]
[FONT=Courier New]Adding codec 0x8 (alaw) to SDP[/FONT]
[FONT=Courier New]Adding codec 0x4 (ulaw) to SDP[/FONT]
[FONT=Courier New]Adding codec 0x2 (gsm) to SDP[/FONT]
[FONT=Courier New]Adding codec 0x400 (ilbc) to SDP[/FONT]
[FONT=Courier New]13 headers, 11 lines[/FONT]
 
 
 
 
[COLOR=#333399][FONT=Courier New]Reliably Transmitting (no NAT) to 217.0.132.118:5060:[/FONT][/COLOR]
 
[COLOR=#333399][FONT=Courier New]INVITE sip:[email protected] SIP/2.0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;branch=z9hG4bK33de3911;rport[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]To: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Contact: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]CSeq: 102 INVITE[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]User-Agent: Asterisk PBX[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Max-Forwards: 70[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Date: Wed, 23 Aug 2006 12:22:32 GMT[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Content-Type: application/sdp[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Content-Length: 233[/FONT][/COLOR]
 
[COLOR=#333399][FONT=Courier New]v=0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]o=root 1754 1754 IN IP4 84.183.44.174[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]s=session[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]c=IN IP4 84.183.44.174[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]t=0 0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]m=audio 19440 RTP/AVP 8 0 3 97[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:8 PCMA/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:0 PCMU/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:3 GSM/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:97 iLBC/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=silenceSupp:off - - - -[/FONT][/COLOR]
 
 
[FONT=Courier New]----- Called 03441xxxxxx@t-online-out[/FONT]
 
 
[COLOR=red][FONT=Courier New]--- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]SIP/2.0 401 Unauthorized[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK33de3911[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=d324eff7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 102 INVITE[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]WWW-Authenticate: Digest algorithm=MD5, nonce="1b1a0d215ff64bce359604cbe8c4d0a96a99f79c506a79bf2674ca936c15f8c5", opaque="1b1a0d215ff64bce359604cbe8c4d0a96a99f79c506a79bf2674ca936c15f8c5", realm="tel.t-online.de"[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 0[/FONT][/COLOR]
 
 
[COLOR=red][FONT=Courier New]Transmitting (no NAT) to 217.0.132.118:5060:[/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]ACK sip:[email protected] SIP/2.0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;branch=z9hG4bK33de3911;rport[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=d324eff7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Contact: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 102 ACK[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]User-Agent: Asterisk PBX[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Max-Forwards: 70[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 0[/FONT][/COLOR]
 
 
[COLOR=red][FONT=Courier New]---[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]We're at 84.183.44.174 port 19440[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Adding codec 0x8 (alaw) to SDP[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Adding codec 0x4 (ulaw) to SDP[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Adding codec 0x2 (gsm) to SDP[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Adding codec 0x400 (ilbc) to SDP[/FONT][/COLOR]
 
 
[COLOR=#333399][FONT=Courier New]Reliably Transmitting (no NAT) to 217.0.132.118:5060:[/FONT][/COLOR]
 
[COLOR=#333399][FONT=Courier New]INVITE sip:[email protected] SIP/2.0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;branch=z9hG4bK484c3c6b;rport[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]To: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Contact: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]CSeq: 103 INVITE[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]User-Agent: Asterisk PBX[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Max-Forwards: 70[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Authorization: Digest username="username", realm="tel.t-online.de", algorithm=MD5, uri="sip:[email protected]", nonce="1b1a0d215ff64bce359604cbe8c4d0a96a99f79c506a79bf2674ca936c15f8c5", response="497934e32e2a1aa8411cb1ce6b2c6602", opaque="1b1a0d215ff64bce359604cbe8c4d0a96a99f79c506a79bf2674ca936c15f8c5"[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Date: Wed, 23 Aug 2006 12:22:32 GMT[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Content-Type: application/sdp[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Content-Length: 233[/FONT][/COLOR]
 
[COLOR=#333399][FONT=Courier New]v=0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]o=root 1754 1755 IN IP4 84.183.44.174[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]s=session[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]c=IN IP4 84.183.44.174[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]t=0 0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]m=audio 19440 RTP/AVP 8 0 3 97[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:8 PCMA/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:0 PCMU/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:3 GSM/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=rtpmap:97 iLBC/8000[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]a=silenceSupp:off - - - -[/FONT][/COLOR]
 
 
[COLOR=red][FONT=Courier New]<-- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]SIP/2.0 100 Rufaufbau[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK484c3c6b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 103 INVITE[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 0[/FONT][/COLOR]
 
 
[COLOR=red][FONT=Courier New]<-- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]SIP/2.0 183 Verbindung wird aufgebaut[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK484c3c6b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Contact: <sip:[email protected]:5060>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 103 INVITE[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Allow: ACK, BYE, CANCEL, INVITE, OPTIONS[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Type: application/sdp[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Disposition: session[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 190[/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]v=0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]o=- 7206641 7206641 IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]s=-[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]c=IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]t=0 0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]m=audio 10334 RTP/AVP 8 98[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]b=AS:64[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:8 PCMA/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:98 telephone-event/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=fmtp:98 0-15[/FONT][/COLOR]
 
 
[FONT=Courier New]Found RTP audio format 8[/FONT]
[FONT=Courier New]Found RTP audio format 98[/FONT]
[FONT=Courier New]Peer audio RTP is at port 217.0.132.89:10334[/FONT]
[FONT=Courier New]Found description format PCMA[/FONT]
[FONT=Courier New]Found description format telephone-event[/FONT]
[FONT=Courier New]Capabilities:[/FONT]
[FONT=Courier New]            us - 0x40e (gsm|ulaw|alaw|ilbc), [/FONT]
[FONT=Courier New]            peer - audio=0x8 (alaw)/video=0x0 (nothing),[/FONT]
[FONT=Courier New]            combined - 0x8 (alaw)[/FONT]
[FONT=Courier New]Non-codec capabilities:[/FONT]
[FONT=Courier New]            us - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]            peer - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]            combined - 0x1 (telephone-event)[/FONT]
 
 
 
[FONT=Courier New] -- SIP/t-online-out-34ba is making progress passing it to mISDN/1-1[/FONT]
 
 
 
[COLOR=red][FONT=Courier New]<-- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]SIP/2.0 180 Klingeln[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK484c3c6b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Contact: <sip:[email protected]:5060>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 103 INVITE[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Allow: ACK, BYE, CANCEL, INVITE, OPTIONS[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Type: application/sdp[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Disposition: session[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 190[/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]v=0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]o=- 7206641 7206641 IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]s=-[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]c=IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]t=0 0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]m=audio 10334 RTP/AVP 8 98[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]b=AS:64[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:8 PCMA/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:98 telephone-event/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=fmtp:98 0-15[/FONT][/COLOR]
 
 
[FONT=Courier New]Found RTP audio format 8[/FONT]
[FONT=Courier New]Found RTP audio format 98[/FONT]
[FONT=Courier New]Peer audio RTP is at port 217.0.132.89:10334[/FONT]
[FONT=Courier New]Found description format PCMA[/FONT]
[FONT=Courier New]Found description format telephone-event[/FONT]
[FONT=Courier New]Capabilities:[/FONT]
[FONT=Courier New]us - 0x40e (gsm|ulaw|alaw|ilbc), [/FONT]
[FONT=Courier New]peer - audio=0x8 (alaw)/video=0x0 (nothing), [/FONT]
[FONT=Courier New]combined - 0x8 (alaw)[/FONT]
[FONT=Courier New]Non-codec capabilities: [/FONT]
[FONT=Courier New]           us - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]           peer - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]           combined - 0x1 (telephone-event)[/FONT]
 
[FONT=Courier New]-- SIP/t-online-out-34ba is ringing[/FONT]
[FONT=Courier New]-- SIP/t-online-out-34ba is making progress passing it to mISDN/1-1[/FONT]
 
 
 
[COLOR=red][FONT=Courier New]<-- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]SIP/2.0 200 OK[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK484c3c6b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Contact: <sip:[email protected]:5060>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Supported: timer[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 103 INVITE[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Allow: ACK, BYE, CANCEL, INVITE, OPTIONS[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Type: application/sdp[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Disposition: session[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 190[/FONT][/COLOR]
 
[COLOR=red][FONT=Courier New]v=0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]o=- 7206641 7206641 IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]s=-[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]c=IN IP4 217.0.132.89[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]t=0 0[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]m=audio 10334 RTP/AVP 8 98[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]b=AS:64[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:8 PCMA/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=rtpmap:98 telephone-event/8000[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]a=fmtp:98 0-15[/FONT][/COLOR]
 
 
[FONT=Courier New]Found RTP audio format 8[/FONT]
[FONT=Courier New]Found RTP audio format 98[/FONT]
[FONT=Courier New]Peer audio RTP is at port 217.0.132.89:10334[/FONT]
[FONT=Courier New]Found description format PCMA[/FONT]
[FONT=Courier New]Found description format telephone-event[/FONT]
[FONT=Courier New]Capabilities: [/FONT]
[FONT=Courier New]           us - 0x40e (gsm|ulaw|alaw|ilbc), [/FONT]
[FONT=Courier New]           peer - audio=0x8 (alaw)/video=0x0 (nothing), [/FONT]
[FONT=Courier New]           combined - 0x8 (alaw)[/FONT]
[FONT=Courier New]Non-codec capabilities: [/FONT]
[FONT=Courier New]           us - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]           peer - 0x1 (telephone-event), [/FONT]
[FONT=Courier New]           combined - 0x1 (telephone-event)[/FONT]
 
[FONT=Courier New]list_route:[/FONT]
[FONT=Courier New]hop: <sip:[email protected]:5060>[/FONT]
[FONT=Courier New]set_destination: [/FONT]
[FONT=Courier New]        Parsing <sip:[email protected]:5060> for address/port to send to[/FONT]
[FONT=Courier New]set_destination: [/FONT]
[FONT=Courier New]        set destination to 217.0.132.118, port 5060[/FONT]
 
 
 
[COLOR=#333399][FONT=Courier New]Transmitting (no NAT) to 217.0.132.118:5060:[/FONT][/COLOR]
 
[COLOR=#333399][FONT=Courier New]ACK sip:[email protected]:5060 SIP/2.0[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;branch=z9hG4bK7681d89b;rport[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Contact: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]CSeq: 103 ACK[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]User-Agent: Asterisk PBX[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Max-Forwards: 70[/FONT][/COLOR]
[COLOR=#333399][FONT=Courier New]Content-Length: 0[/FONT][/COLOR]
 
 
 
[FONT=Courier New]set_destination: [/FONT]
[FONT=Courier New]     Parsing <sip:[email protected]:5060> for address/port to send to[/FONT]
[FONT=Courier New]set_destination: [/FONT]
[FONT=Courier New]     set destination to 217.0.132.118, port 5060[/FONT]
 
[COLOR=navy][FONT=Courier New]Reliably Transmitting (no NAT) to 217.0.132.118:5060:[/FONT][/COLOR]
 
[COLOR=navy][FONT=Courier New][B]INFO sip:[email protected]:5060 SIP/2.0[/B][/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;branch=z9hG4bK4f4c034b;rport[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Contact: <sip:[email protected]>[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]CSeq: 104 INFO[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]User-Agent: Asterisk PBX[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Max-Forwards: 70[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Content-Type: application/dtmf-relay[/FONT][/COLOR]
[COLOR=navy][FONT=Courier New]Content-Length: 24[/FONT][/COLOR]
 
[COLOR=navy][FONT=Courier New][B]Signal=1[/B][/FONT][/COLOR]
[COLOR=navy][FONT=Courier New][B]Duration=250[/B][/FONT][/COLOR]
 
[COLOR=navy][FONT=Courier New]---[/FONT][/COLOR]
 
 
[COLOR=red][FONT=Courier New]<-- SIP read from 217.0.132.118:5060: [/FONT][/COLOR]
[COLOR=red][FONT=Courier New][B]SIP/2.0 405 Method Not Allowed[/B][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Via: SIP/2.0/UDP 84.183.44.174:5060;rport=5060;received=84.183.44.174;branch=z9hG4bK4f4c034b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]To: <sip:[email protected]>;tag=c3728d1b[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]From: "032225xxxxxx" <sip:[email protected]>;tag=as6b9e07f7[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Call-ID: [email protected][/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Contact: <sip:[email protected]:5060>[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]CSeq: 104 INFO[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Allow: ACK, BYE, CANCEL, INVITE, NOTIFY, OPTIONS[/FONT][/COLOR]
[COLOR=red][FONT=Courier New]Content-Length: 0[/FONT][/COLOR]
 
 
[FONT=Courier New]-- Got SIP response 405 "Method Not Allowed" back from 217.0.132.118[/FONT]
 
[FONT=Courier New]Aug 23 14:24:56 WARNING[2867]: res_features.c:1381 ast_bridge_call:  Bridge failed on channels mISDN/1-1 and SIP/t-online-out-34ba[/FONT]
[FONT=Courier New]== Spawn extension (macro-extern, s, 10) exited non-zero on 'mISDN/1-1' in macro 'extern'[/FONT]
[FONT=Courier New]== Spawn extension (macro-extern, s, 10) exited non-zero on 'mISDN/1-1'[/FONT]
 
 
 
 
[FONT=Courier New]Destroying call '[email protected]'[/FONT]



sip.conf:

Code:
[general]
language=de
port=5060
qualify=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=ilbc
srvlookup=no
canreinvite=no
sipdebug = yes
 
context=incoming
 
register => 032225xxxxx:xxxxx:[email protected]/032225xxxxx
 
 
[t-online-out]
type=peer
username=username
fromuser=03222xxxxx
secret=xxxxx
fromdomain=tel.t-online.de
host=tel.t-online.de
realm=tel.t-online.de
canreinvite=no
dtmfmode=info
insecure=very
nat=no
qualify=yes


ich bin dankbar für jeden Hinweis.

Viele Grüße
Sven
 
Dein Asterisk versucht einen DTMF-Ton zu senden. T-Online versteht aber die INFO-Nachrichten nicht. Versuch es einfach mal mit 'dtmfmode=rfc2833'.
 
Bei T-Online am besten gleich dtmfmode=inband setzen, siehe auch hier

Gruß,
Tin
 
Danke für die schnellen Antworten.
Werde das am Montag gleich einstellen.


Viele Grüße
Sven
 
Kostenlos!

Statistik des Forums

Themen
248,876
Beiträge
2,303,709
Mitglieder
378,542
Neuestes Mitglied
viktor1181