[Ekiga-list] No video with ekiga over asterisk



Hi,

I am using asterisk 1.2.13 and use ekiga for all PC phones. It's working well. But if it comes to video I am running into problems:

1. the user on the other side of the line (extern) can't see me, but I can see them.
2. It's not possible to call me over my ekiga account.

I am using the following configuration in asterisk:

sip.conf:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[general]
context=default
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
videosupport=yes
disallow=all   ; First disallow all codecs
allow=gsm
allow=ulaw
allow=alaw     ; Allow codecs in order of
allow=ilbc     ; preference
allow=h261

register => user password ekiga net/ekiga_in

; Internal account
[31]
callerid=ekigaphone
host=dynamic
domain=0.0.0.0
user=31
secret=secret
type=friend
mailbox=31
;nat=yes
nat=no
canreinvite=no
qualify=yes
allow=h261
allow=h263 ; H.263 is our video codec
allow=h263p ; H.263p is the enhanced video codec
dtmfmode=rfc2833 ; inband is not supported in compressed codecs like gsm, so we better set it$

;outgoing to ekiga.net
[ekiga]
type=friend
username=user ekiga net
secret=password
host=ekiga.net
canreinvite=no
qualify=300
insecure=very ; required for incoming ekiga.net calls
;context=ekiga
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

extensions.conf:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exten => _9.,1,Dial(SIP/${EXTEN:1} ekiga,20,r)) ;set 9 in front of username to call ekiga-users (it works!)

;passthrough of calls from outside
[ekiga]
exten => 31,1,Dial(SIP/31)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asterisk debug during call:
   -- Registered SIP '31' at 192.168.2.85 port 5074 expires 3600
-- Executing Dial("SIP/ekiga.net-08278060", "SIP/500 ekiga|20|r)") in new stack
   -- Called 500 ekiga
   -- SIP/ekiga-0827ac80 answered SIP/ekiga.net-08278060
-- Attempting native bridge of SIP/ekiga.net-08278060 and SIP/ekiga-0827ac80 == Spawn extension (default, 9500, 1) exited non-zero on 'SIP/ekiga.net-08278060'


I am using a endian-mini firewall Endian Firewall Appliance release 2.2.1 (Deployset #0)

Port forwarding to asterisk:
TCP : 5060
UDP:13300 - 13399
UDP : 5000 - 5100
TCP : 1720 UDP : 3478 - 3479

Outgoing firewall rule:
UDP/5060
UDP/5061
UDP/3478
UDP/3479
TCP/1720
UDP/5000
UDP/5001
UDP/5002
UDP/5003
UDP/5004
UDP/5005

Please can someone help me on this cofiguration missmatch. One problem could be the ports, I have tried all I found in the wiki and web.

Thanks

begin:vcard
fn;quoted-printable:Hans J=C3=B6rg Maurer
n;quoted-printable:Maurer;Hans J=C3=B6rg
org:pme Maurer
adr:;;Flandernstr. 7;86157;;Augsburg;Deutschland
email;internet:hjm pmeonline net
tel;work:+49 821 272012
tel;fax:+49 821 272030
tel;cell:+49 175 5282919
url:www.pmeonline.net
version:2.1
end:vcard



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]