<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hi there,<br>I setup realtime asterisk 10.3.0 with backend mysql server. everything seems to work fine except when I tried to enable the extensions for dialplan to be obtained from mysql, I got an empty dialplan. I am not sure why this happening (i don't know it's a bug or misconfiguration on my behalf)? here is some of configuration may help to assist to solve this problem. thank you for your help in advance.<br><br>extconfig.conf file:<br><br>[settings]<br>sipusers => odbc,aster,sip_buddies<br>sippeers => odbc,aster,sip_buddies<br>extensions => odbc,aster,extensions<br><br><br>extensions.conf file:<br><br>[internal]<br>exten => Realtime/internal@extensions<br><br>mysql table for extensions:<br><br>+----+----------+-------+----------+------+--------------+<br>| id | context | exten | priority | app |
appdata |<br>+----+----------+-------+----------+------+--------------+<br>| 1 | internal | 1235 | 1 | Dial | SIP/${EXTEN} | <br>
| 2 | internal | 1234 | 1 | Dial | SIP/${EXTEN} | <br>
+----+----------+-------+----------+------+--------------+<br><br><br>localhost*CLI> dialplan show<br>[ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ]<br> 's' => 1. NoOp() [app_queue]<br><br>[ Context 'app_dial_gosub_virtual_context' created by 'app_dial' ]<br> 's' => 1. NoOp() [app_dial]<br><br>[ Context 'parkedcalls' created by 'features' ]<br> '700'
=> 1. Park() [features]<br><br>[ Context 'internal' created by 'pbx_config' ]<br><br>-= 3 extensions (3 priorities) in 4 contexts. =-<br><br><br><br><br><br><br><br><br> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> </div> </div></body></html>