Displaying 2 results from an estimated 2 matches for "free1".
Did you mean:
  free
  
2003 Jun 24
1
"NoOp" gives an ringing indication ?
Hi all,
i want lock Zap channels via global var FREE1
if FREE1 = 1 then call should go on with nothing and waiting for digits to
go in _X.
Otherwise hangup the channel
But if the GotoIf goes to s|4 (NoOp) then comes a ringing indication.... !?
The "immediate" property in the zapat.conf is "yes"
[tel1]
exten => s,1,GotoIf($[$...
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
...te must exist and must not exist
- * previous to the call, respectively.
- *
- * Returns 0, or a negative error number on failure.
- */
-int
-ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
-		const char *name, const void *value, size_t value_len,
-		int flags)
-{
-	int free1 = -1, free2 = -1;
-	int err, where = 0, total;
-	int name_len;
-
-	ea_idebug(inode, "name=%d.%s, value=%p, value_len=%ld",
-		  name_index, name, value, (long)value_len);
-
-	if (IS_RDONLY(inode))
-		return -EROFS;
-	if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
-		return -EPERM;
-	if (val...