[asterisk-users] Realtime extensions
jonas kellens
jonas.kellens at telenet.be
Fri Feb 19 04:40:16 CST 2010
Anyone know if my example of combining extensions.conf and realtime
extensions is doable ??
Kind regards,
Jonas.
On Thu, 2010-02-18 at 20:15 +0100, jonas kellens wrote:
> How about something like :
>
> [mycontext]
> exten => 100,1,NoOp(calling 100)
> exten => 100,n,NoOp(going realtime)
> switch => Realtime/mycontext at realtime_extensions ; from here on we use
> realtime
>
> And then my MySQL-DB contains :
>
> `extensions_table` VALUES (1, 'mycontext', '100', n, 'Wait', '2');
> `extensions_table` VALUES (2, 'mycontext', '100', n, 'NoOp', 'into
> RealTime');
> 'extensions_table` VALUES (3, 'mycontext', '100', n, 'Playback',
> 'my-sound-file');
>
> extconfig.conf has :
>
> realtime_extensions => mysql,asterisk,extensions_table
>
>
> Is all the above correct and possible ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100219/58409432/attachment.htm
More information about the asterisk-users
mailing list