vxi_installation_guide:raspbx:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vxi_installation_guide:raspbx:start [2015/05/16 14:29] – [FreePBX Upgrade] borjavxi_installation_guide:raspbx:start [2017/07/31 16:17] (current) – ↷ Links adapted because of a move operation javier
Line 1: Line 1:
 ====== RaspPBX ====== ====== RaspPBX ======
  
-[[:vxi_installation_guide:start|Home]] >+[[vxi_installation_guide:start|Home]] >
  
 {{:vxi_installation_guide:raspbx:raspberrypi_logo.png|RaspberryPI}} {{:vxi_installation_guide:raspbx:raspberrypi_logo.png|RaspberryPI}}
Line 70: Line 70:
  
 ===== Dongle Install ===== ===== Dongle Install =====
 +
 +<code>
 +root@raspbx:~# apt-get install lsusb
 +</code>
 +
 +For the Modem model HUAWEI 1550 :
 +
 +<code>
 +root@raspbx:~# usb_modeswitch -v 0x12d1 -p 0x1446 -V 0x12d1 -P 0x140c -m 0x01 -M "55534243123456780000000000000011060000000000000000000000000000"
 +</code>
  
 <code> <code>
Line 111: Line 121:
 Get:1 http://archive.raspbian.org/raspbian/ jessie/main libusb-1.0-0 armhf 2:1.0.19-1 [42.4 kB] Get:1 http://archive.raspbian.org/raspbian/ jessie/main libusb-1.0-0 armhf 2:1.0.19-1 [42.4 kB]
 ... ...
 +Setting up asterisk11-chandongle (1.1-34) ...
 +Setting up usb-modeswitch-data (20150115-1) ...
 +Setting up usb-modeswitch (2.2.0+repack0-2) ...
 +Processing triggers for libc-bin (2.19-18) ...
 +Saving previous contents of /etc/asterisk/extensions_custom.conf to /etc/asterisk/extensions_custom.conf.orig
 +Storing received SMS in /var/log/asterisk/sms.txt
  
 +Would you like to install a webpage for sending SMS with
 +chan_dongle? (http://raspbx/sms/) [y/N]
 +
 +Please wait...
 +
 +
 +STOPPING ASTERISK
 +Waiting for Asterisk to Stop Gracefully...
 +
 +Asterisk Stopped
 +
 +SETTING FILE PERMISSIONS...............Done
 +Removing any dangling symlinks
 +Dangling symlinks removed
 +
 +STARTING ASTERISK
 +Asterisk Started
 +Your configuration has been saved successfully to these files:
 +/etc/asterisk/dongle.conf
 </code> </code>
  
 +
 +To be able to lunch Asterisk without time (without internet, because the time is got from the net), just edit the script /usr/local/sbin/amportal_delayed and uncomment these lines:
 +
 +<code>
 +#while [ `/bin/date +%s` -lt $MIN_START_TIME ]
 +#do
 +#  sleep 10
 +#done
 +</code>
  
  • vxi_installation_guide/raspbx/start.1431786589.txt.gz
  • Last modified: 2017/07/28 22:29
  • (external edit)