Hi, I'm trying to install and setup YATE on ubuntu 12.04 from sico packages.
I found a few things confusing and not working.
First I installed 'apt-get install yate'.
That gave me
$ dpkg -l | grep yate
ii yate 5.2.1-ubuntu1-sico3~precise YATE core modules
At this point YATE registers to SIP provider but regexroute.conf seems to be ignored.
Then I checked
https://launchpad.net/~sico/+archive/yate/+packagesand found there is a yate-server package, but its description is misleading:
yate-server YATE-based universal telephony client
Also, installation of yate-server package requires installing of:
# apt-get install yate-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils cpp cpp-4.6 fontconfig fontconfig-config ...
....
[size=78%].... x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev yate-server[/size]
0 upgraded, 92 newly installed, 0 to remove and 0 not upgraded.
Need to get 70.4 MB of archives.
After this operation, 249 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Is it correct?
Thank you!
Alexei