VOIP telefoon op Speedtouch 780wl

Pagina: 1
Acties:
  • 125 views sinds 30-01-2008
  • Reageer

  • Zonique
  • Registratie: Maart 2002
  • Laatst online: 02-10-2025
Omdat de Speedtouch 780wl volgens de beschrijving een "Full FXO" heeft, was ik van plan om daar dan ook maar gebruik van te maken. Ik heb asterisk zodanig ingesteld dat 06-nummers via de Speedtouch moeten gaan en dat probeert hij dan ook. De speedtouch geeft echter een busy terug. Kijk hier maar eens:

Van Asterisk naar Speedtouch (ga bellen):
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
INVITE sip:#0612345678@speedtouch.mydomain.com SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1a8942ed;rport
From: "0031320218266" <sip:0031320218266@192.168.1.2>;tag=as5bcad953
To: <sip:#0612345678@speedtouch.mydomain.com>
Contact: <sip:0031320218266@192.168.1.2>
Call-ID: 497e214b55d99b7928bab3353e2076bd@192.168.1.2
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Mon, 22 Jan 2007 07:01:04 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Type: application/sdp
Content-Length: 285

v=0
o=root 2427 2427 IN IP4 192.168.1.2
s=session
c=IN IP4 192.168.1.2
t=0 0
m=audio 17010 RTP/AVP 0 8 3 97 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -


Dan zegt de Speedtouch iets terug (sorry, ben busy):
code:
1
2
3
4
5
6
7
8
9
10
SIP/2.0 486 Busy Here
From: "0031320218266"<sip:0031320218266@192.168.1.2>;tag=as5bcad953
To: <sip:#0612345678@speedtouch.mydomain.com>;tag=80b054c0-c0a80101-13c4-1299-3362612f-1299
Call-ID: 497e214b55d99b7928bab3353e2076bd@192.168.1.2
CSeq: 102 INVITE
Via: SIP/2.0/UDP 192.168.1.2:5060;rport=5060;branch=z9hG4bK1a8942ed
Supported: replaces,100rel
User-Agent: SpeedTouch 780
Allow: INVITE, ACK, BYE, REFER, NOTIFY, CANCEL, OPTIONS
Content-Length: 0


En dan geeft Asterisk het op (okee dan...):
code:
1
2
3
4
5
6
7
8
9
10
ACK sip:#0612345678@speedtouch.mydomain.com SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1a8942ed;rport
From: "0031320218266" <sip:0031320218266@192.168.1.2>;tag=as5bcad953
To: <sip:#0612345678@speedtouch.mydomain.com>;tag=80b054c0-c0a80101-13c4-1299-3362612f-1299
Contact: <sip:0031320218266@192.168.1.2>
Call-ID: 497e214b55d99b7928bab3353e2076bd@192.168.1.2
CSeq: 102 ACK
User-Agent: Asterisk PBX
Max-Forwards: 70
Content-Length: 0


Uiteraard zit er niet toevallig iemand op die lijn te bellen of zo, de FXO is on-hook.

Heeft iemand enig idee of de FXO inderdaad zo 'Full" is als dat ik had verwacht? Ik ben erg benieuwd naar tips.