Would like to use # and * to add and remove queue members like this: exten => #14,1,AddQueueMember(queue_test1) exten => #14,2,PlayBack(agent-loginok); exten => #14,3,Hangup exten => *14,1,RemoveQueueMember(queue_test1) exten => *14,2,PlayBack(agent-loggedoff) exten => *14,3,Hangup The problem is I have adaptors on different contexts since they are in different locals: [from-internal] and [from-internal-wpg] The problem is that the #14 works from [from-internal-wpg] but not [from-internal]. The dial plans are almost identical other than local calling and slightly different IVR. Thanks, Scott.