-1

Currently I'm porting asterisk general purpose OS, but these are heavier OS, so is there any way that we can port asterisk in Real Time OS(RTOS) e.g. rtxRTOS

ascripter
  • 5,665
  • 12
  • 45
  • 68

1 Answers1

0

Sure you can, but likly you have rewrite like 10%.

You can use linux-preemtive kernel and start asterisk with realtime priority(see asterisk.conf.sample)

Yes,i know, it is not really realtime, but close.

arheops
  • 15,544
  • 1
  • 21
  • 27
  • Hi arheops, Thanks for reply, we want to know as asterisk is more complex than pjsip so can we compile pjsip with FreeRTOS? – Prashant Singh Jun 11 '19 at 10:57