Hello everybody I installed Asterisk and the ekiga Softphone on my Ubuntu Machine. I configured my Asterisk so:
Sip.conf
[general]
port=5060
bindaddr=0.0.0.0
disallow=all
allow=ulaw
[2000]
type=peer
secret=1234
context=users
host=dynamic
Extensions.conf
[default]
exten => 1001,1,Answer()
exten => 1001,2,Playback(hello-world)
exten => 1001,3,Hangup()
Now I start Asterisk with the command: asterisk -vvvvvc and it runs!
My Ekiga Sip-Phone I Configred so: (my user account)
Name: user
Registrar: 192.168.178.21
Benutzer: 2000
Passwort: ****
Now if i start ekiga with the command: “ekiga -d 1” I Got the following Error:
2012/05/01 13:55:45.065 0:00.163 Detecting V4L2 devices
2012/05/01 13:55:45.156 0:00.253 Detecting V4L2 devices
2012/05/01 13:55:45.209 0:00.307 MonSock Could not listen on fe80::216:eaff:fe8a:b6ba:5060 - Das Argument ist ungültig
2012/05/01 13:55:45.323 0:00.421 Detecting V4L2 devices
2012/05/01 13:55:45.331 0:00.428 Detecting V4L2 devices
2012/05/01 13:55:45.337 0:00.435 Detecting V4L2 devices
2012/05/01 13:55:45.490 0:00.588 Detecting V4L2 devices
2012/05/01 13:55:45.497 0:00.595 Detecting V4L2 devices
2012/05/01 13:55:45.585 0:00.682 Ekiga version 3.3.2
2012/05/01 13:55:45.585 0:00.682 OPAL version 3.10.2
2012/05/01 13:55:45.585 0:00.682 PTLIB version 2.10.2
2012/05/01 13:55:45.585 0:00.683 Accelerated rendering support enabled
2012/05/01 13:55:45.585 0:00.683 DBUS support enabled
2012/05/01 13:55:45.585 0:00.683 GConf support enabled
2012/05/01 13:55:50.408 0:05.506 Opal Liste...0xac14f700 Listen UDP read error.
2012/05/01 13:55:50.428 0:05.526 STUN Failed to bind to local UDP port in range 5060-5060
2012/05/01 13:55:50.429 0:05.527 MonSock Could not listen on fe80::216:eaff:fe8a:b6ba:5060 - Das Argument ist ungültig
Did somebody have an Idea what I made wrong or how I could solve this Problem ?
Greetz
patrick