Re: [asterisk-users] Sound files

2018-05-09 Thread Tzafrir Cohen
CC-BY-SA-4 for new submissions? Rationale: for the CC licenses ver. 3 there are multiple variants for several countries. For CC ver. 4 there is only a single international version. -- Tzafrir Cohen +972-50-7952406 mailto:

Re: [asterisk-users] Alias for country in indications.conf

2018-04-23 Thread Tzafrir Cohen
Anyone aware of some change related to this? > I am using Asterisk 13.6.0 and have this in indications.conf: > [uk] > *alias = gb* Given that aliases don't work, you can alternatively use: ;;; [uk] description= ringcadence= ... [gb](uk) ;;; --

Re: [asterisk-users] Strange problem with PRI on 64-bit?

2018-04-04 Thread Tzafrir Cohen
/lib64/ld-linux-x86-64.so.2 (0x7f54ae2d3000) > [root@bridge05 ~]# > > So I assumed that all should be ok, otherwise the executables would fail to > run > (I initially discovered this when dahdi_cfg couldn't find libtonezone). > > Would there be a

Re: [asterisk-users] Problem with DAHDI

2018-02-15 Thread Tzafrir Cohen
eady. > > it does not seems to be normal, but I can't understand why /dev/dahdi/channel > does not exists... > I installed the Paket asterisk-dahdi, of course... If /dev/dahdi/channel itself does not exist, it means that the kernel-level support is not loaded (or not even configured).

Re: [asterisk-users] chan_oss.c: Unable to register channel type 'OSS'

2018-02-15 Thread Tzafrir Cohen
On Thu, Feb 15, 2018 at 08:38:03AM +, Luca Bertoncello wrote: > Zitat von Tzafrir Cohen : > > Hi, > > > Off-topic: any reason you don't use chan_alsa? > > This was the "Armbian installation", I didn't configured it extra... > > > Are

Re: [asterisk-users] chan_oss.c: Unable to register channel type 'OSS'

2018-02-15 Thread Tzafrir Cohen
our specific version[1] [1] https://issues.asterisk.org/jira/browse/ASTERISK-27426 , and thanks Sean Bright -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandw

Re: [asterisk-users] How to add SNMP support to packaged asterisk on Debian stretch

2018-02-11 Thread Tzafrir Cohen
oinstallable with libssl-dev needed by Asterisk and all other dependencies I don't remember how difficult it would be to work around. In the worst case, try backporting libsnmp from Buster. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.c

Re: [asterisk-users] opus from git : install questions

2018-02-06 Thread Tzafrir Cohen
talling the libraries directly ? Which patch specifically? I'm not sure I follow. > > Thanks for all the work getting opus to work on asterisk. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- ___

Re: [asterisk-users] Installation instructions for Opus are incorrect - maybe?

2018-01-28 Thread Tzafrir Cohen
(Same should go for wp8 and wp9, and av1 in the future, if you care about video) -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocatio

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Tzafrir Cohen
t. Better set a key with 'command' explicitly set in authorized_keys for this. Rlogin, rsh: seriously? Anybody still uses those? Not only are they way less secure than SSH, they are also way less conveninet than any decent SSH implementation. Anyway, as mentioned before: you should probably

Re: [asterisk-users] Can't compile Asterisk on Fedora server

2018-01-10 Thread Tzafrir Cohen
^~ When I want to bisect something, I know that if I need to go back far enough, I need ./configure --without-ssl # :-( Asterisk 13.14.0 includes basic OpenSSL 1.1.0 support. I have no idea if anybody wants to backport it. Look at the log of main/tcptls.c in branch 13 in git to see the r

Re: [asterisk-users] Can't compile Asterisk on Fedora server

2018-01-10 Thread Tzafrir Cohen
sue with kernel >= 4.13 . Now fixed in git (patch by Jean-Denis Girard). https://issues.asterisk.org/jira/browse/DAHLIN-359 An issue with kernel >= 4.15 . There is a patch there that fixes building but is not tested. Please test and report. -- Tzafrir Cohen +972-50-

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
On Wed, Dec 20, 2017 at 05:26:14PM +0200, Tzafrir Cohen wrote: > On Wed, Dec 20, 2017 at 10:20:11AM -0500, Eric Wieling wrote: > > > > That only applies to DAHDI, not Asterisk. > > > > I add exclude=*kernel* to /etc/yum.conf so the kernel doesn't get upgraded

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
s dkms and thus will automatically build as you install (install? boot to the?) new kernel. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Co

