[asterisk-users] Check if SIP user is available or not ?

2007-12-11 Thread Arpit Mehta
Hi * users,

Is there any way to check if a SIP user is currently available or not
from the dialplan? By available I mean if a SIP call can be made to
that user.

Thanks

-- 
Arpit Mehta
Graduate Student
Department of Computer Science
Columbia University

Tel: 1-646-387-5998

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


Re: [asterisk-users] Check if SIP user is available or not ?

2007-12-11 Thread Henk Dick
You can use sip show peers.  If an IP address is shown then the user will be
available.  

Henk


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


Re: [asterisk-users] Check if SIP user is available or not ?

2007-12-11 Thread Alex Balashov

The ChanIsAvail() application provides a rudimentary means of doing this,
but it is not reliable in that it does not cover certain categories of
channel state that might be considered subjectively untenable for call
placement, i.e. a user is on the phone and you do not want to send them
a call by way of call waiting.

On Tue, 11 Dec 2007, Arpit Mehta wrote:

 Hi * users,

 Is there any way to check if a SIP user is currently available or not
 from the dialplan? By available I mean if a SIP call can be made to
 that user.

 Thanks

 -- 
 Arpit Mehta
 Graduate Student
 Department of Computer Science
 Columbia University

 Tel: 1-646-387-5998

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


--
Alex Balashov
Evariste Systems
Web: http://www.evaristesys.com/
Tel: +1-678-954-0670
Direct : +1-678-954-0671

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