Vitor Mazuco
2016-Feb-03 19:05 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
Hi! I tried to use Parking Calls I use Asterisk 13, but I can't park any calls and it returns me [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 ast_context_verify_includes: Context 'ramais' tries to include nonexistent context 'parkedcalls' What is the correct code for put in extensions.conf? Can be this example below? [parkedcalls] exten => 700,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) exten => 704,1,ParkedCall(704) If not, somebody knows that? Thanks
Richard Mudgett
2016-Feb-03 19:15 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> wrote:> Hi! > > I tried to use Parking Calls > > I use Asterisk 13, but I can't park any calls and it returns me > > [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 > ast_context_verify_includes: Context 'ramais' tries to include > nonexistent context 'parkedcalls' >Are you loading res_parking.so? Does your res_parking.conf define a parkext and specify the context? Documented in configs/samples/res_parking.conf.sample: parkext => 700 ; What extension to dial to park. (optional; if ; specified, extensions will be created for parkext and ; the whole range of parkpos) context => parkedcalls ; Which context parked calls and the default park Once that is configured you can include the parkedcalls context into your ramais context. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160203/f1572a4a/attachment.html>
Vitor Mazuco
2016-Feb-03 19:19 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>:> On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> I tried to use Parking Calls >> >> I use Asterisk 13, but I can't park any calls and it returns me >> >> [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 >> ast_context_verify_includes: Context 'ramais' tries to include >> nonexistent context 'parkedcalls' >> > > Are you loading res_parking.so? > > Does your res_parking.conf define a parkext and specify the context? > Documented in configs/samples/res_parking.conf.sample: > parkext => 700 ; What extension to dial to park. > (optional; if > ; specified, extensions will be created for > parkext and > ; the whole range of parkpos) > context => parkedcalls ; Which context parked calls and the > default park > > Once that is configured you can include the parkedcalls context into > your ramais context. > > Richard >
Possibly Parallel Threads
- include => parkedcalls but nonexistent context 'parkedcalls'
- include => parkedcalls but nonexistent context 'parkedcalls'
- include => parkedcalls but nonexistent context 'parkedcalls'
- Parking extension not working
- IAX UNREACHABLE : Ignoring bindport/bindaddr on reload