[asterisk-users] Realtime asterisk 10.3.0

abc def xisterisk at yahoo.com
Wed Apr 18 09:41:41 CDT 2012


Hi there,
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.

extconfig.conf file:

[settings]
sipusers => odbc,aster,sip_buddies
sippeers => odbc,aster,sip_buddies
extensions => odbc,aster,extensions


extensions.conf file:

[internal]
exten => Realtime/internal at extensions

mysql table for extensions:

+----+----------+-------+----------+------+--------------+
| id | context  | exten | priority | app  | appdata      |
+----+----------+-------+----------+------+--------------+
|  1 | internal | 1235  |        1 | Dial | SIP/${EXTEN} | 
|  2 | internal | 1234  |        1 | Dial | SIP/${EXTEN} | 
+----+----------+-------+----------+------+--------------+


localhost*CLI> dialplan show
[ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ]
  's' =>            1. NoOp()                                     [app_queue]

[ Context 'app_dial_gosub_virtual_context' created by 'app_dial' ]
  's' =>            1. NoOp()                                     [app_dial]

[ Context 'parkedcalls' created by 'features' ]
  '700' =>          1. Park()                                     [features]

[ Context 'internal' created by 'pbx_config' ]

-= 3 extensions (3 priorities) in 4 contexts. =-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120418/11804799/attachment.htm>


More information about the asterisk-users mailing list