<br><br><div class="gmail_quote">On Wed, Aug 24, 2011 at 3:39 AM, Per Jessen <span dir="ltr">&lt;<a href="mailto:per@computer.org">per@computer.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Per Jessen wrote:<br>
<br>
&gt;<br>
&gt;&gt; help? Obviously, different countries and carriers do things<br>
&gt;&gt; differently, but I don&#39;t pay for anything extra, no roaming, nothing.<br>
&gt;<br>
&gt; Did you mean to say you don&#39;t pay for roaming either??  Wow.  I could<br>
&gt; do with a subscription like that.  (here roaming means using your<br>
&gt; phone in another country).<br>
<br>
</div>I guess theoretically roaming is using a GSM network other than<br>
your &quot;home&quot; network, but in Europe that = roaming internationally,<br>
which is typically very pricey.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
/Per Jessen, Zürich<br>
<br></div></div></blockquote><div><br>RGR that, but cells with SIP mitigate all of that.  Also, multiple SIMs are another solution that I use.  It is extremely rare, even in the worst countries that I cannot get WiFi.  Actually the worst countries have the benefit of starting from scratch.  I was the original guy to help assess how to rebuild the infrastructure in Liberia, Sierra Leone, and Guinea for the USAID WARP project in the Manu River area of Africa in 2004 for USAID.<br>
<br>All the copper was gone to make pots and pans.  Wifi, VSAT and if lucky, a some fiber to Senegal, although Sonatel had a monopoly on all of that in Senegal.  <br><br>SIP GSM works great over VSAT with the proper tweaking.  I had great calls from an FOB in a war zone using SIP and GSM over VSAT, G729 was the worst.  VSAT is inherently lossy, jittery, and tons of dropped packets.  Perfect clarity and security was achieved using Vyatta, OpenVPN and QoS and rate limiting.  QoS is done by by the port, so OpenVPN turned SIP into what IAX was designed for, VoIP over one port.  Once callers get used to the lag, they stop talking on top of each other.  700ms ping times are pretty high.<br>
<br>There are plenty of GSM or SIM boards to accommodate physical lines.  That is how most of the NGOs I worked with setup their phone systems with the lack of SIP.  A 16 or less card to hold SIMs in place of E1s, VSAT, or any copper.<br>
<br>Check out chan_mobile too.  One of the greatest Asterisk Apps.  Besides allowing your bluetooth phone to become an extension as well as a the equivalent of an inbound and outbound trunk (depending on your needs), you can use it to send SMS and data if you have those features on your phone.  The phone is seen as a GSM modem over the Bluetooth link.  I don&#39;t use Asterisk&#39;s SMS apps, just like I don&#39;t use Asterisk&#39;s FAX app.<br>
<br>For fax, I use Hylafax and for text, I use Kannel.  These are WAY more powerful than Asterisk apps.  With Kannel, I used the Bluetooth GSM modem to send SMS from my cell.  Kannel is awesome as is HylaFAX<br><br>I used the Asteirsk System() app to call lynx with a special URL.  The URL contains all the authentication, recipient, and SMS body.  Calling that URL via System(), as I said, I like lynx, causes an SMS to be sent.  Kannel is extremely customizable.  I once had ten cell phones for for SMS modems.  My findings with t-mobile were that each phone could send an SMS once a second.  With ten, using chan_bluetooth, I could send ten SMS per second using ten phones.  Kannel is very well developed.  Chan_mobile is incredible.<br>
<br>The same is true with HylaFAX.<br><br>Thanks,<br>Steve T<br></div></div>