FB 5012 + * / kein Klingelzeichen am SIP

MrMcCrash

Neuer User
Mitglied seit
6 Apr 2007
Beiträge
55
Punkte für Reaktionen
0
Punkte
0
Glück Auf!

Ich habe momentan eine etwas obskure Konstruktion am laufen, Hardware siehe Sig. Die Fritzbox steckt mit dem ext. ISDN am NTBA. Intern keine Telefone. Der Asterisk ist komplett im Originalzustand. Ich habe lediglich in der capi.conf eine MSN statt 12345678 eingetragen. Das Telefon steckt am Speedport, dieser wiederum ist per SIP als Extension 771 am * angemeldet.

Auf der Fritzbox habe ich fast alle Dienste beendet:
Code:
# ps aux
  PID  Uid     VmSize Stat Command
    1 root        132 S   init
    2 root            SW  [keventd]
    3 root            RWN [ksoftirqd_CPU0]
    4 root            SW  [kswapd]
    5 root            SW  [bdflush]
    6 root            SW  [kupdated]
    7 root            SW  [mtdblockd]
    8 root            SW  [tffsd_mtd3]
  319 root            SW  [ubik2_tx[10]]
  320 root            SW  [capitransp]
  401 root        660 S   telefon a127.0.0.1
  404 root        136 S   telnetd -l /sbin/ar7login
  418 root        100 S   /bin/run_clock -c /dev/tffs/mtd3 -d
  432 root        112 S   init
 4281 root        416 S   -sh
 4487 root        368 S   zebedee bin -f /etc/zebedee/zbd.conf
 4491 root       3892 S   asterisk -vvv
 4492 root       3892 S   asterisk -vvv
 4494 root       3892 S   asterisk -vvv
 4495 root       3892 S   asterisk -vvv
 4496 root       3892 S   asterisk -vvv
 4497 root       3892 S   asterisk -vvv
 4498 root       3892 S   asterisk -vvv
 4499 root       3892 S   asterisk -vvv
 4500 root       3892 S   asterisk -vvv
 4501 root        368 S   zebedee bin -f /etc/zebedee/zbd.conf
 4513 root        368 S   zebedee bin -f /etc/zebedee/zbd.conf
 4514 root        300 R   ps aux

Wenn ich telefon beende, geht gar nix mehr...

Mein Problem ist, das ich zwar rein und raustelefonieren kann mit dem analogen Telefon, aber nach dem Wählen kein Rufton höre.

Hab ich was vergessen zu konfigurieren?? Den Asterisk Kurs habe ich überflogen, aber ich denke, dass die Standartkonfiguration von SPB-Linux funktionieren sollte.
 
Versuche mal folgende Lösungsansätze:

1) schauen, daß der Dial-Befehl ein "r" Flag hinten angehängt hat. Dadurch wird ein "Ringtone" erzwungen. Der Nachteil ist, daß man schon ein Ringtone hört, bevor es überhaupt beim Gegenüber klingelt

2) Modul res_indications.so ( ist in der Standard-Installation m.W. nicht dabei ) bei spblinux runterladen und folgende indications.conf entsprechend nach etc kopieren:
Code:
;
; Static indications configuration files, used by
; the res_indications module.
;
; The "general" category is for certain variables. All other categories
; are interpreted as indication countries
;
; Please note that there are NOT spaces allowed in lists!
;
[general]
country=de
; [example]
; description = string
; The full name of your country, in English
; alias = iso[,iso]*
; List of other countries 2-letter iso codes, which have the same
; tone indications.
; ringcadance = num[,num]*
; List of durations the physical bell rings.
; dial = tonelist
; Set of tones to be played when one picks up the hook.
; busy = tonelist
; Set of tones played when the receiving end is busy.
; congestion = tonelist
; Set of tones played when the is some congestion (on the network?)
; callwaiting = tonelist
; Set of tones played when there is a callwaiting in the background.
; dialrecall = tonelist
; Set of tones played when there is somebody ???
; record = tonelist
; Set of tones played whenver we feel like it ???
; info = tonelist
; Set of tones played when information is to be transfered?
; every other variable will be available as a shortcut for the "PlayList" command
; but will not automaticly be used by Asterisk.
;
; The tonelist itself is defined by a sequence of elements, seperated by ,'s.
; Each element consist of a frequency (f) with a possible frequency attached
; (f1+f2) to it. Behind the frequency there is an optional duration, in
; milliseconds. If the element starts with a !, that element is NOT repeat,
; so only if all elements start with !, the tonelist is time-limited, all
; others will repeat indefinitly.
;
;In tech-talk
; tonelist = element[,element]*
; element = [!]freq[+freq2][/duration]
[de]
alias = nl
description = Germany
ringcadance = 1000,4000
; Most of these 425's can also be 450's
dial = 425
busy = 425/500,0/500
ring = 425/1000,0/4000
congestion = 425/250,0/250
; XXX I'm making up the call wait tone XXX
callwaiting = 440/300,0/10000
; XXX Assuming this is "Special Dial Tone" XXX
dialrecall = 425/500,0/50
; XXX I'm making up the record tone XXX
record = 1400/500,0/15000
info = 950/330,1400/330,1800/330,0/1000
 
Glück Auf!

Hab gerade die erste Option ausprobiert, das funktioniert soweit.

Wenn ich noch mal mehr Muse habe, werd ich das andere auch noch mal testen.

Danke erstmal!

_.-=: MFG :=-._
 
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.