Re: [asterisk-users] asterisk and Hyper-V

2017-12-20 Thread Tzafrir Cohen
involved), is there still distortion? Consider making a conference of several local channels (Echo, Playback, and whatever), and record whatever channel. Ubuntu has a "lowlatency" kernel. Does it matter if you use that variant? -- Tzafrir Cohen +972-50-79524

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
sk needs nothing from the specific version (certainly not with respect to minor version changes). -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth a

Re: [asterisk-users] Can't install package asterisk-dbgsym on Stretch [SOLVED]

2017-12-16 Thread Tzafrir Cohen
On Fri, Dec 15, 2017 at 02:35:14PM +0100, Olivier wrote: > Hi, > > 2017-12-14 16:28 GMT+01:00 Tzafrir Cohen : > > > 2. Is correct to understand that to get DONT_OPTIMZE, BETTER_BACKTRACE > > and > > > so on options compiled in, I must recompile anyway ?

Re: [asterisk-users] Explain how to maintain a compiled from source Asterisk instance ?

2017-12-14 Thread Tzafrir Cohen
s will change their name (SONAME) if they have non backward-compatible changes. In such a case you need to rebuild. This is why there's a number after the .so . As mentioned before, you need to restart, because otherwise you still use the original version of the library. -- Tzafrir Cohe

Re: [asterisk-users] Can't install package asterisk-dbgsym on Stretch

2017-12-14 Thread Tzafrir Cohen
e-debug repos. > > 2. Is correct to understand that to get DONT_OPTIMZE, BETTER_BACKTRACE and > so on options compiled in, I must recompile anyway ? Right. DONT_OPTIMZE has a considerable performance impact. I never considered BETTER_BACKTRACE and its performance impact. Is it independe

Re: [asterisk-users] Adding custom commands to AMI

2017-11-12 Thread Tzafrir Cohen
in the Asterisk engine." > > Can anyone point me at some appropriate documentation for adding custom > commands to the AMI to extend the available actions? Generally: write your own asterisk module (in C), build and install it. -- Tzafrir Cohen +972-50-7952406

Re: [asterisk-users] How tu run runtests.py on Debian Stretch ?

2017-10-31 Thread Tzafrir Cohen
As asterisk user ? As root ? asterisk-tests-run That said, that package needs more work. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth an

Re: [asterisk-users] Dahdi get latest

2017-10-19 Thread Tzafrir Cohen
erry, > > Maybe you missed this patch: > https://issues.asterisk.org/jira/browse/DAHLIN-356 > > Or you can try my fork: > git clone -b next https://github.com/sysnux/dahdi-linux.git Thanks for the fix! As mentioned in that bug report, that patch missed a few m

Re: [asterisk-users] asterisk.conf ignored?

2017-07-02 Thread Tzafrir Cohen
risk.conf, $astetcdir is not set yet, and thus '#include relative/path' would generally not work as expected. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- __

[asterisk-users] phpagi packages

2017-06-29 Thread Tzafrir Cohen
changes in it. [1] That includes some 20 or so commits of its own, and begins with an import of the files from CVS, ignoring the history in the CVS repository. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com

Re: [asterisk-users] CentOS7: How to debug SEGV when asterisk starts with autoload=yes ?

2017-06-12 Thread Tzafrir Cohen
arts, then focus on latest enabled module. 3. strace -eopen asterisk -U asterisk -c IIRC the message that Asterisk prints for loading a module is only printed after the module is loaded, and hence you need strace. -- Tzafrir Cohe

Re: [asterisk-users] CM for menuselect choices

2017-05-07 Thread Tzafrir Cohen
I never bothered for quite some time. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the n

Re: [asterisk-users] log incoming calls without answering

2017-04-21 Thread Tzafrir Cohen
ve on to report from there. If you also need to report the total time of the call: that might be possible if the remote side reverses polarity of the channels on call start and end. Information about it is currently only reported in debug messages by c

Re: [asterisk-users] Backport of Stretch's asterisk.service file into Jessie: successful start not detected by systemd

2017-04-20 Thread Tzafrir Cohen
l status asterisk.service') to an arbitrary string. Basically just use ast_sd_notify() anywhere in the code. It becomes a no-op if there's no systemd support. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com --

