[erlang-questions] Calling my computer from my cell
CGS
cgsmcmlxxv@REDACTED
Wed Nov 2 08:38:45 CET 2011
SIP = Session Initiation Protocol
@Wikipedia: http://en.wikipedia.org/wiki/Session_Initiation_Protocol
@Standard: http://tools.ietf.org/html/rfc3261
@Extension: http://www.ietf.org/rfc/rfc3372.txt
Best for voice communication (Erlang/OTP open source implementation: not
known). Example of implementation: Asterisk (http://www.asterisk.org/)
Another option:
XMPP = eXtensible Messaging and Presence Protocol
@Wikipedia: http://en.wikipedia.org/wiki/Xmpp
@Home page: http://xmpp.org/about-xmpp/
@Standard: http://tools.ietf.org/html/rfc6120
@Instant messaging: http://tools.ietf.org/html/rfc6121
@Address format: http://tools.ietf.org/html/rfc6122
But this is short packets oriented (Erlang/OTP open source
implementation: Ejabberd - http://www.ejabberd.im/), so, not so suitable
like SIP for voice, but it can support at the extended point.
Cheers,
CGS
On 11/02/2011 12:24 AM, Gordon Guthrie wrote:
> Yves
>
> It's a telephone services provider that gives you an API so you can
> call your server from a phone.
>
> Which is what you want to do.
>
> Gordon
>
> Sent from my iPhone
>
> On 1 Nov 2011, at 23:06, "Yves S. Garret" <yoursurrogategod@REDACTED
> <mailto:yoursurrogategod@REDACTED>> wrote:
>
>> Dude, I have no idea what that is :-) .
>>
>> I think I'll google around some more to find a way to 'call' my
>> Ubuntu box.
>>
>> On Tue, Nov 1, 2011 at 6:48 PM, Gordon Guthrie
>> <gordon@REDACTED <mailto:gordon@REDACTED>> wrote:
>>
>> Yves
>>
>> Write a twilio client in Erlang:
>> http://www.twilio.com/
>>
>> Gordon
>>
>> On 1 November 2011 22:16, Yves S. Garret
>> <yoursurrogategod@REDACTED <mailto:yoursurrogategod@REDACTED>>
>> wrote:
>>
>> Hey guys,
>>
>> I was just thinking, purely hypothetical, I would love to
>> have an app that I can have running on my server that if I
>> dial a specific number, I can change the state of that app
>> (or set something in a database or edit a file.) This is
>> just a simple 'why not?' project to put a smirk on my face.
>> However, I'm not sure even where to begin... if someone
>> could point me in the right direction, I would really
>> appreciate it. By the way, I live in the US. Do I need to
>> register my own phone number? How about just a land-line
>> going into my apartment? Can OTP play a role here?
>>
>> Yeah, going in this direction with eyes wide open and
>> completely unaware of what I'm going to run into :-) . Any
>> help is appreciated.
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>>
>>
>> --
>> Gordon Guthrie
>> CEO hypernumbers
>>
>> http://hypernumbers.com
>> t: hypernumbers
>> +44 7776 251669 <tel:%2B44%207776%20251669>
>>
>>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111102/9d9be001/attachment.htm>
More information about the erlang-questions
mailing list