Uncompress uElastix (elastix_arm) tarball file. The files "BOOT.tar.gz" and "rootfs.tar.gz" will be obtained.
3
Step 3
Use any partitioning tool to create two partitions in the SD card. The first partition must be FAT type and its size of at least 16 MB. The second partition must be EXT3 type and its size of at least 3 GB. Example (supposing 'sdd' was asigned as the device for the SD card):
[root@elx elastix-image]# fdisk -l /dev/sdd
Disk /dev/sdd: 3965 MB, 3965190144 bytes 122 heads, 62 sectors/track, 1023 cylinders, total 7744512 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xd048a4cb
Device Boot Start End Blocks Id System /dev/sdd1 2048 67583 32768 e W95 FAT16 (LBA) /dev/sdd2 67584 7744511 3838464 83 Linux
Note: When running fdisk in the partitioning process is recommended to set the type of the first partition with the option "t" and "e" for W95 FAT16 (LBA) (The option l will display a complete list). After this the process should be saved.
a. How to add built-in GSM module of Orange Pi 2g IoT board in asterisk, so that A GSM trunk call/text can be transferred on SIP extension. I know chan-dongle, but asterisk is not detecting GSM module. I ahve tried different versions of asterisk.
Hi,
I am making Asterisk PBX over Orange Pi - 2g IoT, using standard Ubuntu Server 16.4 available on Orange-Pi website (http://www.orangepi.org/downloadresources/orangepi2G-IoT/orangepi2G-IoT_b0408713aa11652927416.html). Everything is working fine, but I am stuck on two issues,
a. How to add built-in GSM module of Orange Pi 2g IoT board in asterisk, so that A GSM trunk call/text can be transferred on SIP extension. I know chan-dongle, but asterisk is not detecting GSM module. I ahve tried different versions of asterisk.
b. How to change IMEI of Orange Pi 2g IoT
Looking for solutions
Regards