Re: [asterisk-users] asterisk as non root

2017-04-19 Thread Tzafrir Cohen
asterisk running. Or whatever. Reading error messages helps. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocation Provided by http://www.api-

Re: [asterisk-users] PBX selection

2017-04-18 Thread Tzafrir Cohen
of open source is not the cost. It is the ability to tweak, and the control you retain. Right now you are new to VoIP. But that will soon change. [1] http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2017-April/019929.html --

Re: [asterisk-users] restart system from extension

2017-04-06 Thread Tzafrir Cohen
There are a host of other methods to permit unplivilidged users / processes to run do specific priviliged actions. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- __

Re: [asterisk-users] Commit dialplan & other config. in memory to disk?

2017-04-06 Thread Tzafrir Cohen
ount a writable file system at /etc/asterisk . Be sure to umount it quickly enough after the write. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandw

Re: [asterisk-users] Questions regarding asterisk-opus package in Debian Stretch repo and Opus in general

2017-03-29 Thread Tzafrir Cohen
there probably decided that whatever patent issues there are, have merit and need to be mitigated. -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and

Re: [asterisk-users] Questions regarding asterisk-opus package in Debian Stretch repo and Opus in general

2017-03-29 Thread Tzafrir Cohen
> > 3. Can you share here any personal field experience with this codec, for > home worker use case ? > Is there a better user experience with Opus than with G729 or G711 ? > > 4. Does it work on ARM boxes (Raspberry, ...) ? Should work just the same. > > > [1] https:

Re: [asterisk-users] Running asterisk as non-root

2017-03-22 Thread Tzafrir Cohen
convinved, Patches are welcomed (for the master branch). -- Tzafrir Cohen +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -

Re: [asterisk-users] How to install and configure Dahdi from Debian Stretch repo ?

2017-03-21 Thread Tzafrir Cohen
On Tue, Mar 21, 2017 at 05:18:50PM +0100, Steinwendtner wrote: > Hello Tzafrir, > > Am 2017-03-21 um 11:23 schrieb Tzafrir Cohen: > > On Tue, Mar 21, 2017 at 09:36:21AM +0100, Olivier wrote: > > > > I'm still having some questions: > > > > 1. I can&#

Re: [asterisk-users] How to install and configure Dahdi from Debian Stretch repo ?

2017-03-21 Thread Tzafrir Cohen
grep 'wctdm24xxp\+' dahdi_span_assignments list lsdahdi asterisk -rx 'pri show spans' What exactly do you consider as "status of dahdi"? > > 2. Where can Dahdi 2.11.1 Changelog file be found ? > In http://downloads.asterisk.org/pub/telephony/ ? git log

Re: [asterisk-users] Having problem getting Asterisk to work on CentOS 7

2017-03-15 Thread Tzafrir Cohen
it interacts too much with other services? I'll have to give it a shot. At least for a stand-alone Asterisk. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@

Re: [asterisk-users] Having problem getting Asterisk to work on CentOS 7

2017-03-14 Thread Tzafrir Cohen
enerally before advising that, check if this is the error: tail -f /var/log/audit/audit.log and try the command. Is there any open bug for a security policy for Asterisk? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 ma

Re: [asterisk-users] Having problem getting Asterisk to work on CentOS 7

2017-03-14 Thread Tzafrir Cohen
there). Isn't there one already included with Asterisk by now? 2. Use the option -f of strace to see the exact error message. What is error status 34 of asterisk? ERANGE? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com

Re: [asterisk-users] Having problem getting Asterisk to work on CentOS 7

2017-03-14 Thread Tzafrir Cohen
k manually. Do you do that with the proper permissions (assuming you do run Asterisk as a non-root user, as you should). Any chance asterisk does not have write permissions to the log files? Failing that, try strace. strace -p $PID_OF_ASTERISk Maybe also add -f and / or -o if there's too

Re: [asterisk-users] How to install and configure Dahdi from Debian Stretch repo ?

2017-03-14 Thread Tzafrir Cohen
On Tue, Mar 14, 2017 at 02:58:07PM +0100, Olivier wrote: > 2017-03-14 13:08 GMT+01:00 Tzafrir Cohen : > > > On Tue, Mar 14, 2017 at 11:10:57AM +0100, Olivier wrote: > > > Hello, > > > > > > After all these years installing from source, I'm giving Dahdi

