Nachdem ich den register string hinbekommen habe ( http://www.ip-phone-forum.de/showthread.php?t=286183 ) hänge ich nun am nächsten Problem.
Wenn ich die Telefonnummer anrufe (Also öffentliche Nummer ) bekomme ich immer besetzt.
Die Entscheidenden Einträge in der sip.conf sollten folgende sein:
Und in der extensions.conf:
Die Asterisk steht hinter einer Firewall mit nat, aber alle Ports geforwardet.
Im Asterisk kann ich folgendes Debug Log sehen:
Weiss einer was? Ich bin noch ein ziemlicher Neuling, und versuch mich da reinzufuchsen. Danke.
Wenn ich die Telefonnummer anrufe (Also öffentliche Nummer ) bekomme ich immer besetzt.
Die Entscheidenden Einträge in der sip.conf sollten folgende sein:
Code:
[global]
register => BENUTZERNAME:PASSWORT:[email protected]@a1_net_inbound
...
[a1_net_inbound]
type=friend
[email protected]
secret=PASSWORT
dtmfmode=rfc2833
host=a1.net
context=a1_net_incoming
outboundproxy=centrex.a1.net
fromuser=BENUTZERNAME
fromdomain=a1.net
canreinvite=no
insecure=invite
nat=force_rport,comedia
Und in der extensions.conf:
Code:
[a1_net_incoming]
exten => s,1,Noop("Incoming")
same => n,Dial(SIP/4801)
Die Asterisk steht hinter einer Firewall mit nat, aber alle Ports geforwardet.
Im Asterisk kann ich folgendes Debug Log sehen:
Code:
<--- SIP read from UDP:193.81.6.69:5060 --->
INVITE sip:a1_net_incoming@ASTERISK_IP_ADDRESS:5060 SIP/2.0
Via: SIP/2.0/UDP 193.81.6.69:5060;branch=z9hG4bK-*8*155d26bcaea0699392cctaN0
To: <sip:[email protected]>
From: <sip:[email protected];user=phone>;tag=1408379115484522
Call-ID: nAuB4pYfLQ
CSeq: 1 INVITE
Max-Forwards: 65
Contact: <sip:193.81.6.69:5060;transport=UDP>
Record-Route: <sip:[email protected]:5060;lr>
P-Called-Party-ID: <sip:[email protected];user=phone>
Supported: 100rel,timer
P-Early-Media: supported
Session-Expires: 3600
Min-SE: 90
Privacy: none
Allow: INVITE,PRACK,ACK,UPDATE,CANCEL,BYE,OPTIONS,INFO,SUBSCRIBE,REFER,NOTIFY
Accept: application/sdp, application/isup, multipart/mixed, application/dtmf, application/dtmf-relay
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 665
v=0
o=- 518803697 518803697 IN IP4 193.81.6.5
s=-
c=IN IP4 193.81.6.5
t=0 0
m=audio 51800 RTP/AVP 99 18 8 97 98 100 96
c=IN IP4 193.81.6.5
a=rtpmap:97 AMR-WB/16000/1
a=fmtp:97 mode-set=0,1,2;mode-change-period=2;mode-change-neighbor=1
a=rtpmap:98 AMR/8000/1
a=fmtp:98 mode-set=0,2,4,7;mode-change-period=2;mode-change-neighbor=1
a=rtpmap:99 G726-32/8000/1
a=rtpmap:18 G729/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:100 telephone-event/8000/1
a=fmtp:100 0-15
a=rtpmap:96 telephone-event/16000/1
a=fmtp:96 0-15
a=sendrecv
a=3gOoBTC
a=curr:qos local none
a=curr:qos remote none
a=des:qos optional local sendrecv
a=des:qos optional remote sendrecv
<------------->
--- (20 headers 24 lines) ---
Sending to 193.81.6.69:5060 (no NAT)
Sending to 193.81.6.69:5060 (no NAT)
Using INVITE request as basis request - nAuB4pYfLQ
No matching peer for '+INCOMING_CALLER_ID' from '193.81.6.69:5060'
<--- Reliably Transmitting (no NAT) to 193.81.6.69:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 193.81.6.69:5060;branch=z9hG4bK-*8*155d26bcaea0699392cctaN0;received=193.81.6.69
From: <sip:[email protected];user=phone>;tag=1408379115484522
To: <sip:[email protected]>;tag=as4f341d9f
Call-ID: nAuB4pYfLQ
CSeq: 1 INVITE
Server: Asterisk PBX 13.1.0~dfsg-1.1ubuntu4
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="6e618140"
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog 'nAuB4pYfLQ' in 32000 ms (Method: INVITE)
<--- SIP read from UDP:193.81.6.69:5060 --->
ACK sip:a1_net_incoming@ASTERISK_IP_ADDRESS:5060 SIP/2.0
Via: SIP/2.0/UDP 193.81.6.69:5060;branch=z9hG4bK-*8*155d26bcaea0699392cctaN0
To: <sip:[email protected]>;tag=as4f341d9f
From: <sip:[email protected];user=phone>;tag=1408379115484522
Call-ID: nAuB4pYfLQ
CSeq: 1 ACK
Max-Forwards: 70
User-Agent: ZTE-B200
Content-Length: 0
<------------->
--- (9 headers 0 lines) ---
Weiss einer was? Ich bin noch ein ziemlicher Neuling, und versuch mich da reinzufuchsen. Danke.
Zuletzt bearbeitet: