I'm writing a series of AGI scripts in C and I was curious; if I fork() in my AGI script and the parent exits and returns to the dialplan, will the child still have connection with asterisk, i.e. will I be able to SET channel variables, EXEC applications, etc.? Thanks once again. George