login | register
Thu 04 of Dec, 2008 [01:26 UTC]

voip-info.org

Discuss [0] History

Asterisk phone Ekiga

Created by: xylo,Last modification on Sun 06 of Jan, 2008 [11:55 UTC]

How to configure Asterisk for Ekiga 2.0.11


Asterisk configuration


In this sample configuration, 192.168.0.1 represents the Asterisk server and 192.168.0.2 is the client running Ekiga.

Configure Asterisk to accept registration and inbound calls in sip.conf like this:


 [ekiga]
 type=friend
 host=dynamic
 secret=blahblahblah

Configure Ekiga for the asterix server

  Edit->Accounts->Add:
  Registrar: 192.168.0.1
  User: ekiga
  Password: blahblahblah
  Authentification Login: ekiga

Note, You cannot run Ekiga and Asterisk on the same machine. Both want to listen on port 5060.

See Also



Asterisk | Asterisk Configuration | Channel Configuration | Configuration for Specific Phones

Comments