[Ekiga-list] Acceding to ekiga.net through Asterisk



Hi all!

I'm trying to connect to ekiga.net through a client connected to my
Asterisk server. For it I am being based on this [1] document. Next I
put the configurations that I am using.

/etc/asterisk/sip.conf:

; Outgoing to ekiga.net
[ekiga]
type=friend
username=MyUser
secret=MyPass
host=ekiga.net
canreinvite=no
qualify=300
nat = yes
stunaddr = stun.exiga.net
insecure=port,invite  ; required for incoming ekiga.net calls

/etc/asterisk/extensions.conf:

[from-internal]
...
exten => _8.,1,Dial(SIP/ekiga/${EXTEN:1},20,r))


I tried a echo test, dialing in my case to 8500, but in spite of seeing
traffic towards Internet, nothing is heard. This is what I'm seeing in
the CLI of Asterisk:

alderamin*CLI>
    -- Executing [8500 from-internal:1] Dial("SIP/201-090ffff0", "SIP/ekiga/500|20|r)") in new stack
    -- Called ekiga/500
    -- SIP/ekiga-090cb900 answered SIP/201-090ffff0
[Aug 16 20:37:19] NOTICE[5060]: chan_sip.c:13019 handle_response_peerpoke: Peer 'ekiga' is now Lagged. (302ms / 300ms)
[Aug 16 20:37:29] NOTICE[5060]: chan_sip.c:13019 handle_response_peerpoke: Peer 'ekiga' is now Reachable. (299ms / 300ms)


Also I made sure to redirect the port 5060 of my router to the firewall.
Some track of which can be the problem?

Thanks in advance for your replu.

Regards,
Daniel

[1] http://wiki.ekiga.org/index.php/Connecting_Asterisk_to_ekiga.net
-- 
Fingerprint: BFB3 08D6 B4D1 31B2 72B9  29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Squeeze - Linux user #188.598

Attachment: signature.asc
Description: Digital signature



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