Comment choisir l'installation "standard" de centos5.5?
Peut-être que c'est ça qui bug?
Version imprimable
Comment choisir l'installation "standard" de centos5.5?
Peut-être que c'est ça qui bug?
Je te rassure je n'ai pas tout installer à l'aveuglette^^
j'ai installé ce qui me semblait utile pour mon utilisation
Je vais réinstaller et je te tien au courant ok?
Merci
Re-Bonsoir,
j'ai tout réinstallé, cette fois-ci je pense que asterisk est bien installé car jai bien la console "asterisk -vvvr"
J'ai modifié mes fichiers chan_dahdi.conf, dahdi_channel.conf,extension.conf et regénéré mon system.conf par le script dahdi_genconf, mais toujours pas de tonalité, mes ports sont bien vert pourtant, j'ai bien le courant qui passe,il manque la tonalité :frown:
Je vous rappelle ma carte:
Port 1-2-3 en FXS donc un signalling=fxo_ks
Port4 en FXO donc signalling=fxs_ks
je vous montre mes fichiers de config, j'éspére trouvé de l'aide sur la tonalité,merci beaucoup d'avançe:
system.conf
chan_dahdi.confCode:# Autogenerated by /usr/sbin/dahdi_genconf on Mon Mar 14 23:37:34 2011
# If you edit this file and execute /usr/sbin/dahdi_genconf again,
# your manual changes will be LOST.
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: WCTDM/0 "Wildcard TDM410P Board 1" (MASTER)
fxoks=1
echocanceller=mg2,1
fxoks=2
echocanceller=mg2,2
fxoks=3
echocanceller=mg2,3
fxsks=4
echocanceller=mg2,4
# Global data
loadzone = fr
defaultzone = fr
dahdi_channel.confCode:;
; DAHDI telephony
;
; Configuration file
[trunkgroups]
[channels]
language=fr
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
;echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
;FXS Modules
signalling=fxo_ks
context=internal
channel=1
;FXS Modules
signalling=fxo_ks
context=internal
channel=2
;FXS Modules
signalling=fxo_ks
context=internal
channel=3
;FXO Module
signalling=fxs_ks
echocancel=yes
context=incoming
channel=4
;Include setup-pstn configs
#include dahdi-channels.conf
group=1
;Include PBXconfig configs
#include chan_dahdi_additional.conf
Code:; Autogenerated by /usr/sbin/dahdi_genconf on Mon Mar 14 23:37:35 2011
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;
; Span 1: WCTDM/0 "Wildcard TDM410P Board 1" (MASTER)
;;; line="1 WCTDM/0/0 FXOKS"
signalling=fxo_ks
callerid="Channel 1" <4001>
mailbox=4001
group=5
context=from-internal
channel => 1
callerid=
mailbox=
group=
context=default
;;; line="2 WCTDM/0/1 FXOKS"
signalling=fxo_ks
callerid="Channel 2" <4002>
mailbox=4002
group=5
context=from-internal
channel => 2
callerid=
mailbox=
group=
context=default
;;; line="3 WCTDM/0/2 FXOKS"
signalling=fxo_ks
callerid="Channel 3" <4003>
mailbox=4003
group=5
context=from-internal
channel => 3
callerid=
mailbox=
group=
context=default
;;; line="4 WCTDM/0/3 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-incoming
channel => 4
callerid=
group=
context=default
Je suis perdu...Code:[internal]
exten => 500,1,dial(DAHDI/1)
exten => 500,2,Echo()
exten => 500,3,Hangup()
exten => 501,1,dial(DAHDI/2)
exten => 501,2,Echo()
exten => 501,3,Hangup()
exten => 502,1,dial(DAHDI/3)
exten => 502,2,Echo()
exten => 502,3,Hangup()
[phones]
include => internal
Merci d'avançe:ouimaitre:
Pour l'installation j'ai installé seulement l'essentiel, sans aucune partie en bleue,
le # Channel Drivers > chan_nbs m'interpèle...
je voulais testé si c'était ça le pb
pushd /usr/src -> OK
svn co http://svn.digium.com/svn/nbs/trunk nbs-trunk -> bash: svn: command not found
Merci
Vous n'avez pas besoin de chan_nbs, ça n'est pas ça le problème.
L'erreur svn vient du package subversion qu'il faut installer (lui aussi est "en bleu")
Essayez de comprendre ce que vous faites, la signification de chaque ligne, tout ne peut pas être couvert pas des tutoriaux.
Lors d'un reload, y'a-t-il dans la CLI des notice/warning/error concernant Dahdi ?
Et dans le syslog, que voyez-vous lors du stop/start de Dahdi ?
Enlevez aussi cette ligne si le fichier correspondant n'existe pas:
#include chan_dahdi_additional.conf