Vitor Mazuco
2016-Feb-03 19:32 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
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 at drdos.info>:>>>> On Feb 3, 2016, at 2:19 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote: > >>>> 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 >
Doug Lytle
2016-Feb-03 19:42 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote:>>> 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
Vitor Mazuco
2016-Feb-04 17:55 UTC
[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'
Humm, so this context parkedcalls is inside on features.conf? 2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>:>>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote: > >>>> 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 >