I’m trying to implement Asterisk Vr.11 realtime using a remote MySQL server
I get the message: Call from ‘1000’ to extension ‘2000’ rejected because extension not found in context ‘from-sip’
I am able to connect to the DB via ODBC DSN from the system’s CLI
when I do a “odbc show” I get: Connection is down attempting to reconnect, Connecting asterisk, Connected to asterisk
I have created the DB and tables following this tutorial: open-voip.org/index.php?titl … me_example
I have defined my tables in extconfig.conf
in my extensions.conf I have the context [from-sip] switch => Realtime
can someone give any ideas of what I may be doing wrong?
Thanks!