Hello,
I created the wiki page with the how-to install kamailio v4.0.x from git. The tutorial is available at:
- http://www.kamailio.org/wiki/install/4.0.x/git
It should make life easier for those willing to give a try to v4.0.0 these days.
Anyhow, a review of the content is very appreciated. Feel free to enhance the content by adding to the wiki page or reply here with your ideas to improve.
Cheers, Daniel
4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
I created the wiki page with the how-to install kamailio v4.0.x from git. The tutorial is available at:
It should make life easier for those willing to give a try to v4.0.0 these days.
Anyhow, a review of the content is very appreciated. Feel free to enhance the content by adding to the wiki page or reply here with your ideas to improve.
Websocket require libunistring. I don't know debian, so I don't know the package name to add...
/O
2013/3/4 Olle E. Johansson oej@edvina.net
4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
I created the wiki page with the how-to install kamailio v4.0.x from
git. The tutorial is available at:
It should make life easier for those willing to give a try to v4.0.0
these days.
Anyhow, a review of the content is very appreciated. Feel free to
enhance the content by adding to the wiki page or reply here with your ideas to improve.
Websocket require libunistring. I don't know debian, so I don't know the package name to add...
This library has exactly the name you've mentioned:
# aptitude search libunistring i libunistring-dev - Unicode string library for C - development files i A libunistring0 - Unicode string library for C
/O _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 3/4/13 3:26 PM, Olle E. Johansson wrote:
4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
I created the wiki page with the how-to install kamailio v4.0.x from git. The tutorial is available at:
It should make life easier for those willing to give a try to v4.0.0 these days.
Anyhow, a review of the content is very appreciated. Feel free to enhance the content by adding to the wiki page or reply here with your ideas to improve.
Websocket require libunistring. I don't know debian, so I don't know the package name to add...
To add in the wiki or in the README of websocket?
Cheers, Daniel
5 mar 2013 kl. 09:33 skrev Daniel-Constantin Mierla miconda@gmail.com:
On 3/4/13 3:26 PM, Olle E. Johansson wrote:
4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
I created the wiki page with the how-to install kamailio v4.0.x from git. The tutorial is available at:
It should make life easier for those willing to give a try to v4.0.0 these days.
Anyhow, a review of the content is very appreciated. Feel free to enhance the content by adding to the wiki page or reply here with your ideas to improve.
Websocket require libunistring. I don't know debian, so I don't know the package name to add...
To add in the wiki or in the README of websocket?
It's already in the README :-)
/O
On 3/5/13 9:48 AM, Olle E. Johansson wrote:
5 mar 2013 kl. 09:33 skrev Daniel-Constantin Mierla miconda@gmail.com:
On 3/4/13 3:26 PM, Olle E. Johansson wrote:
4 mar 2013 kl. 09:20 skrev Daniel-Constantin Mierla miconda@gmail.com:
Hello,
I created the wiki page with the how-to install kamailio v4.0.x from git. The tutorial is available at:
It should make life easier for those willing to give a try to v4.0.0 these days.
Anyhow, a review of the content is very appreciated. Feel free to enhance the content by adding to the wiki page or reply here with your ideas to improve.
Websocket require libunistring. I don't know debian, so I don't know the package name to add...
To add in the wiki or in the README of websocket?
It's already in the README :-)
ok, still missing in the wiki, though :)
Cheers, Daniel
On 06/03/13 11:26, Daniel-Constantin Mierla wrote:
On 3/5/13 9:48 AM, Olle E. Johansson wrote:
It's already in the README :-)
ok, still missing in the wiki, though :)
The Debian-specific package name for libunistring shouldn't be in the README. Otherwise we should include the package name for Fedora, CentOS, FreeBSD, etc, and list which OS and version don't have packages available at all (for example libunistring is in CentOS 6 but not CentOS 5).
Such a list would end up bigger than the rest of the README, always hopelessly out-of-date, and then need to be repeated for every single module with external dependencies.
Regards,
Peter
6 mar 2013 kl. 12:35 skrev Peter Dunkley peter.dunkley@crocodile-rcs.com:
On 06/03/13 11:26, Daniel-Constantin Mierla wrote:
On 3/5/13 9:48 AM, Olle E. Johansson wrote:
It's already in the README :-)
ok, still missing in the wiki, though :)
The Debian-specific package name for libunistring shouldn't be in the README. Otherwise we should include the package name for Fedora, CentOS, FreeBSD, etc, and list which OS and version don't have packages available at all (for example libunistring is in CentOS 6 but not CentOS 5).
Sorry, I did not add the Debian package name in the README, but the library is mentioned there. Daniel's article on the Wiki used Debian and mentioned the required packages, but forgot to mention unistring.
Such a list would end up bigger than the rest of the README, always hopelessly out-of-date, and then need to be repeated for every single module with external dependencies.
Agree.
/O