Re: [asterisk-users] question about zapata.conf

2013-03-26 Thread Tzafrir Cohen
On Mon, Mar 25, 2013 at 03:15:24PM +, Salaheddine Elharit wrote:
 thank you so much
 
 fo the upgrade from zptel to dahdi, if there is any possibility to upgrade
 to dahdi without impacting my installation of asterisk and other
 application already installed in my server.
 
 if you can tell how to upgrade using dahdi drivers

Asterisk 1.4 is at build time set to use either DAHDI or Zaptel (but not
both). (try: 'strings /usr/sbin/asterisk | grep /dev'). So you'll have
to at least rebuild Asterisk vs. DAHDI.

Asterisk of older versions does not support DAHDI at all.

You should also note that even the branch 1.4.x is no longer actively
supported, and this would be a good time to upgrade.

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

--
_
-- 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] question about zapata.conf

2013-03-26 Thread Tzafrir Cohen
On Mon, Mar 25, 2013 at 10:44:47AM +, Salaheddine Elharit wrote:
 hello list,
 
 i have a question related to zapata.conf,if i do any change in zapata.conf
 i must restart asterisk or just i restart zapata ,and how to do .
 
 “service zaptel restart” or there is any other command

/etc/asterisk/zapata.conf is a configuration ifle of Asterisk's
chan_zap.so alone. So changes to it would generally require no more than
restart of Asterisk. The simpler of them would be applied with a simple
reload (or 'reload chan_zap.so' as you mention).

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

--
_
-- 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] question about zapata.conf

2013-03-26 Thread Salaheddine Elharit
ok thanks for your help and support i really appreciated

2013/3/26 Tzafrir Cohen tzafrir.co...@xorcom.com

 On Mon, Mar 25, 2013 at 10:44:47AM +, Salaheddine Elharit wrote:
  hello list,
 
  i have a question related to zapata.conf,if i do any change in
 zapata.conf
  i must restart asterisk or just i restart zapata ,and how to do .
 
  “service zaptel restart” or there is any other command

 /etc/asterisk/zapata.conf is a configuration ifle of Asterisk's
 chan_zap.so alone. So changes to it would generally require no more than
 restart of Asterisk. The simpler of them would be applied with a simple
 reload (or 'reload chan_zap.so' as you mention).

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

 --
 _
 -- 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

--
_
-- 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] question about zapata.conf

2013-03-25 Thread Salaheddine Elharit
hello list,

i have a question related to zapata.conf,if i do any change in zapata.conf
i must restart asterisk or just i restart zapata ,and how to do .

“service zaptel restart” or there is any other command

Thanks and regards
--
_
-- 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] question about zapata.conf

2013-03-25 Thread Yves A.

it depends a little bit on the driver and asterisk version...
the safest way to become changes applied is to stop asterisk, reload the 
driver and than start asterisk again.


regards,
yves

btw..:
zaptel ist outdated... you should definitely upgrade using dahdi drivers...


Am 25.03.2013 11:44, schrieb Salaheddine Elharit:

hello list,

i have a question related to zapata.conf,if i do any change in 
zapata.conf i must restart asterisk or just i restart zapata ,and how 
to do .


service zaptel restart or there is any other command

Thanks and regards



--
_
-- 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


--
_
-- 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] question about zapata.conf

2013-03-25 Thread Salaheddine Elharit
i use asterisk 1.4, how i can do to reload dirver

1.service asterisk stop
2 CLI reload chan_zap.so
3 service asterisk start
 that is right or i miss something ?




2013/3/25 Yves A. yves...@gmx.de

  it depends a little bit on the driver and asterisk version...
 the safest way to become changes applied is to stop asterisk, reload the
 driver and than start asterisk again.

 regards,
 yves

 btw..:
 zaptel ist outdated... you should definitely upgrade using dahdi drivers...


 Am 25.03.2013 11:44, schrieb Salaheddine Elharit:

  hello list,

  i have a question related to zapata.conf,if i do any change in
 zapata.conf i must restart asterisk or just i restart zapata ,and how to do
 .

  “service zaptel restart” or there is any other command

  Thanks and regards



 --
 _
 -- 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



 --
 _
 -- 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

--
_
-- 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] question about zapata.conf

2013-03-25 Thread Eric Wieling
Service asterisk stop
Service zaptel restart
Service asterisk start

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine 
Elharit
Sent: Monday, March 25, 2013 11:04 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] question about zapata.conf

i use asterisk 1.4, how i can do to reload dirver 

1.service asterisk stop
2 CLI reload chan_zap.so 
3 service asterisk start
 that is right or i miss something ?





2013/3/25 Yves A. yves...@gmx.de


it depends a little bit on the driver and asterisk version...
the safest way to become changes applied is to stop asterisk, reload 
the driver and than start asterisk again.

regards,
yves

btw..:
zaptel ist outdated... you should definitely upgrade using dahdi 
drivers...


Am 25.03.2013 11:44, schrieb Salaheddine Elharit:


hello list,

i have a question related to zapata.conf,if i do any change in 
zapata.conf i must restart asterisk or just i restart zapata ,and how to do .

service zaptel restart or there is any other command 

Thanks and regards 


 


--

_
-- 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



--
_
-- 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




--
_
-- 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] question about zapata.conf

2013-03-25 Thread Salaheddine Elharit
thank you so much

