I noticed that when creating a dialplan in asterisk on realtime, I cannot inlcude contexts.
So to be clear, I want to do the following:
[context1]
switch => Realtime
[context2]
include => context1
switch => Realtime
Or
[context1]
switch => Realtime/context1
[context2]
switch => Realtime/context1
switch => Realtime/context2
But none of the above seems to work. Is there any way to get this working? I need to use this in realtime.
Thanks in advance.