search for: newext

Displaying 4 results from an estimated 4 matches for "newext".

Did you mean: newest
2011 Sep 06
17
ext4 BUG in dom0 Kernel 2.6.32.36
...} 3320 <+++<+++<+++ret = ext4_ext_handle_uninitialized_extents(handle, 3321 <+++<+++<+++<+++<+++inode, iblock, max_blocks, path, 3322 <+++<+++<+++<+++<+++flags, allocated, bh_result, newblock); 3323 <+++<+++<+++return ret; 3324 <+++<+++} the newext is from line 2678, its ee_block is iblock + max_blocks the nearex is path[depth].p_ext(line 1683) BUG_ON 1716 means iblock + max_blocks = ee_block. So maybe that means we have iblock = ee_block and max_blocks = 0. 1716 <+++<+++BUG_ON(newext->ee_block == nearex->ee_block);...
2003 Oct 15
0
Manager Interface Needs a protocol
...mmand("show agents"); print $man->command("show queues"); print $man->command("show channels"); The cool part is you can register a code ref to a certian Event and then listen on the socket all day and the code registered to that certian event will fire. $newext = sub { # $ref will be a hash ref of all the parameters in the event my $ref = shift; print "New Extension Event Detected\n\n"; }; $man->reg_event("Newexten",$newext); $man->listen(); # a man who listens, won't your wife be jealous ;) Now the program will just...
2003 Apr 13
0
sounds /vm-*.gsm / apps_voicemail.c
...sk/sounds. My CVS is 04/07/03. I used to just be able to make modifications to the running system, then copy from /var/lib/asterisk/sounds/vm-*.gm to /usr/src/asterisk/sounds/ and then I would be OK. Now, during the "make" (i.e. compilation) process, the Makefile is looking for vm-enter-newext.gsm and it can't find it. One I "ls" the file in both of the above locations, it is there. does any body know how to work around this make issue? Should I modify the Makefile? Regards, Uriel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists...
2008 Nov 04
0
manager event privilege: call, all? what is?
what mean privilege: call, all for event? this is "call" or "all"? why have two privilege And how i can prevent manager to send me NewExt event? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081104/074b53b0/attachment.htm