hi. i am running asterisk 11 and i am stuck with the feature codes. how do i setup them. Now the system has. PBX*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # # Attended Transfer One Touch Monitor Disconnect Call * * Park Call One Touch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Feature Groups: --------------- (none) Call parking (Parking lot: default) ------------ Parking extension : 700 Parking context : parkedcalls Parked call extensions: 701-750 Parkingtime : 45000 ms Comeback to origin : yes Comeback context : parkedcallstimeout (comebacktoorigin=yes, not used) Comeback dial time : 30 MusicOnHold class : default Enabled : Yes PBX*CLI> *My extensions.conf is:* exten => _2XXXXXXXXX,1,Dial(SIP/CYTA/${EXTEN}) exten => _2XXXXXXXXX,1,Busy() exten => _69XXXXXXXX,1,Dial(SIP/voda/${EXTEN}) exten => _69XXXXXXXX,1,Busy() [code] I would like to be able to transfer calls, blind/attended transfer, call forward, DND. I would appreciate any help available please. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170406/cf2a24f0/attachment.html>
You can configure the features in the features.conf file, but some features like DND and call forward are not available, so, or you use the SIP client own functionalities for that (if available), or you will have to develop your own features. Regards, Marcelo H. Terres <mhterres at gmail.com> IM: mhterres at jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres https://linkedin.com/in/marceloterres On 6 April 2017 at 08:46, Atux Atux <atuxnull at gmail.com> wrote:> hi. > > i am running asterisk 11 and i am stuck with the feature codes. how do i > setup them. > Now the system has. > > PBX*CLI> features show > Builtin Feature Default Current > --------------- ------- ------- > Pickup *8 *8 > Blind Transfer # # > Attended Transfer > One Touch Monitor > Disconnect Call * * > Park Call > One Touch MixMonitor > > Dynamic Feature Default Current > --------------- ------- ------- > (none) > > Feature Groups: > --------------- > (none) > > Call parking (Parking lot: default) > ------------ > Parking extension : 700 > Parking context : parkedcalls > Parked call extensions: 701-750 > Parkingtime : 45000 ms > Comeback to origin : yes > Comeback context : parkedcallstimeout (comebacktoorigin=yes, not used) > Comeback dial time : 30 > MusicOnHold class : default > Enabled : Yes > PBX*CLI> > > My extensions.conf is: > exten => _2XXXXXXXXX,1,Dial(SIP/CYTA/${EXTEN}) > exten => _2XXXXXXXXX,1,Busy() > exten => _69XXXXXXXX,1,Dial(SIP/voda/${EXTEN}) > exten => _69XXXXXXXX,1,Busy() > [code] > > I would like to be able to transfer calls, blind/attended transfer, call > forward, DND. I would appreciate any help available please. > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
hi. thanks for the reply. when you say configure them in features.conf? On Thu, Apr 6, 2017 at 11:57 AM, Marcelo Terres <mhterres at gmail.com> wrote:> You can configure the features in the features.conf file, but some > features like DND and call forward are not available, so, or you use > the SIP client own functionalities for that (if available), or you > will have to develop your own features. > > Regards, > Marcelo H. Terres <mhterres at gmail.com> > IM: mhterres at jabber.mundoopensource.com.br > https://www.mundoopensource.com.br > https://twitter.com/mhterres > https://linkedin.com/in/marceloterres > > > On 6 April 2017 at 08:46, Atux Atux <atuxnull at gmail.com> wrote: > > hi. > > > > i am running asterisk 11 and i am stuck with the feature codes. how do i > > setup them. > > Now the system has. > > > > PBX*CLI> features show > > Builtin Feature Default Current > > --------------- ------- ------- > > Pickup *8 *8 > > Blind Transfer # # > > Attended Transfer > > One Touch Monitor > > Disconnect Call * * > > Park Call > > One Touch MixMonitor > > > > Dynamic Feature Default Current > > --------------- ------- ------- > > (none) > > > > Feature Groups: > > --------------- > > (none) > > > > Call parking (Parking lot: default) > > ------------ > > Parking extension : 700 > > Parking context : parkedcalls > > Parked call extensions: 701-750 > > Parkingtime : 45000 ms > > Comeback to origin : yes > > Comeback context : parkedcallstimeout (comebacktoorigin=yes, not used) > > Comeback dial time : 30 > > MusicOnHold class : default > > Enabled : Yes > > PBX*CLI> > > > > My extensions.conf is: > > exten => _2XXXXXXXXX,1,Dial(SIP/CYTA/${EXTEN}) > > exten => _2XXXXXXXXX,1,Busy() > > exten => _69XXXXXXXX,1,Dial(SIP/voda/${EXTEN}) > > exten => _69XXXXXXXX,1,Busy() > > [code] > > > > I would like to be able to transfer calls, blind/attended transfer, call > > forward, DND. I would appreciate any help available please. > > > > > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > > > Check out the new Asterisk community forum at: > > https://community.asterisk.org/ > > > > New to Asterisk? Start here: > > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > > > 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 -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170406/f8ba8d83/attachment.html>