aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Transition to use of 'telnet_init_default'arehbein1-2/+1
2019-11-23exit if the sip agent failed to startAlexander Couzens1-2/+4
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
2019-04-18Added daemonize feature to osmo-sip-connectorrafael2k/daemonizeRafael Diniz1-2/+16
2018-10-16Add --version cmdline optionOliver Smith1-1/+7
2018-09-21Fix typo in -h: s/hekp/helpOliver Smith1-1/+1
2018-04-15use osmo_init_logging2() to avoid allocating from NULL contextHarald Welte1-1/+1
2018-04-15sip: Register log callback function with sofia-sipHarald Welte1-1/+1
2018-03-23Call the program "OsmoSIPcon" (also in vty)Harald Welte1-1/+1
2016-09-26log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-05-07sip: Start the application even if sofia-sip is brokenHolger Hans Peter Freyther1-4/+3
2016-03-22call/app: Hook the MNCC disconnect event in the app and release callsHolger Hans Peter Freyther1-0/+6
2016-03-22call: Introduce a structure for representing a callHolger Hans Peter Freyther1-0/+2
2016-03-22sip: Introduce source file to setup sofia sipHolger Hans Peter Freyther1-7/+11
2016-03-21mncc: Add code to manage the mncc connection for CCHolger Hans Peter Freyther1-1/+4
2016-03-21vty: Work on configuration of the MNCC to SIP gatewayHolger Hans Peter Freyther1-0/+48
2016-03-21telnet: Use the dynamic interface for binding the VTYHolger Hans Peter Freyther1-1/+4
2016-03-21logging: Define default logging categoriesHolger Hans Peter Freyther1-1/+16
2016-03-21Initial commit for a MNCC to SIP gateway (and maybe auth GW too)0.0.1Holger Hans Peter Freyther1-0/+90