Realtime extensions and dynamic context

Hi all,

Been working with realtime contexts and trying to get something like this working:

[default]
exten => s,1,Set(useThisContext=test)
same => n,Goto(realtime,s,1)

[realtime]
switch => Realtime/${useThisContext}@extensions

Could work around using exten rather than context, but it would be very beneficial to use a dynamic context from a realtime source. Anyone know if this is possible?

Thanks in advance!

EDIT: Just noticed as another point, Goto from a realtime db row to another does not work?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.