add voicemail_formatted_caller_id_number param for templates in vm

This commit is contained in:
Anthony Minessale
2011-11-10 14:39:28 -06:00
parent b9ad924e83
commit 94b9cc0f9f
3 changed files with 37 additions and 1 deletions

View File

@@ -832,6 +832,7 @@ SWITCH_DECLARE(const char *) switch_inet_ntop(int af, void const *src, char *dst
#endif
SWITCH_DECLARE(char *) switch_uuid_str(char *buf, switch_size_t len);
SWITCH_DECLARE(char *) switch_format_number(const char *num);
SWITCH_END_EXTERN_C
#endif