I have one thin client that uses a call file to run a routiner for some
electromechanical equipment. It is written in php and uses a call file.
No special changes were made to the code to run under Astlinux vs. asterisk on
CentOS
Can't say if it is "proper" but does work and work well.
It is in a museum environment, and is started when the docent takes a phone off
hook. The routiner then places calls to several pieces of equipment defined in
a config file and the visitors can hear and see the operation.
The TC is also part of the Collectors Network, though the routiner is not
accessible to external callers.
Somewhat off the beaten track, but a demonstration of the tremendous flexible
nature of AstLinux
John Novack
Lonnie Abelbeck wrote:
On Jun 26, 2015, at 8:43 AM, Michael Keuter <li...@mksolutions.info> wrote:
Am 26.06.2015 um 14:52 schrieb Stefan Ulm <s....@divus.biz>:
Hi all
I'm trying to setup automated calls, but when I copy my call files into
/var/spool/asterisk/outgoing" I get always the error
cp: write error: No space left on device
Is there any trick to copy (a remount rw cmd for example or must the file have
special ownership/permission actually 777 and owned by root:root)?
Best regards
Stefan Ulm
Technical Department | Research & Development
stefan....@divus.eu
No idea how this is related to "phone provisioning" (thread title).
But here is are some hints:
http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out
1) "/var/spool/asterisk/" is located on a tmpfs in AstLinux
2) You should MOVE the file not copy it. Best is to copy the file to
"/var/spool/asterisk/tmp/" and then MOVE it to "/var/spool/asterisk/outgoing/".
Michael
+1 what Michael said.
The /var tmpfs mount defaults to a 10 MB maximum size
pbx ~ # df -h /var/spool/asterisk/outgoing/
Filesystem Size Used Available Use% Mounted on
none 9.8M 492.0K 9.3M 5% /var
Please don't tell me you have over 9 MB of call files...
Lonnie
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.
--
Dog is my Co-pilot
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.