To install the GuruPlug you need:
– JTAG Board
– TFTP server
– Linux Box connected to JTAG via USB (I’ve used Debian 8).
Connect the UART port to the GuruPlug and the JTAG board to your Linux computer.
Continue reading
To install the GuruPlug you need:
– JTAG Board
– TFTP server
– Linux Box connected to JTAG via USB (I’ve used Debian 8).
Connect the UART port to the GuruPlug and the JTAG board to your Linux computer.
Continue reading
After upgrading to Asterisk/FreePbx 12 happenz the next error
PHP Warning: session_start(): open(/var/lib/php/session/ failed.... Permission denied (13) in /var/www/html/admin/config.php on line 68
Praticaly when you login to freepbx web interface, and select any item in the menu, you will return to login page !
To solve
chown -R asterisk:asterisk /var/lib/php/session
Fax in Voip Env….. Joy and pain….
In this post I’ll show how to configure Asterisk 13/FreePbx 12 to use T.38 Fax capabilities to receive fax using SpanDSP (FFA not work in Asterisk 13….).
IMHO when possible is better configure Asterisk Fax system to use T.38 when possible instead alaw or other codec.
To transmit fax you can see my post.
Asterisk Mail2Fax using FFA in poor man style ! (linkografia)
To install and configure SpanDSP you can read my post
Add Fax capabilities in Asterisk >=13 (linkografia) Continue reading
La richiesta è semplice, ma la risposta è un pò più complessa e articolata. Desidero creare una mail dalla mia app Xamarin Forms.
Con il termine “creare una mail” si può intendere una delle due cose nel seguito.
1) Spedire direttamente dalla nostra fantastica app la mail stessa, contattando sempre dal nostro fantastico codice direttamente un server smtp etc, etc….
2) Creare una nuova mail usando il client di posta predefinito e questa viene visualizzata di fronte alla nostra app per poter essere completata e quindi spedita.
Curiosamente implementare il punto 1 sembra più semplice: è più rognoso eseguire correttamente il punto 2, poichè ci sono cose che nessuno scrive o dice esplicitamente.
Qui tratterò solo quanto in punto 2 !
Continue reading