Move channel from 1 context to another

I have a sip call that is in an extension (meetme) I would like to use the manager to telnet and change the current extension the call is located. Is this possible?

–John

This is pretty easy actually:

Action: Redirect
Channel: SIP/5060-404041f8
exten: 100
Priority: 1000
Context: default
[default]
exten => 100,1,meetme()

exten => 100,1000,meetme(1000,1pq)

Call comes in on 1,100 dropped into a conference then whenever the manager call is run it moves the confernce call goes from one to another.