VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
vitor.mazuco at gmail.com Guest
|
Posted: Wed Feb 03, 2016 2:05 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
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
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
rmudgett at digium.com Guest
|
Posted: Wed Feb 03, 2016 2:16 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco@gmail.com (vitor.mazuco@gmail.com)> wrote:
Quote: | 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 |
|
Back to top |
|
|
vitor.mazuco at gmail.com Guest
|
Posted: Wed Feb 03, 2016 2:19 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
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@digium.com>:
Quote: | On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco@gmail.com>
wrote:
Quote: | 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
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
vitor.mazuco at gmail.com Guest
|
Posted: Wed Feb 03, 2016 2:33 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
Ah no, I'm asking what code I put inside of parkedcalls?
This example works?
[ramais]
include => parkedcalls
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
This exten works?
2016-02-03 17:27 GMT-02:00, Doug Lytle <support@drdos.info>:
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
vitor.mazuco at gmail.com Guest
|
Posted: Thu Feb 04, 2016 12:55 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
Humm,
so this context parkedcalls is inside on features.conf?
2016-02-03 17:42 GMT-02:00, Doug Lytle <support@drdos.info>:
Quote: |
Quote: | Quote: | Quote: | Ah no, I'm asking what code I put inside of parkedcalls?
|
|
|
Nothing,
The context parkedcalls is generated by features.conf, you just need to
include it in your dialplan
CLI> dialplan show parkedcalls
[ Context 'parkedcalls' created by 'features' ]
'700' => 1. Park()
[features]
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
vitor.mazuco at gmail.com Guest
|
Posted: Thu Feb 04, 2016 5:01 pm Post subject: [asterisk-users] include => parkedcalls but nonexistent c |
|
|
Humm thanks very much Em 04/02/2016 19:58, "Doug Lytle" <support@drdos.info (support@drdos.info)> escreveu: |
|
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
|