Re: [asterisk-users] my dahdi dont'n start

2016-05-03 Thread Tzafrir Cohen
Package: dahdi-linux
Version: 1:2.10.2~dfsg-1
Severity: minor

Add support to automatic loading of the base module 'dahdi', as it is
e.g. needed for cases where DAHDI is needed for app_meetme in Asterisk
(and in such a case won't be pulled by hardware devices auto-detected).

This is a regression from the version of dahdi-linux in Wheezy.

On Tue, Apr 26, 2016 at 11:13:08AM -0500, Richard Mudgett wrote:

> Administrator TOOTAI: You must have DAHDI running when using meetme because
> DAHDI does the audio mixing for the conference.

There's no such thing as "DAHDI running". What Meetme needs is the basic
DAHDI module loaded. It also loads the built-in timer (which was
originally in a separate module: dahdi_dummy, and bfore that ztdummy).

On Debian systems, if you want a module loaded at startup, you can add
it to a file under /etc/modules-load.d . So what you need to do is:

  echo dahdi > /etc/modules-load.d/dahdi.conf

And you're done.

(Also reporting this as a bug so I will not forget it)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-05-03 Thread Mamadou NGOM

Hello,I think thati have resolved my problem after doing this message from Yves."Hello,I was faced with this problem, it is enough to placesubdirectory under ./tools installation dahdi when compiling andrun make install-config it should work.we must have :mkdir -p / etc / dahdimkdir -p /etc/modprobe.dinstall -m644 xpp / genconf_parameters / etc / dahdi / genconf_parametersinstall -m644 init.conf.sample /etc/dahdi/init.confinstall -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.confinstall -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.confmake -f ./Makefile.legacy top_srcdir =. srcdir =. configmake [1]: Entering directory '/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'install -D dahdi.init /etc/init.d/dahdi/usr/sbin/update-rc.d dahdi defaults 15 30DAHDI has-been configured."Thank you for your help.ReagrdsLe 3 mai 2016 à 09:43, Tzafrir Cohen  a écrit :On Fri, Apr 29, 2016 at 09:38:10AM +0200, Mamadou NGOM wrote:Hello, I have not resolved my problem.I renamed my dahdi file "mv dahdi.bash dahdi " in the directory /etc/init.d, but it doesn'nt work yet. the same error after the command /etc/init.d/dahdi start -bash: /etc/init.d/dahdi: /bin/sh^M: bad interpreter: No such file or directoryThis is a DOS-formatted text file. A '#!' at the beginning of the lineis handed over to the Linux kernel, which takes the rest of first line(up to the first newline character) as the interpreter of the script.This first line here is '/bin/sh\r', because this file is aDOS-formatted text file, with lines that end in '\r\n' instead of '\n'as in UNIX text files.sed -i -e 's/\r$//' /etc/init.d/dahdiAnd then again, do you really need a DAHDI init script? See my previousmessage:http://lists.digium.com/pipermail/asterisk-users/2016-April/288968.html--  Tzafrir Cohenicq#16849755 jabber:tzafrir.co...@xorcom.com+972-50-7952406 mailto:tzafrir.co...@xorcom.comhttp://www.xorcom.com-- _-- Bandwidth and Colocation Provided by http://www.api-digital.com --New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/helloasterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-05-03 Thread Tzafrir Cohen
On Fri, Apr 29, 2016 at 09:38:10AM +0200, Mamadou NGOM wrote:
>Hello,
> 
>I have not resolved my problem.I renamed my  dahdi file  "mv dahdi.bash
>dahdi " in the directory /etc/init.d, but it doesn'nt work yet.
> 
>the same error after the command  /etc/init.d/dahdi start
>-bash: /etc/init.d/dahdi: /bin/sh^M: bad interpreter: No such file or
>directory

This is a DOS-formatted text file. A '#!' at the beginning of the line
is handed over to the Linux kernel, which takes the rest of first line
(up to the first newline character) as the interpreter of the script.

This first line here is '/bin/sh\r', because this file is a
DOS-formatted text file, with lines that end in '\r\n' instead of '\n'
as in UNIX text files.

sed -i -e 's/\r$//' /etc/init.d/dahdi

And then again, do you really need a DAHDI init script? See my previous
message:

http://lists.digium.com/pipermail/asterisk-users/2016-April/288968.html

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-04-29 Thread Mamadou NGOM

Hello,It runs but  if i run these commands I wont have a good result.serveurvoix:/# dahdi_cfg -sNotice: Configuration file is /etc/dahdi/system.confline 0: Unable to open configuration file '/etc/dahdi/system.conf'1 error(s) detectedserveurvoix:/# dahdi_cfg -vDAHDI Tools Version - 2.11.1Notice: Configuration file is /etc/dahdi/system.confline 0: Unable to open configuration file '/etc/dahdi/system.conf'1 error(s) detectedserveurvoix:/#it doesn't see the file system.conf which must be created automatically during the compilation.My be i must create it manually ?Thank for your answer.Le 29 avril 2016 à 10:59, Mamadou NGOM  a écrit :Hello,It runs .I can use meetme application now.You can see the result after the command:/etc/init.d/dahdi restartUnloading DAHDI hardware modules: doneLoading DAHDI hardware modules:Running dahdi_cfg: .serveurvoix:/#It runs after doing that command "make install-config" in the folder /usr/src/asterisk/dahdi/tools.ThanksLe 29 avril 2016 à 09:31, Yves  a écrit :Hello,I was faced with this problem, it is enough to placesubdirectory under ./tools installation dahdi when compiling andrun make install-config it should work.we must have :mkdir -p / etc / dahdimkdir -p /etc/modprobe.dinstall -m644 xpp / genconf_parameters / etc / dahdi / genconf_parametersinstall -m644 init.conf.sample /etc/dahdi/init.confinstall -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.confinstall -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.confmake -f ./Makefile.legacy top_srcdir =. srcdir =. configmake [1]: Entering directory '/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'install -D dahdi.init /etc/init.d/dahdi/usr/sbin/update-rc.d dahdi defaults 15 30DAHDI has-been configured.Le 28/04/2016 16:37, A J Stiles a écrit :On Thursday 28 Apr 2016, Mamadou NGOM wrote:>> Hello,>> it doesn't work my dahdi yet .for information, i use debian 8 .>> I put the file dahdi.bash in /etc/init.d and I gave it the permission 755>> but i have the same error: bash: /etc/init.d/dahdi: No such file or>> directoryYou need to name the file just "dahdi", not "dahdi.bash"; because the command"service dahdi start" is looking for a file just called "dahdi". If you run# mv /etc/init.d/dahdi.bash /etc/init.d/dahdithen# service dahdi startshould work.You probably also need to run# update-rc.d dahdi defaultsto ensure it starts up everytime the computer is booted up.-- _-- Bandwidth and Colocation Provided by http://www.api-digital.com --New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/helloasterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52  -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-29 Thread Mamadou NGOM

Hello,It runs .I can use meetme application now.You can see the result after the command:/etc/init.d/dahdi restartUnloading DAHDI hardware modules: doneLoading DAHDI hardware modules:Running dahdi_cfg: .serveurvoix:/#It runs after doing that command "make install-config" in the folder /usr/src/asterisk/dahdi/tools.ThanksLe 29 avril 2016 à 09:31, Yves  a écrit :Hello,I was faced with this problem, it is enough to placesubdirectory under ./tools installation dahdi when compiling andrun make install-config it should work.we must have :mkdir -p / etc / dahdimkdir -p /etc/modprobe.dinstall -m644 xpp / genconf_parameters / etc / dahdi / genconf_parametersinstall -m644 init.conf.sample /etc/dahdi/init.confinstall -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.confinstall -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.confmake -f ./Makefile.legacy top_srcdir =. srcdir =. configmake [1]: Entering directory '/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'install -D dahdi.init /etc/init.d/dahdi/usr/sbin/update-rc.d dahdi defaults 15 30DAHDI has-been configured.Le 28/04/2016 16:37, A J Stiles a écrit :On Thursday 28 Apr 2016, Mamadou NGOM wrote:>> Hello,>> it doesn't work my dahdi yet .for information, i use debian 8 .>> I put the file dahdi.bash in /etc/init.d and I gave it the permission 755>> but i have the same error: bash: /etc/init.d/dahdi: No such file or>> directoryYou need to name the file just "dahdi", not "dahdi.bash"; because the command"service dahdi start" is looking for a file just called "dahdi". If you run# mv /etc/init.d/dahdi.bash /etc/init.d/dahdithen# service dahdi startshould work.You probably also need to run# update-rc.d dahdi defaultsto ensure it starts up everytime the computer is booted up.-- _-- Bandwidth and Colocation Provided by http://www.api-digital.com --New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/helloasterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-29 Thread A J Stiles
***  THIS IS NOT WHERE YOUR REPLY BELONGS  ***

On Friday 29 Apr 2016, Mamadou NGOM wrote:
> Hello,
> I have not resolved my problem.I renamed my  dahdi file  "mv dahdi.bash
> dahdi " in the directory /etc/init.d, but it doesn'nt work yet. the same
> error after the command  /etc/init.d/dahdi start
> -bash: /etc/init.d/dahdi: /bin/sh^M: bad interpreter: No such file or
> directory serveurvoix:~#
> thank for your help.
> best regards

No.  "mv dahdi.bash dahdi" was the whole command to rename the file.  The file 
needs just to be called "dahdi"  (without the speech marks)  in the folder 
"/etc/init.d"  (without the speech marks).

If you have copied the file through Windows, the line endings may have become 
corrupted  (I noticed a ^M in your error report).  If so, you should run

# hd dahdi | grep 0d

to check.  If you get any output, this indicates that Windows-style line-
endings are present.  To fix this, you can use

# mv dahdi dahdi.0
# tr -d "\015" < dahdi.0 > dahdi
# rm dahdi.0

after which sequence of commands, you should find that running

# hd dahdi | grep 0d

produces no output.  And then when you type

# service dahdi start

then you should find DAHDI starting up.  If so, then don't forget to run

# update-rc.d dahdi defaults

to ensure DAHDI gets started at bootup from next time onwards.

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-04-29 Thread Mamadou NGOM

Hello,I have not resolved my problem.I renamed my  dahdi file  "mv dahdi.bash dahdi " in the directory /etc/init.d, but it doesn'nt work yet.the same error after the command  /etc/init.d/dahdi start-bash: /etc/init.d/dahdi: /bin/sh^M: bad interpreter: No such file or directoryserveurvoix:~#thank for your help.best regards> Le 28 avril 2016 à 16:37, A J Stiles  a écrit :> > > On Thursday 28 Apr 2016, Mamadou NGOM wrote:> > Hello,> > it doesn't work my dahdi yet .for information, i use debian 8 .> > I put the file dahdi.bash in /etc/init.d and I gave it the permission 755> > but i have the same error: bash: /etc/init.d/dahdi: No such file or> > directory> > You need to name the file just "dahdi", not "dahdi.bash"; because the command > "service dahdi start" is looking for a file just called "dahdi". If you run> # mv /etc/init.d/dahdi.bash /etc/init.d/dahdi> then> # service dahdi start> should work.> > You probably also need to run> # update-rc.d dahdi defaults> to ensure it starts up everytime the computer is booted up.> > -- > AJS> > Note: Originating address only accepts e-mail from list! If replying off-> list, change address to asterisk1list at earthshod dot co dot uk .Mamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-29 Thread Yves

Hello,
I was faced with this problem, it is enough to place
subdirectory under ./tools installation dahdi when compiling and
run make install-config it should work.

we must have :
mkdir -p / etc / dahdi
mkdir -p /etc/modprobe.d
install -m644 xpp / genconf_parameters / etc / dahdi / genconf_parameters
install -m644 init.conf.sample /etc/dahdi/init.conf
install -m644 blacklist.sample /etc/modprobe.d/dahdi-blacklist.conf
install -m644 modprobe.conf.sample /etc/modprobe.d/dahdi.conf
make -f ./Makefile.legacy top_srcdir =. srcdir =. config
make [1]: Entering directory 
'/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools'

install -D dahdi.init /etc/init.d/dahdi
/usr/sbin/update-rc.d dahdi defaults 15 30
DAHDI has-been configured.

Le 28/04/2016 16:37, A J Stiles a écrit :

On Thursday 28 Apr 2016, Mamadou NGOM wrote:

Hello,
  it doesn't work my dahdi yet .for information, i use debian 8 .
I put the file dahdi.bash   in /etc/init.d and I gave it the permission 755
but i have  the same error: bash: /etc/init.d/dahdi: No such file or
directory

You need to name the file just "dahdi", not "dahdi.bash"; because the command
"service dahdi start" is looking for a file just called "dahdi".  If you run
# mv /etc/init.d/dahdi.bash /etc/init.d/dahdi
then
# service dahdi start
should work.

You probably also need to run
# update-rc.d dahdi defaults
to ensure it starts up everytime the computer is booted up.




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-04-28 Thread A J Stiles
On Thursday 28 Apr 2016, Mamadou NGOM wrote:
> Hello,
>  it doesn't work my dahdi yet .for information, i use debian 8 .
> I put the file dahdi.bash   in /etc/init.d and I gave it the permission 755
> but i have  the same error: bash: /etc/init.d/dahdi: No such file or
> directory

You need to name the file just "dahdi", not "dahdi.bash"; because the command 
"service dahdi start" is looking for a file just called "dahdi".  If you run
# mv /etc/init.d/dahdi.bash /etc/init.d/dahdi
then
# service dahdi start
should work.

You probably also need to run
# update-rc.d dahdi defaults
to ensure it starts up everytime the computer is booted up.

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-04-28 Thread Luca Bertoncello

Zitat von Mamadou NGOM :


Hello,

 it doesn't work my dahdi yet .for information, i use debian 8 .

I put the file dahdi.bash   in /etc/init.d and I gave it the permission
755 but i have  the same error:

bash: /etc/init.d/dahdi: No such file or directory


Well, if the file's name ist dahdi.bash, you cannot just start dahdi...

I suggest you to rename the file in dahdi.
In Unix you don't need an extension as in Windows.

Regards
Luca Bertoncello
(lucab...@lucabert.de)


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-28 Thread Mamadou NGOM

Hello, it doesn't work my dahdi yet .for information, i use debian 8 .I put the file dahdi.bash   in /etc/init.d and I gave it the permission 755 but i have  the same error:bash: /etc/init.d/dahdi: No such file or directoryThanks for your help.> Le 28 avril 2016 à 13:27, A J Stiles  a écrit :> > > On Thursday 28 Apr 2016, Mamadou NGOM wrote:> > Hello,> > you are right, i dont have the file dahdi on /etc/init.d.> > I should like do what ?> > thank for your answer.> > Find my earlier message and save the file I attached to it. Read it, or show > it to a competent programmer whom you trust, and satisfy yourself that it is > not going to do anything nasty. Copy it over onto your Asterisk box using > scp, mv it to /etc/init.d/dahdi and give it 755 permissions. Then try> # service dahdi start> That ought to fix it.> > > By the way: It is considered polite to place your reply *after* the thing you > are replying to, so as to maintain the natural flow of the conversation.> > -- > AJS> > Note: Originating address only accepts e-mail from list! If replying off-> list, change address to asterisk1list at earthshod dot co dot uk .Mamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread Mamadou NGOM

I am using the asterisk 13(the last version).So can i use confbride instead of meetme.Thank youLe 26 avril 2016 à 18:26, cov...@ccs.covici.com a écrit :Richard Mudgett  wrote:On Tue, Apr 26, 2016 at 11:07 AM, Administrator TOOTAI wrote:Le 26/04/2016 17:23, Mamadou NGOM a écrit :>> Hello,>> Having installed DAHDI to be able to use the meetme() application , when>> I start the dahdi service it generates me the following error: -bash: /etc/init.d/dahdi: No such file or directory>>Clear, the file dahdi is not existing. Did you copy it?BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on yourasterisk version, meetme is replaced by ConfBridgeAdministrator TOOTAI: You must have DAHDI running when using meetme becauseDAHDI does the audio mixing for the conference.Meetme is deprecated and replaced by ConfBridge on all currently supportedAsteriskversions.Except that confbridge lacks some features that meetme has -- I wishthis were not so.-- Your life is like a penny. You're going to lose it. The question is:How doyou spend it? John Covici cov...@ccs.covici.com-- _-- Bandwidth and Colocation Provided by http://www.api-digital.com --New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/helloasterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users> http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread Mamadou NGOM

I use the asterisk 13.Le 26 avril 2016 à 18:07, Administrator TOOTAI  a écrit :Le 26/04/2016 17:23, Mamadou NGOM a écrit :Hello,Having installed DAHDI to be able to use the meetme() application , whenI start the dahdi service it generates me the following error:-bash: /etc/init.d/dahdi: No such file or directoryClear, the file dahdi is not existing. Did you copy it?BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your asterisk version, meetme is replaced by ConfBridge[...]-- Daniel-- _-- Bandwidth and Colocation Provided by http://www.api-digital.com --New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/helloasterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-usersMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread covici
Richard Mudgett  wrote:

> On Tue, Apr 26, 2016 at 11:07 AM, Administrator TOOTAI 
> wrote:
> 
> > Le 26/04/2016 17:23, Mamadou NGOM a écrit :
> >
> >> Hello,
> >>
> >>
> >> Having installed DAHDI to be able to use the meetme() application , when
> >> I start the dahdi service it generates me the following error:
> >>
> >> -bash: /etc/init.d/dahdi: No such file or directory
> >>
> >
> > Clear, the file dahdi is not existing. Did you copy it?
> >
> > BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your
> > asterisk version, meetme is replaced by ConfBridge
> >
> 
> Administrator TOOTAI: You must have DAHDI running when using meetme because
> DAHDI does the audio mixing for the conference.
> 
> Meetme is deprecated and replaced by ConfBridge on all currently supported
> Asterisk
> versions.
> 

Except that confbridge lacks some features that meetme has -- I wish
this were not so.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread Richard Mudgett
On Tue, Apr 26, 2016 at 11:07 AM, Administrator TOOTAI 
wrote:

> Le 26/04/2016 17:23, Mamadou NGOM a écrit :
>
>> Hello,
>>
>>
>> Having installed DAHDI to be able to use the meetme() application , when
>> I start the dahdi service it generates me the following error:
>>
>> -bash: /etc/init.d/dahdi: No such file or directory
>>
>
> Clear, the file dahdi is not existing. Did you copy it?
>
> BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your
> asterisk version, meetme is replaced by ConfBridge
>

Administrator TOOTAI: You must have DAHDI running when using meetme because
DAHDI does the audio mixing for the conference.

Meetme is deprecated and replaced by ConfBridge on all currently supported
Asterisk
versions.

Richard
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread Administrator TOOTAI

Le 26/04/2016 17:23, Mamadou NGOM a écrit :

Hello,


Having installed DAHDI to be able to use the meetme() application , when
I start the dahdi service it generates me the following error:

-bash: /etc/init.d/dahdi: No such file or directory


Clear, the file dahdi is not existing. Did you copy it?

BTW, you shouldn't need dahdi to run meetme. BTW #2, depending on your 
asterisk version, meetme is replaced by ConfBridge


[...]

--
Daniel

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] my dahdi dont'n start

