Difference between revisions of "Raspberry Pi"
From MyWiki
Line 1: | Line 1: | ||
[[ Slideshow stuff ]] Some command line examples and links to create a slideshow.<br> | [[ Slideshow stuff ]] Some command line examples and links to create a slideshow.<br> | ||
+ | [[ Creating an Asterisk exchange with 3G dongle ]] Configuration details and notes for dongle 3G network configuration.<br> | ||
'''Script to connect dongle'''<br> | '''Script to connect dongle'''<br> | ||
''./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''' | ''./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''' |
Revision as of 10:31, 3 March 2015
Slideshow stuff Some command line examples and links to create a slideshow.
Creating an Asterisk exchange with 3G dongle Configuration details and notes for dongle 3G network configuration.
Script to connect dongle
./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'