Re: [asterisk-users] feature codes

2017-04-06 Thread Atux Atux
hi. thanks for the reply. when you say configure them in features.conf?

On Thu, Apr 6, 2017 at 11:57 AM, Marcelo Terres  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 
> IM: mhter...@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  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 => _2X,1,Dial(SIP/CYTA/${EXTEN})
> > exten => _2X,1,Busy()
> > exten => _69,1,Dial(SIP/voda/${EXTEN})
> > exten => _69,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
>
-- 
_
-- 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

Re: [asterisk-users] feature codes

2017-04-06 Thread Marcelo Terres
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 
IM: mhter...@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  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 => _2X,1,Dial(SIP/CYTA/${EXTEN})
> exten => _2X,1,Busy()
> exten => _69,1,Dial(SIP/voda/${EXTEN})
> exten => _69,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


[asterisk-users] feature codes

2017-04-06 Thread Atux Atux
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 => _2X,1,Dial(SIP/CYTA/${EXTEN})
exten => _2X,1,Busy()
exten => _69,1,Dial(SIP/voda/${EXTEN})
exten => _69,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

[asterisk-users] Feature codes not detected

2010-01-21 Thread hugolivude
Hi,

I'm having trouble getting feature codes to work in Asterisk 1.4.21.2.
Features.conf contians this:

blindxfer=##
atxfer=*2
automon=*1
disconnect=**

I'm really most interested in getting disconnect to work so that I hear
Goodbye when I press ** during a call connected this way in my dial plan:

exten = 1,n,Dial(SIP/14168724...@6135551212-sw1|120|gtT)
exten = 1,n,Playback(vm-goodbye)

The call works fine and the CLI tells me that ** is an active feature but
nothing appears in the CLI when I press ** (verbosity = 4).  I do it very
quickly so I don't believe timeout is an issue.

I'd be grateful for any troubleshooting tips.

Thanks,
H
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Feature codes work on SIP phone but not analog?

2005-10-12 Thread Doug

Hi,

This is what I have in extensions_custom.conf:

; Time of Day functionality:
exten = *60,1,Answer
exten = *60,2,Wait(1)
exten = *60,3,SayUnixTime(,,IMSP)
exten = *60,4,Hangup

It works on a Cisco 7940 IP Phone, but on
analog phones, when I dial *60, I just
get a dial tone.  If I dial *60#, then
I just get a fast busy.

What's going on?

Also, how can I get Feature Codes to work
for all contexts?

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users