Reply
Thread Tools
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#1
I have a setup at the office using asterisk and setting the codec in the sip.conf for both extensions(n810 and pc in office) to h263, succesfully making video calls.

Pretty neat. Just FYI
 

The Following 2 Users Say Thank You to quipper8 For This Useful Post:
Posts: 213 | Thanked: 27 times | Joined on Feb 2007 @ Barbados
#2
Is the other party using an N810 as well? Or a 3rd party device.
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#3
Interesting, but I can't get it to work here (asterisk 1.6.0). My sip.conf looks like this:
Code:
[general]
videosupport=yes

[n810]
type=friend
host=dynamic
dtmfmode=rfc2833
disallow=all
allow=ulaw
allow=alaw
allow=h263
Can you post the relevant bits of your config?
 
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#4
My system is still on asterisk 1.4.8, so don't know about 1.6. Besides the videosupport = yes in sip.conf under [general], here is what I have for the extension I was testing with


Code:
[301]
type=friend
secret=1001
record_out=Always
record_in=Always
qualify=yes
port=5060
pickupgroup=
nat=yes
mailbox=301@default
host=dynamic
dtmfmode=rfc2833
disallow=all
dial=SIP/301
context=from-internal
canreinvite=no
callgroup=
callerid=device <301>
allow=h263
allow=g729

I think besides what you have, you might need the canreinvite=no

Also, don't forget to do an asterisk reload.

Other client was windows PC in office using Bria.
 

The Following User Says Thank You to quipper8 For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#5
I've also read about NIT-to-PC video call success with Bria's little sister, X-Lite.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#6
I can get it to work tablet-to-tablet if I switch on the camera on the calling device before the first INVITE is sent. It's a bit tricky on the N810 (tap the camera icon as soon as possible after dialing) but on the N800 it always works when the camera is out. Once a call with video has been negotiated I can switch cameras off and on at either end at will, but if a call has started as audio-only then video won't work.

Forcing the codecs explicitly in sip.conf makes no difference, and neither does canreinvite.

No luck with ekiga so far, although it does advertise H263 in its SDP records.
 
speculatrix's Avatar
Posts: 880 | Thanked: 264 times | Joined on Feb 2007 @ Cambridge, UK
#7
I've had it working tablet to tablet too using sipgate as the sip provider.
__________________
Fujitsu U820, HTC Vision/G2/DesireZ, Nokia N800 770 E71, Zaurus 6000, Palm T3, Zaurus C3100 - stolen
 
Posts: 422 | Thanked: 244 times | Joined on Feb 2008
#8
What behaviour do you get with ekiga? If I enable camera after connect, ekiga drops the call the second time I hit the button... The camera comes on, but turns off, then second time the call is dropped.

If I start the camera before ekiga has answered, the camera turns off once ekiga answers.
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#9
Originally Posted by paulkoan View Post
What behaviour do you get with ekiga?
No disconnects, but no video either no matter which side initiates the call and/or switches the camera on first.

It turns out my previous post was wrong. Ekiga (2.0.12 on ubuntu 8.10) only seems to support H.261:

Code:
m=video 5002 RTP/AVP 31
a=rtpmap:31 H261/90000
while the tablets do (three flavours of) H.263:

Code:
m=video 9078 RTP/AVP 34 96 97
a=rtpmap:34 H263/90000
a=fmtp:34 QCIF=2
a=rtpmap:96 H263-1998/90000
a=fmtp:96 QCIF=2
a=rtpmap:97 H263-N800/90000
So there's no common codec these clients can agree on. Asterisk supports both, but it can't transcode video yet.

According to http://wiki.ekiga.org/index.php/Video_Calls ekiga 2.0.x does have support for H.263, but apparently not in my build.
 
Reply

Tags
maemo 4, video call


 
Forum Jump


All times are GMT. The time now is 02:37.