Commits
Mark Lipscombe committed 4e9977507dd
FS-8537: Passing nil to various lua functions causes segfault Various functions exposed via lua do not check their parameters for null causing freeswitch to segfault. This change adds checking for null parameters and returns an error instead of segfaulting.