[asterisk-users] How to logout!

2011-07-10 Thread bilal ghayyad
Hi All;

How agent logout if he logged in using AgentLogin?

Also, there is not ready and not ready status? Or only agent login and logout?

Appreciate ur kindly help.
Regards
Bilal

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

2011-07-10 Thread Pezhman Lali
Dear
check it ,1 for log in .0 for log out.

exten = 1,1,AddQueueMember(team,SIP/${CALLERID(num)});
exten = 1,2,Playback(agent-loginok)
exten = 0,1,RemoveQueueMember(team,SIP/${CALLERID(num)});
exten = 0,2,Playback(agent-loggedoff)


On Mon, Jul 11, 2011 at 3:23 AM, bilal ghayyad bilmar...@yahoo.com wrote:

 Hi All;

 How agent logout if he logged in using AgentLogin?

 Also, there is not ready and not ready status? Or only agent login and
 logout?

 Appreciate ur kindly help.
 Regards
 Bilal

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




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