Jim Sneeringer wrote: > The extension for Pickup seems to be *8#, but I cannot find it anywhere > in any configuration file. Is this a “hard wired” extension? Yup, you can edit it in the source code & recompile. I set mine to '**3' to fit the legacy PBX system: vi res/res_parking.c +54 static char pickup_ext[AST_MAX_EXTENSION] = "**3"; F