fo the upgrade from zptel to dahdi, if there is any possibility to upgrade
to dahdi without impacting my installation of asterisk and other
application already installed in my server.

if you can tell how to upgrade using dahdi drivers

thanks and best regards


2013/3/25 Eric Wieling ewiel...@nyigc.com

 Service asterisk stop
 Service zaptel restart
 Service asterisk start

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine Elharit
 Sent: Monday, March 25, 2013 11:04 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] question about zapata.conf

 i use asterisk 1.4, how i can do to reload dirver

 1.service asterisk stop
 2 CLI reload chan_zap.so
 3 service asterisk start
  that is right or i miss something ?





 2013/3/25 Yves A. yves...@gmx.de


 it depends a little bit on the driver and asterisk version...
 the safest way to become changes applied is to stop asterisk,
 reload the driver and than start asterisk again.

 regards,
 yves

 btw..:
 zaptel ist outdated... you should definitely upgrade using dahdi
 drivers...


 Am 25.03.2013 11:44, schrieb Salaheddine Elharit:


 hello list,

 i have a question related to zapata.conf,if i do any
 change in zapata.conf i must restart asterisk or just i restart zapata ,and
 how to do .

 service zaptel restart or there is any other command

 Thanks and regards





 --

 _
 -- 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



 --

 _
 -- 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




 --
 _
 -- 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

--
_
-- 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] question about zapata.conf

2013-03-25 Thread Yves A.

hi,
migrating from zaptel to dahdi HAS an impact... new config files, new 
options and a new channeldriver that has to be
used in your dialplan ... you would have to select the DAHDI channel 
instead of your ZAP channel when dialing...
if you´re to afraid to do it... then leave it as it is and follow the 
ntars-maxime (never touch a running system)...

regards,
yves

Am 25.03.2013 16:15, schrieb Salaheddine Elharit:

thank you so much

fo the upgrade from zptel to dahdi, if there is any possibility to 
upgrade to dahdi without impacting my installation of asterisk and 
other application already installed in my server.


if you can tell how to upgrade using dahdi drivers

thanks and best regards


2013/3/25 Eric Wieling ewiel...@nyigc.com mailto:ewiel...@nyigc.com

Service asterisk stop
Service zaptel restart
Service asterisk start

-Original Message-
From: asterisk-users-boun...@lists.digium.com
mailto:asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com
mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
Salaheddine Elharit
Sent: Monday, March 25, 2013 11:04 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] question about zapata.conf

i use asterisk 1.4, how i can do to reload dirver

1.service asterisk stop
2 CLI reload chan_zap.so
3 service asterisk start
 that is right or i miss something ?





2013/3/25 Yves A. yves...@gmx.de mailto:yves...@gmx.de


it depends a little bit on the driver and asterisk version...
the safest way to become changes applied is to stop
asterisk, reload the driver and than start asterisk again.

regards,
yves

btw..:
zaptel ist outdated... you should definitely upgrade using
dahdi drivers...


Am 25.03.2013 11:44, schrieb Salaheddine Elharit:


hello list,

i have a question related to zapata.conf,if i do
any change in zapata.conf i must restart asterisk or just i
restart zapata ,and how to do .

service zaptel restart or there is any other command

Thanks and regards





--
_
-- 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



--
_
-- 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




--
_
-- 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




--
_
-- 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


--
_
-- 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] question about zapata.conf

2013-03-25 Thread Salaheddine Elharit
ok thank you so much for your help and support

2013/3/25 Yves A. yves...@gmx.de

  hi,
 migrating from zaptel to dahdi HAS an impact... new config files, new
 options and a new channeldriver that has to be
 used in your dialplan ... you would have to select the DAHDI channel
 instead of your ZAP channel when dialing...
 if you´re to afraid to do it... then leave it as it is and follow the
 ntars-maxime (never touch a running system)...
 regards,
 yves

 Am 25.03.2013 16:15, schrieb Salaheddine Elharit:

  thank you so much

  fo the upgrade from zptel to dahdi, if there is any possibility to
 upgrade to dahdi without impacting my installation of asterisk and other
 application already installed in my server.

  if you can tell how to upgrade using dahdi drivers

  thanks and best regards


 2013/3/25 Eric Wieling ewiel...@nyigc.com

 Service asterisk stop
 Service zaptel restart
 Service asterisk start

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine Elharit
 Sent: Monday, March 25, 2013 11:04 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] question about zapata.conf

 i use asterisk 1.4, how i can do to reload dirver

 1.service asterisk stop
 2 CLI reload chan_zap.so
 3 service asterisk start
  that is right or i miss something ?





 2013/3/25 Yves A. yves...@gmx.de


 it depends a little bit on the driver and asterisk version...
 the safest way to become changes applied is to stop asterisk,
 reload the driver and than start asterisk again.

 regards,
 yves

 btw..:
 zaptel ist outdated... you should definitely upgrade using dahdi
 drivers...


 Am 25.03.2013 11:44, schrieb Salaheddine Elharit:


 hello list,

 i have a question related to zapata.conf,if i do any
 change in zapata.conf i must restart asterisk or just i restart zapata ,and
 how to do .

 service zaptel restart or there is any other command

 Thanks and regards





 --

 _
 -- 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



 --

 _
 -- 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




 --
 _
 -- 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




 --
 _
 -- 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



 --
 _
 -- 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

--
_
-- 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