VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
samael.zgz at gmail.com Guest
|
Posted: Tue Jun 03, 2008 11:46 am Post subject: [asterisk-users] Problem with several includes in ARA |
|
|
Hi all,
We are implementing the asterisk realtime architecture using
extensions_table, sip_buddies and voicemail_users.
We have a problem to make several includes in the ddbb.
Only the first include is loaded and the others no.
In the following example, only the include lookupdundi is included and not
the outbound and applications.
+------+----------------------+---------------+----------+------------+-------------------------------------------------------------------------+
| id | context | exten | priority | app |
appdata |
+------+----------------------+---------------+----------+------------+-------------------------------------------------------------------------+
| 3558 | internal | include | 4 | include |
lookupdundi |
| 3559 | internal | include | 5 | include |
outbound |
| 3560 | internal | include | 6 | include |
applications |
We are working with Asterisk 1.4.18 and MySQL
How can it be solved?
Cheers,
Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080603/8278df31/attachment.htm |
|
Back to top |
|
|
samael.zgz at gmail.com Guest
|
Posted: Tue Jun 10, 2008 11:41 am Post subject: [asterisk-users] Problem with several includes in ARA |
|
|
Hi,
We are implementing the asterisk realtime architecture using
extensions_table, sip_buddies and voicemail_users.
We have a problem to make several includes in the ddbb.
Only the first include is loaded and the others no.
In the following example, only the include lookupdundi is included and not
the outbound and applications.
+------+----------------------+---------------+----------+------------+-------------------------------------------------------------------------+
| id | context | exten | priority | app |
appdata |
+------+----------------------+---------------+----------+------------+-------------------------------------------------------------------------+
| 3558 | internal | include | 4 | include |
lookupdundi |
| 3559 | internal | include | 5 | include |
outbound |
| 3560 | internal | include | 6 | include |
applications |
We are working with Asterisk 1.4.18 and MySQL
How can it be solved?
Cheers,
Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080610/04124480/attachment.htm |
|
Back to top |
|
|
jsmith at digium.com Guest
|
Posted: Tue Jun 10, 2008 11:58 am Post subject: [asterisk-users] Problem with several includes in ARA |
|
|
On Tue, 2008-06-10 at 18:41 +0200, Samael - wrote:
Quote: | We are implementing the asterisk realtime architecture using
extensions_table, sip_buddies and voicemail_users.
We have a problem to make several includes in the ddbb.
|
As far as I know, includes are *not* supported at all in the Asterisk
Realtime Architecture. (I personally think they should be, but to be
honest I'm not a huge fan of ARA anyway, so my opinion probably doesn't
count for much.)
One workaround is to put your includes in extensions.conf, like this:
[internal]
include => lookupdundi
include => outbound
include => applications
I know, it's not ideal, but it seems to get the job done.
--
Jared Smith
Training Manager
Digium, Inc. |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|