Re: [asterisk-users] How to install and configure Dahdi from Debian Stretch repo ?

2017-03-14 Thread Tzafrir Cohen
> 3. How is dahdi started-stopped in Stretch ? (I can't find any > /etc/init.d/dahdi file after apt-get install asterisk-dahdi). Started: should be automatically at boot. Waht hardware device do you have? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xo

Re: [asterisk-users] Which tool to automatically restart Asterisk ?

2017-02-27 Thread Tzafrir Cohen
0.1" maxforward 10 > for 2 cycles then restart > if failed host 127.0.0.1 port 5038 with timeout 15 seconds for 2 cycles > then restart > if 5 restarts within 5 cycles then timeout Nice. Also: what happens when you run 'core stop now' from w

Re: [asterisk-users] Which tool to automatically restart Asterisk ?

2017-02-20 Thread Tzafrir Cohen
h Debian 8 and Centos 7 have systemd. Systemd gives you this type of monitoring almost for free (see previous reply). Using cron is generally not a good idea here: 1. No way to stop Asterisk when you need it. 2. If Asterisk has failed, it may take up to a minute to restart it. -- Tz

Re: [asterisk-users] compiling asterisk-14.3.0-rc2

2017-02-12 Thread Tzafrir Cohen
d the configure script fails to find , it fails. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and C

Re: [asterisk-users] compiling asterisk-14.3.0-rc2

2017-02-12 Thread Tzafrir Cohen
gt; Please run "./configure". > > make: *** [makeopts] Error 1 -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- ___

Re: [asterisk-users] Using g729 now that patents have expired

2017-02-08 Thread Tzafrir Cohen
will require a specific license due to copyright considerations). However the author is not seem willing to submit that code for inclusion into Asterisk. So if anybody wants to write a G.729 codec using that library: feel free to do so. -- Tzafrir Coh

Re: [asterisk-users] Dial() from the console?

2017-01-11 Thread Tzafrir Cohen
ote, however, that it is a different thing. It uses a specific device: the "console". That is: the speaker and microphone of the system Asterisk is running on. For that to be available you need to have one of chan_alsa, chan_console or chan_oss loaded and working.

Re: [asterisk-users] Asterisk installation script on CentOS7 with systemd [SOLVED]

2016-12-20 Thread Tzafrir Cohen
; ? > > [1] https://wiki.centos.org/HowTos/SELinux I think it should be possible. IIRC I once gave it a shot and was mildly successful, but eventually gave up due to issues related to interaction with Apache. If you do run into a problem, I wonder what it is. -- Tz

Re: [asterisk-users] Asterisk installation script on CentOS7 with systemd

2016-12-20 Thread Tzafrir Cohen
risk -vvvgF -C /etc/asterisk/asterisk.conf > ExecStop=/usr/sbin/asterisk -rx 'core stop now' I'm trying to think if this is needed. Anything wrong with just letting systemd kill asterisk and all of its child precesses? > ExecReload=/usr/sbin/asterisk -rx 'core relo

Re: [asterisk-users] how are channels numbers assigned

2016-12-13 Thread Tzafrir Cohen
is matter? The best I have so far is the README of dahdi-tools. A copy of it is in http://docs.tzafrir.org.il/dahdi-tools/ > > Asterisk is 11.7.0 > Dahdi is 2.7.0 > Ubuntu 14.04.5 LTS -- Tzafrir Cohen icq#16849755 jabber:tzaf

Re: [asterisk-users] What to do when changing from one asterisk version to another ?

2016-12-13 Thread Tzafrir Cohen
package the result in a deb instead of directly installing it, you can make sure it is completely removed upon package removal. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com --

Re: [asterisk-users] failing to start asterisk on centos7

2016-12-13 Thread Tzafrir Cohen
asterisk > -bash: /usr/sbin/asterisk: No such file or directory > [root@localhost sounds]# -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- ___

Re: [asterisk-users] Asterisk Can't start with the default configs

2016-12-07 Thread Tzafrir Cohen
s generated unconditionaly in the build and using awk, shell and make. Another note: it is installed to the astdatadir. Which is indeed by default var/lib/asterisk, but may have different values (build time or set at run time in asterisk.conf). -- Tzafrir Cohen icq#16849755

Re: [asterisk-users] Asterisk install challenge

