Luigi, If you aer truly registered successfully on :xxx.yyy.zzz.ttt server, then the issue is probably NAT/Firewall.
Once you're registered, the SIP server knows your router's public IP. Any calls to you are sent to this IP, but the router says "I don't know port 5060", and drops the frame. If your router is SIP-aware, or has a SIP ALG, then outbound calls from your PC work. You need to either configure your router FW to allow 5060 from public to private, and the NAT to forward all 5060 frames to the chosen PC on your private network where ekiga is running. so - if SIP gateway sends a call to your router's public IP, the router will say "5060" - send it to 192.168.1.x/24 - your pc where ekiga is running, and you receive the call. you could use asterisk, but same problem applies - the asterisk PBX runs on your private network behind the router, the router NAT/FW will still drop calls coming inbound from the Internet. A STUN server may help, recommend using the ekiga "config druid" which tries to figure out the best method and configures itself accordingly. Your sip provider might have a STUN server available. Older ekiga versions one could configure this via the graphical, with current versions, one has to edit the gconf files. On 05/20/2010 09:11 PM, luigi wrote: > Hello, > i've a question about Ekiga: > on my LAN i'm able to connect to a local IP phone, through > sip:xxx.yyy.zzz.ttt > > but i'm not able to configure Ekiga to receive calls from it. Do i need > to install a soft PBX as Asterisk for this? > > Can anyone tell me please, how can i proceed? > > Tank you > Luigi > > > _______________________________________________ > ekiga-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- Shawn Adams [email protected] AOL AIM field64 Yahoo field_1964 Jabber [email protected] googletalk [email protected] _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
