Hello, I'm using Realtime to select extensions out of a database so that we can provision inbound tollfree on the fly. Once I 'catch' the inbound, I want to "get out" of realtime and use the regular extensions again. I thought I could just use the goto statement and go to another context/entension in the 'non-realtime world'. Is this not possible? Is it all or nothing with Realtime? Thanks, Jason Wolfe
> Hello, > > I'm using Realtime to select extensions out of a database so that we can > provision inbound tollfree on the fly. Once I 'catch' the inbound, I want > to "get out" of realtime and use the regular extensions again. I thought I > could just use the goto statement and go to another context/entension in > the 'non-realtime world'. Is this not possible? Is it all or nothing with > Realtime? > > Thanks, > > > Jason WolfeIt is possible. In fact you can have use a mix of real time and static and jump between the two even in the same context with real time.