Problem using Macro with realtime Contexts

I am having a problem with my macro (stdexten) when I switch my incoming context to realtime. If I take my realtime statement out it works fine.

Any ideas?

Incoming context:

[inbound]
exten => 100,1,Macro(stdexten,100,Sip/100|26)

Here the the error:

[Nov 19 21:02:54] WARNING[4918]: app_macro.c:212 _macro_exec: No such context ‘macro-stdexten,100,Sip/100’ for macro ‘stdexten,100,Sip/100’

Thanks,
-dan

If I change my current macro context

From :

[macro-stdexten]

To:

[macro-stdexten,100,Sip/100|26]

It works fine…

any ideas as to why realtime does not recognize [macro-stdexten] ?

Thanks,

I have resolved this:

I changed the APP value in realtime from:

stdexten,100,Sip/100|26

TO:

stdexten|100|Sip/100|26

-dan