aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
AgeCommit message (Collapse)AuthorFilesLines
2016-03-26Write down some of the limitations of the current setupHolger Hans Peter Freyther1-0/+10
2016-03-23doc: Update with some requirements and limitationsHolger Hans Peter Freyther1-0/+16
2016-03-21Initial commit for a MNCC to SIP gateway (and maybe auth GW too)0.0.1Holger Hans Peter Freyther1-0/+8
* It is written in C and using libosmovty and other data structures * It is using sofia-sip for the SIP handling as a good library for such a task * It is using glib for the sofia-sip event loop integration. In the future we can write our own root context but right now that looks like a necessary evil. No glib usage is allowed in this code and only sofia-glib is linked.