Difference between revisions of "Creating an Asterisk exchange with 3G dongle"
From MyWiki
(Created page with "'''Script to connect dongle'''<br> ''./sakis3g connect --console APN='CUSTOM_APN' USBINTERFACE='3' USBMODEM='12d1:1003' OTHER='USBMODEM' MODEM='OTHER' CUSTOM_APN='giffgaff....") |
|||
Line 1: | Line 1: | ||
'''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'''<br> | |
+ | http://www.klaverstyn.com.au/david/wiki/index.php?title=Asterisk_for_Raspberry_Pi_on_Raspbian Install asterisk manually ie not using raspbx !<br> |
Revision as of 12:11, 3 March 2015
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'
http://www.klaverstyn.com.au/david/wiki/index.php?title=Asterisk_for_Raspberry_Pi_on_Raspbian Install asterisk manually ie not using raspbx !