2016-04-26 Thread A J Stiles
On Tuesday 26 Apr 2016, Mamadou NGOM wrote:
> Hello,
> 
> Having installed DAHDI to be able to use the meetme() application , when I
> start the dahdi service it generates me the following error: -bash:
> /etc/init.d/dahdi: No such file or directory
> I need help please.

You are using a distribution that needs an  (old-style)  initscript to start 
dahdi, but don't appear to have the initscript present.

When you type something like
# service foo start
what happens is dependent on what kind of startup system you are using.  With 
"old-fashioned" initscripts, the computer looks in /etc/init.d for a file 
called "foo" and then tries to execute that file with the parameter(s) you 
supplied  (here "start").  Since there is no file called /etc/init.d/dahdi on 
your machine, then the command is failing.

For your convenience, I've attached the relevant initscript from an older 
DAHDI version  (2.6.1)  but it probably should work OK with yours.  Save it as
/etc/init.d/dahdi
and then run
# chmod 755 /etc/init.d/dahdi
so any user can read and execute it, but only root can write it.

Then it should work.

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .


dahdi
Description: application/shellscript
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] my dahdi dont'n start

2016-04-26 Thread Mamadou NGOM

Hello,Having installed DAHDI to be able to use the meetme() application , when I start the dahdi service it generates me the following error:-bash: /etc/init.d/dahdi: No such file or directoryI need help please.ThanksMamadou NGOMIngénieur Télécommunications & RéseauxMobile: 06 72 45 23 03Skype: Mamadou NumericapNumeriCap – SAS au capital de 30.000,00€ - RCS de Toulon N° 530188432 – TVA FR 485301188432 – APE6110Z - ARCEP N°13/0015. siège social : « le Galaxie C » 526 avenue Maréchal de Lattre de Tassigny 83000 Toulon. mail: fina...@numericap.comCentre d’exploitation : « Résidence les Coquières » 11 avenue Joseph Fallen - 13400 Aubagne – Tel :04.42.73.88.52 
 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users