Author Topic: Options for Videophone feature  (Read 4126 times)

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Options for Videophone feature
« on: October 25, 2005, 11:30:04 am »
Hi,

I'm, the one that is anxiously waiting for this feature....

I've narrowed down options to do this on following:

- Pluto Linphone code that is currently in review by linphone developers and will maybe be integrated into main project code - this seems the easiest way, but could last long....

- Mythphone (I had it installed-  it registers with Asterisk, but didn't try any video call yet) - on the other hand is connected to Myth, that is maybe out of future focus for Pluto. But maybe source code without myth GUI would be good start...

- Gnomemeeting (since we have Asterisk - it can connect to Gnomemeeting as H323 client. Recently SIP support has been added to CVS, so it could be good candidate - but I'm not sure of what option there are to remote control that application - it has DBUS component that is meant for this purpose  http://www.freedesktop.org/Software/dbus ...)

instructions on gnomemeeting and Asterisk :
Code: [Select]
Hi,

For those interested, there is a way to get a SIP user to call any H.323
device - Asterisk.

Firstly, I'll explain why this is useful. There is a service in the UK
that gives you a Phone-to-PC gateway, but only via SIP. I am actually in
the process of getting them to test H.323 with me, so with a bit of luck
that will work soon and this e-mail will be redundant.... We're going to
see SIP in GnomeMeeting soon anyway, aren't we? ;-)

The address is: http://www.speak2world.com, I discovered them totally by
accident on a link in ebay.co.uk of all places! Their site basically
says:

"Get a FREE UK 0870 [+44870] Number for your Internet [SIP] Phone today
!!!"

And yes, you can call these numbers internationally. It works very well
indeed with my setup... and it is completely free! (the callee pays for
the cost of the call at national call rates)

You might be assuming at this point that you need a quicknet card or
something similar, NO!!! Their service is based on an Asterisk server
and uses GSM!!! FANTASTIC!

Heres how I managed to set up a SIP to H323 gateway using Asterisk (not
for the weak of heart):

 - Compile Asterisk with the chan_h323 module - you'll need to get and
compile all the OpenH323 and pwlib stuff (www.openh323.org) - see the
asterisk pages (www.asterisk.org) for more info.
 - Work out how on earth to use and configure Asterisk - RTFM
 - Add the following lines to the default context of the extensions.conf
file:

exten => s,1,Dial(H323/<ip of gnomemeeting machine>|30|r)
exten => s,2,Hangup

Where r tells the asterisk to route the call, and leave the gnomemeeting
user to answer. (This way the callee only pays when you are connected)

Of course, if correctly set up, it could also operate for NAT traversal
with both H.323 and SIP; asterisk even converts compression algorithms,
so a SIP call using GSM is converted automagically to G.711 on my
ethernet phone.

I'll try and get round to setting up a web page with more details and
example configs, unless some other site already exists!?

As I said, hopefully they'll add H323 support to their servers.

Hope this helps, or at least inspires someone :-)

Cheers,

sam



CVS for gnomeeting is here :
http://snapshots.seconix.com/

I'm writting this to list possible options from my point of view and maybe open some discussion - also to attract other users to help with opinions or development.


HTH,

regards,

Rob.

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Options for Videophone feature
« Reply #1 on: November 22, 2005, 09:21:32 am »
Hi,

adding newer informations to this topic...

I've read that devlopment branch of linphone has video support in (currently they lack GUI, but I guess that is not a problem with Pluto)...

http://lists.gnu.org/archive/html/linphone-users/2005-08/msg00033.html

Anyone from Pluto with more insight, how older wrappper code for linphone works ? Maybe it wouldn't be too hard to add this feature and refresh Linphone wrapper...

FYI: I've compiled mythphone and works quite nicely - but it will integrate not any better than mythtv, so I guess this is not a proper way to do it...

HTH,

regards,

Rob.

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Options for Videophone feature
« Reply #2 on: October 06, 2006, 11:53:02 am »
Good news. Any updates from Pluto team regarding of support of videophone?

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Options for Videophone feature
« Reply #3 on: October 06, 2006, 01:40:18 pm »
Hi,

AFAIK Simple phone is already based on linphone backend. So perhaps technically we're close to that. I'd like to point out that being able to put surveillance cameras as video source for phone would be also great (doorphone scenario: when someone comes at the door, then suveillance camera is video for that call)...

Currently also mythphone could work as standalone SIP video phone but is not well integrated under Pluto...

Any comments ?

Regards,

Rob.