Re: [asterisk-users] how do i enable call features??

2018-01-25 Thread Administrator TOOTAI
Le 25/01/2018 à 10:37, Atux Atux a écrit : Being honest, i did not manage to make it work. Now whoever calls the system extensions, does not know if they are on another phone call or away from the office. For chan_sip you can do like this before ringing an extension. Status is returned in

Re: [asterisk-users] how do i enable call features??

2018-01-25 Thread Atux Atux
Being honest, i did not manage to make it work. Now whoever calls the system extensions, does not know if they are on another phone call or away from the office. On Tue, Jan 16, 2018 at 12:30 PM, Atux Atux wrote: > at the moment i have in each extension in sip.conf the

Re: [asterisk-users] how do i enable call features??

2018-01-16 Thread Atux Atux
at the moment i have in each extension in sip.conf the call-limit=2. Everytime someone calls that extension and that extension is busy, there is not any notification: - to the extension that there is a second call -to the calling party that this extension is on call. So the calling can either wait

Re: [asterisk-users] how do i enable call features??

2018-01-10 Thread Atux Atux
No idea on how to write it in my system. On Thu, Jan 11, 2018 at 12:17 AM, John Kiniston wrote: > There's some example code in the Dial-Users context of the basic-pbx > samples that might be of use in implementing it. > > They are checking a DEVICE_STATE to see if a

Re: [asterisk-users] how do i enable call features??

2018-01-10 Thread John Kiniston
There's some example code in the Dial-Users context of the basic-pbx samples that might be of use in implementing it. They are checking a DEVICE_STATE to see if a phone is BUSY, You could change it to be a database call or implement custom device states and check those. wrapping your test case

Re: [asterisk-users] how do i enable call features??

2018-01-10 Thread Atux Atux
That is the general idea. But how do i make it work? is there somewhere ready? On Wed, Jan 10, 2018 at 6:39 PM, John Kiniston wrote: > Define your *72 and *73 extensions in your internal context, Have them set > a value in the ASTDB that you then check when dialing your

Re: [asterisk-users] how do i enable call features??

2018-01-10 Thread John Kiniston
Define your *72 and *73 extensions in your internal context, Have them set a value in the ASTDB that you then check when dialing your handsets. The same can be done for call forwarding, store a number in the ASTDB and check if it's present, if it is forward the call to that number. On Wed, Jan

[asterisk-users] how do i enable call features??

2018-01-09 Thread Atux Atux
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward (enable/disable) and DND. my dialplan is pretty simple and it is the following [DefaultPlan]exten =>