[Home]

Summary:ASTERISK-00130: [request] SIMPLE support
Reporter:chriz (chriz)Labels:
Date Opened:2003-08-19 18:05:10Date Closed:2011-06-07 14:05:06
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:SIMPLE support would be great, especially as the new Grandstream 102D sould support it.
Would be great to dertemine if someone is available at the phone or not. Could also be interesting in many applications (display queue stati, mailbox waiting indicator, etc. )
Comments:By: Mark Spencer (markster) 2003-08-20 00:53:58

We already support *some* amount of checking on the phone, implemented for the SNOM phone.  It requires adding "hints" in the dialplan, e.g.

exten => 6275,hint,SIP/marko ; I'm on SIP/marko

Then you should be able to subscribe to 6275 or something like that.

By: chriz (chriz) 2003-08-20 08:17:27

Hm, I tried that with the windows messenger. I am able to logon and to subscribe to all extension. They seem to be online all the time though.

I know that it add complexity but I think that full SIMPLE support would enable many new intersting applications with asterisk, especially in combination with upcoming SIP/SIMPLE hardphones.

By: Mark Spencer (markster) 2003-08-20 09:09:27

I'm going to make this an "experimental feature".  You'll probably need to find some asterisk coders who will get excited about working on this project so that you guys can work on some code.  I'll be available in #asterisk on irc.freenode.net to give you any assistance or advice you might want.

By: chriz (chriz) 2003-08-23 14:03:53

As defined in RFC3428.
ftp://ftp.rfc-editor.org/in-notes/rfc3428.txt

By: Olle Johansson (oej) 2004-04-06 03:15:02

Marking SIP-related requests so we'll be able to find them

By: Mark Spencer (markster) 2004-05-03 00:44:55

SIMPLE or any IM will require the ability to send a text message outside of the context of a call.  Maybe we can talk about this at the asterisk conference?

By: Olle Johansson (oej) 2004-05-03 02:34:18

Good idea!

By: Brian West (bkw918) 2004-05-06 20:01:31

SIMPLE is going to need tcp isn't it?

By: twisted (twisted) 2004-06-16 23:23:06

I'm going to suspend this since it has been brought up as to be discussed at AstriCon.  We can re-open this when we're ready to proceed.