Index: channels/chan_ooh323.c =================================================================== --- channels/chan_ooh323.c (revision 1094) +++ channels/chan_ooh323.c (working copy) @@ -1305,7 +1305,7 @@ ast_verbose("Setting dialed digits %s\n", p->caller_dialedDigits); } ooCallAddAliasDialedDigits(call, p->caller_dialedDigits); - } else if (p->callerid_num) { + } else if (!ast_strlen_zero(p->callerid_num)) { if (ooIsDailedDigit(p->callerid_num)) { if (gH323Debug) { ast_verbose("setting callid number %s\n", p->callerid_num);