Difference between revisions of "Creating an Asterisk exchange with 3G dongle"
From MyWiki
Line 3: | Line 3: | ||
'''Install asterisk manually ie, not using raspbx !''' http://www.klaverstyn.com.au/david/wiki/index.php?title=Asterisk_for_Raspberry_Pi_on_Raspbian <br> | '''Install asterisk manually ie, not using raspbx !''' http://www.klaverstyn.com.au/david/wiki/index.php?title=Asterisk_for_Raspberry_Pi_on_Raspbian <br> | ||
* Set a static IP address. | * Set a static IP address. | ||
− | * Possibly | + | * Possibly set alias : alias ll="ls -la --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\"" |
http://sourceforge.net/projects/pbxinaflash/files/IncrediblePi-1.x-Debian-6/ ????What is this????? <br> | http://sourceforge.net/projects/pbxinaflash/files/IncrediblePi-1.x-Debian-6/ ????What is this????? <br> |
Revision as of 17:44, 3 March 2015
Script to connect dongle ( Huwaei E160 )
./sakis3g connect --console APN='CUSTOM_APN' USBINTERFACE='3' USBMODEM='12d1:1003' OTHER='USBMODEM' MODEM='OTHER' CUSTOM_APN='giffgaff.com' APN_USER='giffgaff' APN_PASS='password'
Install asterisk manually ie, not using raspbx ! http://www.klaverstyn.com.au/david/wiki/index.php?title=Asterisk_for_Raspberry_Pi_on_Raspbian
- Set a static IP address.
- Possibly set alias : alias ll="ls -la --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\""
http://sourceforge.net/projects/pbxinaflash/files/IncrediblePi-1.x-Debian-6/ ????What is this?????