Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
vitor.mazuco at gmail.com
Guest





PostPosted: Wed Feb 03, 2016 2:05 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with 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'

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





PostPosted: Wed Feb 03, 2016 2:16 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with quote

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





PostPosted: Wed Feb 03, 2016 2:19 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with quote

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





PostPosted: Wed Feb 03, 2016 2:33 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with quote

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>:
Quote:
Quote:
Quote:
Quote:
On Feb 3, 2016, at 2:19 PM, Vitor Mazuco vitor.mazuco@gmail.com wrote:

Quote:
Quote:
Quote:
Humm, thanks for your reply
But whats is the code in parkedcalls context.
Please, can you give an example?


[ramais]

include => parkedcalls


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





PostPosted: Thu Feb 04, 2016 12:55 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with quote

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:
On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco@gmail.com wrote:

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





PostPosted: Thu Feb 04, 2016 5:01 pm    Post subject: [asterisk-users] include => parkedcalls but nonexistent c Reply with quote

Humm thanks very much Smile Em 04/02/2016 19:58, "Doug Lytle" <support@drdos.info (support@drdos.info)> escreveu:
Quote:


Quote:
Quote:
Quote:
On Feb 4, 2016, at 12:55 PM, Vitor Mazuco vitor.mazuco@gmail.com (vitor.mazuco@gmail.com) wrote:

Quote:
Quote:
Quote:
so this context parkedcalls is inside on features.conf?

Correct.

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services