ast_verb(3,"merging incls/swits/igpats from old(%s) to new(%s) context, registrar = %s\n",ast_get_context_name(old),ast_get_context_name(new),registrar);
/* copy in the includes, switches, and ignorepats */
/* make sure the new context exists, so we have somewhere to stick this exten/prio */
if(!new){
new=ast_context_find_or_create(extcontexts,exttable,context->name,prio_item->registrar);/* a new context created via priority from a different context in the old dialplan, gets its registrar from the prio's registrar */
/* copy in the includes, switches, and ignorepats */