[asterisk-users] How to disable call transfers?

2013-10-08 Thread akhilesh chand
Dear All,


I want to disable call transfers internally.Means agent(4002) does not
transfer call to agent(4003) or other extensions.
But i want to create two extensions as supervisor who are able to take a
internal call.Suppose to agent(4001) able transfer call agent(5001) or
agent(5002).



Regards
Akhilesh
-- 
_
-- 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

Re: [asterisk-users] How to disable call transfers?

2013-10-08 Thread jg
Looks like a perfect example for rights management using differentiated contexts. The Asterisk 
book has some sample code. From the perspective of Asterisk it doesn't matter if you handle the 
rights for outside calls (national, international, ...) or just for some internal calls.


jg

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


Re: [asterisk-users] How to disable call transfers?

2013-10-08 Thread A J Stiles
On Tuesday 08 October 2013, akhilesh chand wrote:
 Dear All,
 
 
 I want to disable call transfers internally.Means agent(4002) does not
 transfer call to agent(4003) or other extensions.
 But i want to create two extensions as supervisor who are able to take a
 internal call.Suppose to agent(4001) able transfer call agent(5001) or
 agent(5002).

Probably the easiest way is to create two separate contexts.  One for 
extensions where transferring is permitted, and another for everyone else 
where transferring is not permitted.

To save unnecessary repetition, create dummy contexts with your internal 
extensions and outside-world extensions and include these into the real 
contexts.

-- 
AJS

Answers come *after* questions.

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