to clarify, I dont want to use the hang up context.
I want to have some if or goto function that will go to specific context if the callerid context does not exist.
Once you have the AGI running set the caller ID to what ever the number + say *. In the next line have a gotoif that if the first character is a * to go to context else other wise go to the proper context. Another idea would be set in the agi a variable as to which context to go to (sort of the same as the first idea).