mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Fix some callerid output
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -165,7 +165,7 @@ extern int ast_isphonenumber(char *n);
|
||||
|
||||
extern int ast_callerid_split(const char *src, char *name, int namelen, char *num, int numlen);
|
||||
|
||||
extern char *ast_callerid_merge(char *buf, int bufsiz, const char *name, const char *num);
|
||||
extern char *ast_callerid_merge(char *buf, int bufsiz, const char *name, const char *num, const char *unknown);
|
||||
|
||||
/*
|
||||
* Caller*ID and other GR-30 compatible generation
|
||||
|
||||
Reference in New Issue
Block a user