The extension for Pickup seems to be *8#, but I cannot find it anywhere in any configuration file. Is this a "hard wired" extension? Are there other hard wired extensions? If so, is there a list? What priority do they have? Is there any way to change them or map additional extensions to these functions? Thanks. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040223/8850ad53/attachment.htm
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? Are there other hard wired extensions? If so, is there a > list? What priority do they have? Is there any way to change them > or map additional extensions to these functions? Thanks. > JimSee: http://www.voip-info.org/tiki-index.php?page=Asterisk+channels+zap Yes, they should be .conf changeable(IMHO), but they're not. ----- Andrew Thompson http://aktzero.com/
Hi!> The extension for Pickup seems to be *8#, but I cannot find it anywhere > in any configuration file. Is this a ?hard wired? extension?Yes, but you can override it in extensions.conf.> Are there other hard wired extensions? If so, is there a list? What > priority do they have? Is there any way to change them or map > additional extensions to these functions?http://www.voip-info.org/wiki-Asterisk+PBX+functions http://www.voip-info.org/wiki-CLASS Philipp
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