Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[asterisk-users] enable features


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





PostPosted: Thu Aug 07, 2014 2:29 am    Post subject: [asterisk-users] enable features Reply with quote

i do have asterisk 1.8 (no gui, no distro based) and i would like to enable some features:-call forward (conditional, unconditional,...)
-DND
-call waiting
-attended transfer
-follow me




all the features i would like to enable/disable them through digit codes such #45# and *45.
all these fetures should apply to asterisk only and not use the features from the service provider.


i have edited the /etc/asterisk/features.conf file and uncommented the option for attended transfer (*2). the thing is that it did not work. is there something else that i have to write to sip/extensions.conf?
Back to top
sgriepentrog at digium...
Guest





PostPosted: Thu Aug 07, 2014 7:10 am    Post subject: [asterisk-users] enable features Reply with quote

To enable transfers using in-call DTMF sequences, you'll need to use the t and/or T options in the Dial() command that initiates the call.  For details see:


https://wiki.asterisk.org/wiki/display/AST/Application_Dial








On Thu, Aug 7, 2014 at 2:29 AM, Aristeidis Tsitras <tsitras@hotmail.com (tsitras@hotmail.com)> wrote:
Quote:
i do have asterisk 1.8 (no gui, no distro based) and i would like to enable some features:-call forward (conditional, unconditional,...)
-DND
-call waiting
-attended transfer
-follow me




all the features i would like to enable/disable them through digit codes such #45# and *45.
all these fetures should apply to asterisk only and not use the features from the service provider.


i have edited the /etc/asterisk/features.conf file and uncommented the option for attended transfer (*2). the thing is that it did not work. is there something else that  i have to write to sip/extensions.conf?









--
_____________________________________________________________________
-- 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




--
Scott Griepentrog
Digium, Inc · Software Developer
445 Jan Davis Drive NW · Huntsville, AL 35806 · US
direct/fax: +1 256 428 6239 · mobile: +1 317 507 4029
Check us out at: http://digium.com · http://asterisk.org
Back to top
Shishir.Pokharel at on...
Guest





PostPosted: Thu Aug 07, 2014 3:14 pm    Post subject: [asterisk-users] enable features Reply with quote

Uncommenting features.conf is not sufficient, You got to have some logic on the dialplan to support what you are asking for. If I were you, I would probably use some dial plan logic with asterisk internal DB .

From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Aristeidis Tsitras
Sent: Thursday, August 07, 2014 12:29 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] enable features



i do have asterisk 1.8 (no gui, no distro based) and i would like to enable some features:
-call forward (conditional, unconditional,...)

-DND

-call waiting

-attended transfer

-follow me





all the features i would like to enable/disable them through digit codes such #45# and *45.

all these fetures should apply to asterisk only and not use the features from the service provider.



i have edited the /etc/asterisk/features.conf file and uncommented the option for attended transfer (*2). the thing is that it did not work. is there something else that i have to write to sip/extensions.conf?
Back to top
tsitras at hotmail.com
Guest





PostPosted: Thu Aug 07, 2014 3:36 pm    Post subject: [asterisk-users] enable features Reply with quote

may i have an example of what you are describing?



On 7/8/2014 23:13, Shishir Pokharel wrote:

Quote:
<![endif]--> <![endif]-->
Uncommenting features.conf is not sufficient, You got to have some logic on the dialplan to support what you are asking for. If I were you, I would probably use some dial plan logic with asterisk internal DB .

From: asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com) [mailto:asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com)] On Behalf Of Aristeidis Tsitras
Sent: Thursday, August 07, 2014 12:29 AM
To: asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)
Subject: [asterisk-users] enable features



i do have asterisk 1.8 (no gui, no distro based) and i would like to enable some features:
-call forward (conditional, unconditional,...)

-DND

-call waiting

-attended transfer

-follow me





all the features i would like to enable/disable them through digit codes such #45# and *45.

all these fetures should apply to asterisk only and not use the features from the service provider.



i have edited the /etc/asterisk/features.conf file and uncommented the option for attended transfer (*2). the thing is that it did not work. is there something else that i have to write to sip/extensions.conf?










Back to top
Shishir.Pokharel at on...
Guest





PostPosted: Thu Aug 07, 2014 3:42 pm    Post subject: [asterisk-users] enable features Reply with quote

http://www.voip-info.org/wiki/view/PBX+Do+Not+Disturb

From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of aris tsitras
Sent: Thursday, August 07, 2014 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] enable features



may i have an example of what you are describing?



On 7/8/2014 23:13, Shishir Pokharel wrote:
Quote:

Uncommenting features.conf is not sufficient, You got to have some logic on the dialplan to support what you are asking for. If I were you, I would probably use some dial plan logic with asterisk internal DB .

From: asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com) [mailto:asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com)] On Behalf Of Aristeidis Tsitras
Sent: Thursday, August 07, 2014 12:29 AM
To: asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)
Subject: [asterisk-users] enable features



i do have asterisk 1.8 (no gui, no distro based) and i would like to enable some features:
-call forward (conditional, unconditional,...)

-DND

-call waiting

-attended transfer

-follow me





all the features i would like to enable/disable them through digit codes such #45# and *45.

all these fetures should apply to asterisk only and not use the features from the service provider.



i have edited the /etc/asterisk/features.conf file and uncommented the option for attended transfer (*2). the thing is that it did not work. is there something else that i have to write to sip/extensions.conf?










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