2016-12-07 Thread Tzafrir Cohen
? df -h . Failing that: permission issues? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colo

Re: [asterisk-users] bash: asterisk: command not found

2016-12-07 Thread Tzafrir Cohen
have it installed, but you have a 64 bit binary on a 32 > bit OS. the error message is a match for this scenario. The binaries would still be in /usr/sbin . -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xo

Re: [asterisk-users] dahdi_scan

2016-11-16 Thread Tzafrir Cohen
you can see, there's no kernel module that handles this device. Any change if you run: modprobe wcte12xp #? Do you have dahdi-linux installed? Properly? If you think it is, what is the output of: lsmod | grep dahdi modinfo dahdi uname -r find /lib/modules/`uname -r` -name dahdi.ko

Re: [asterisk-users] dahdi_scan

2016-11-13 Thread Tzafrir Cohen
lspci shows the PCI device. What is the output from dahdi_hardware ? It should show if there's a module handling this device, and also which module. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.c

Re: [asterisk-users] What's the smallest, lightest Asterisk you can build? Does size even matter?

2016-11-02 Thread Tzafrir Cohen
nd build the full thing each time? Do you worry about build time? Dependencies? Will you need to often build things? If not, just build everything in (unless it involves much effort). And avoid loading modules you don't need. -- Tzafrir Cohen icq#16849755 jabb

Re: [asterisk-users] Wildcard AEX800 digium card asterisk configuration

2016-10-18 Thread Tzafrir Cohen
RED > 5 FXS > 6 FXS > 7 FXS > 8 FXS The channels were created (at the kernel level). Kernel level signalling was given to them by dahdi_cfg. However they are not in use by chan_dahdi. Maybe dahdi-channels.conf doesn't exist and this causes problems

Re: [asterisk-users] Asterisk 11.23 with libmysqlclient20 on Debian 8

2016-10-05 Thread Tzafrir Cohen
-rw-r--r-- 1 root root 4,2M ago 25 09:37 libmysqlclient.so.20.3.2 > -rw-r--r-- 1 root root 18K ago 25 09:37 libmysqlservices.a -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com --

Re: [asterisk-users] [SOLVED] Re: Feature Request: what about "core stop panic" ?

2016-09-14 Thread Tzafrir Cohen
gging, you might want to set core_pattern to something like > " /tmp/core-%e-%t". That way all core files will have a name like > "/tmp/core-asterisk-1473164587.7705". "man core" should give you more info > on constructing the file name. But looking at the

Re: [asterisk-users] [SOLVED] Re: Feature Request: what about "core stop panic" ?

2016-09-06 Thread Tzafrir Cohen
r maybe also systemd-coredump from backports). I haven't tried any of those. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com --

Re: [asterisk-users] Need ISDN call generator

