dect
/
asterisk
Archived
13
0
Fork 0

MOve to definition

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@854 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-04-15 17:09:34 +00:00
parent 5423a2a277
commit c710ff2c1a
1 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,9 @@
/* #define ZHONE_HACK */
/* Typically, how many rings before we should send Caller*ID */
#define DEFAULT_CIDRINGS 1
#define CHANNEL_PSEUDO -12
#define AST_LAW(p) (((p)->law == ZT_LAW_ALAW) ? AST_FORMAT_ALAW : AST_FORMAT_ULAW)
@ -1177,7 +1180,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
} else {
if (ioctl(p->subs[SUB_REAL].zfd, ZT_SETCADENCE, NULL))
ast_log(LOG_WARNING, "Unable to reset default ring on '%s'\n", ast->name);
p->cidrings = 1;
p->cidrings = DEFAULT_CIDRINGS;
}