2016-09-04 Thread Tzafrir Cohen
hing simple as: channels() { lsdahdi | awk '/^ /{print $1}' # | head -n whatever } for chan in `channels`; do asterisk -rx "channel originate DAHDI/$chan/something application Echo" done Alternatively, if you have a convenient way to control the number of SIP calls coming from a cer

[asterisk-users] auto_assign_spans=0 [was: Re: DAHDI on CentOS 7]

2016-08-16 Thread Tzafrir Cohen
that, and report what problems you have. Because I don't seem to have problems with my packages (on Centos 7 and Debian Jessie). -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406

Re: [asterisk-users] DAHDI Dynamic span as INT device identificator

2016-08-06 Thread Tzafrir Cohen
onfiguring existing spans. I explained there how to separte the two. This also makes it simpler to interact with span assignment. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.

Re: [asterisk-users] Asterisk 13 High CPU usage

2016-07-25 Thread Tzafrir Cohen
ied puting this all in watch: watch -n1 -d '...' or watch -n1 -d bash -c "...", but I got an error message: "sh: 1: Syntax error: "(" unexpected" (sh? shouldn't it be bash?) But at this point I have already exceeded the allocated time slot. --

Re: [asterisk-users] Asterisk 13 High CPU usage

2016-07-24 Thread Tzafrir Cohen
tput of 'core show threads'. So this could give you some clues regarding the CPU hogs you see in top. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:

Re: [asterisk-users] rasberry pi

2016-07-07 Thread Tzafrir Cohen
in practice) and you get a system slightly faster and mostly compatible with the rPi2. For such a small system, I think that even the original rPi would do. The rPi2 will certaily do. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
lect but not run 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-

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
On Tue, Jun 14, 2016 at 06:22:05PM +0200, Lenz Emilitri wrote: > 2016-06-14 17:44 GMT+02:00 Tzafrir Cohen : > > > > 1. Asterisk basically has such a script inside. > > It is - as you say - inside. This is outside and does the download for you. > > > 2. Asterisk has

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
people really want to run: - As root - A huge blob nobody can inspect - that is executable, and hence has tons of places to add nice hooks in? Learn how to use rpmbuild. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-79

Re: [asterisk-users] TDM800 just receive calls, but not make

2016-05-19 Thread Tzafrir Cohen
you a hint. There is simply no need for this '-1'. In your dialplan you need to have: Dial(DAHDI/6/${THENUMBER}) instead of: Dial(DAHDI/6-1/${THENUMBER}) -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co

Re: [asterisk-users] asterisk admin interface

2016-05-17 Thread Tzafrir Cohen
o edit the dialplan". The OP asked for an Asterisk administration interface. Right now the only proper answer given (that did not involve writing one) was FreePBX. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafr

Re: [asterisk-users] Russian and French sounds

2016-05-16 Thread Tzafrir Cohen
une Wallack Financial Contributions by: Digium, Inc. (http://www.digium.com) Unlimitel (http://www.unlimitel.ca) BGM Informatique (www.bgm.qc.ca) -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com

Re: [asterisk-users] DAHDI press button get fast busy

2016-05-16 Thread Tzafrir Cohen
you did not set a proper dialplan for them. I assume the phone is on dahdi channel 1. If so, please provide the output of: context=`asterisk -rx 'dahdi show channel 1' | awk '/Context: / {print $2}' asterisk -rx "dialplan show $context" --

Re: [asterisk-users] Proper way to start Asterisk on CentOS 7? (Carlos Chavez)

2016-05-09 Thread Tzafrir Cohen
#TTYPath=/dev/tty9 #StandardInput=tty #StandardOutput=tty #StandardError=tty # For more information on what these parameters mean see: # # http://0pointer.de/public/systemd-man/systemd.service.html # http://0pointer.de/public/systemd-man/systemd.

Re: [asterisk-users] Ubuntu 14 Warning

2016-05-03 Thread Tzafrir Cohen
nd this, you can either > run "apt-get update" and "apt-get upgrade" manually, or run "apt-get > install libsnmp-dev" manually and say "no" to the first solution and "yes" > to the second. Then run install_prereq. Could you please provide

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

2016-05-03 Thread Tzafrir Cohen
. 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:tz

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

2016-05-03 Thread Tzafrir Cohen
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...@x

Re: [asterisk-users] Debian 8.4 : dahdi startup scripts ?

2016-04-19 Thread Tzafrir Cohen
on on the BTS. > > This file is missing on my side (1:2.10.0.1-1), but asterisk seems to be > aware of the channels. Not sure how. > > Thank you for your answer, It's missing because it should not be part of dahdi (I removed it explicitly in the packaging but forgo

Re: [asterisk-users] Debian 8.4 : dahdi startup scripts ?

2016-04-13 Thread Tzafrir Cohen
RC the Asterisk package in Jessie lacks the extra script to get the configured DAHDI channels into Asterisk[2]. You may need to drop it yourself to /usr/share/dahdi/span-config.d If things still don't work, please do report it here on on the BTS. [1] http://sources.debian.ne

Re: [asterisk-users] Recommendations for free virtual server tech and Asterisk?

2016-04-10 Thread Tzafrir Cohen
han with vmware and the likes. But this is irrelevant if you run the server. There is a different issue of separation, but it is parallel to performance. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-795

Re: [asterisk-users] opus : patches for FEC and PLC useful ?

2016-04-05 Thread Tzafrir Cohen
; We'll test with the latest commits. > > BTW, it isn't included in the main because potential patent license issues. Those two patches are not on the opus code and hence this is irrelevant to them (regardless of what I personally think about the patent concerns). -

Re: [asterisk-users] Is possible to use FXO Digium card like a Fax modem?

2016-03-30 Thread Tzafrir Cohen
100P is close enough to what was originally that modem. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com --

Re: [asterisk-users] OPUS support in Asterisk 13

2016-03-27 Thread Tzafrir Cohen
On Thu, Mar 24, 2016 at 07:09:07PM +, Chirag Desai wrote: > Tzafrir, does your update support pass through only or transcoding too? "My" (actually: Meetecho's) patch includes transcoding support. As already mentioned: Asterisk already supports Opus pass-through. --

Re: [asterisk-users] OPUS support in Asterisk 13

2016-03-24 Thread Tzafrir Cohen
opus , which has rotted a bit (but took only a minor bit of tweaking). -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- __

Re: [asterisk-users] 1000 analogue lines with asterisk

2016-02-28 Thread Tzafrir Cohen
y apply to any DAHDI hardware. I'm not exactly sure how this interacts with dynamic spans and interested to hear reports, probably in a different thread) -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co..

Re: [asterisk-users] Error compiling dahdi on CentOS 7

2016-02-28 Thread Tzafrir Cohen
y > /usr/bin/install: cannot stat ‘./dahdi_hardware.8’: No such file or > directory > /usr/bin/install: cannot stat ‘./twinstar.8’: No such file or directory This one shouldl be fixed in dahdi-tools 2.11.1-rc1 . -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co..

Re: [asterisk-users] Error making dahdi linux compete 2.11.0

2016-02-17 Thread Tzafrir Cohen
On Mon, Feb 15, 2016 at 05:28:14PM +0200, Tzafrir Cohen wrote: > On Mon, Feb 15, 2016 at 02:15:58PM +, Ryan, Travis wrote: > > Getting the some errors making dahdi 2.11.0. > > > > Seems same as listed here > > http://forums.asterisk.org/viewtopic.php?f=1&t=9

Re: [asterisk-users] Error making dahdi linux compete 2.11.0

2016-02-15 Thread Tzafrir Cohen
-generated by running 'make'). -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-03 Thread Tzafrir Cohen
WORKAROUND until the configure script is adapted. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocation

Re: [asterisk-users] dahdi on systemd (CentOS 7)

2016-02-03 Thread Tzafrir Cohen
load and get initialized separately. This also means you no longer need to start DAHDI before Asterisk. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto

Re: [asterisk-users] Trying to compile DAHDI on Pidora 2014 (RPi)

2015-11-15 Thread Tzafrir Cohen
not defined [-Wundef] > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19) > ^ Something seems to be wrong with your kernel headers. Perhaps you need to install a matchig kernel-devel package. What is the output of: ls -l /lib/modules/3.12.26-1.20140808git4ab8abb.rpfr20.armv6hl.bcm27

Re: [asterisk-users] asterisk 13 systemd

2015-11-08 Thread Tzafrir Cohen
sue like you, however, I use Debian > Jessie. Speaking of those (that use the pending review for a systemd unit): https://bugs.debian.org/801629 -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.

Re: [asterisk-users] oslec echo cancellation

2015-10-22 Thread Tzafrir Cohen
On Thu, Oct 22, 2015 at 11:46:38AM -0200, Ethy H. Brito wrote: > On Thu, 22 Oct 2015 15:06:59 +0300 > Tzafrir Cohen wrote: > > > On Wed, Oct 21, 2015 at 01:33:27PM -0200, Ethy H. Brito wrote: > > > > > > Hi > > > > > > Who should i

Re: [asterisk-users] oslec echo cancellation

2015-10-22 Thread Tzafrir Cohen
o echo Do you have it available? The https://notabug.org/tzafrir/dahdi-linux-extra repository is where I maintain a copy of DAHDI with OSLEC and from it I create the OSLEC patch for the DAHDI package in Debian. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorc

Re: [asterisk-users] Xorcom T1 to PRI

2015-09-30 Thread Tzafrir Cohen
cards, lsdahdi can't tell if the port is E1 or T1 and thus calls it "PRI". Note that "PRI" here is a poor name that refers to the port type itself and not to the signalling in it (which don't have to be ISDN). Suggestions? Patches? -- Tzafrir Cohen icq#1

Re: [asterisk-users] Tdm4010p 4 port card

2015-07-12 Thread Tzafrir Cohen
sterisk -x 'dahdi show channels' -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-50-7952406 mailto:tzafrir.co...@xorcom.com http://www.xorcom.com -- _ -- Bandwidth and Colocation Provide

  1   2   3   4   5   6   7   8   9   10   >