Session timer support?

AS
Anshuman S. Rawat
Wed, Mar 26, 2008 2:01 PM

Hi Benny,

Is there any plan to add support for session timer in the near future?

Regards,
Anshuman

Hi Benny, Is there any plan to add support for session timer in the near future? Regards, Anshuman
AS
Anshuman S. Rawat
Thu, Mar 27, 2008 8:21 AM

Re-sending the email since I didn't get any reponse.

-Anshuman

----- Original Message -----
From: "Anshuman S. Rawat" arawat@3clogic.com
To: "pjsip embedded/DSP SIP discussion" pjsip@lists.pjsip.org
Sent: Wednesday, March 26, 2008 7:31 PM
Subject: [pjsip] Session timer support?

Hi Benny,

Is there any plan to add support for session timer in the near future?

Regards,
Anshuman


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: 3/25/2008
7:17 PM

Re-sending the email since I didn't get any reponse. -Anshuman ----- Original Message ----- From: "Anshuman S. Rawat" <arawat@3clogic.com> To: "pjsip embedded/DSP SIP discussion" <pjsip@lists.pjsip.org> Sent: Wednesday, March 26, 2008 7:31 PM Subject: [pjsip] Session timer support? > Hi Benny, > > Is there any plan to add support for session timer in the near future? > > Regards, > Anshuman > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > -- > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: 3/25/2008 > 7:17 PM > >
PI
Perry Ismangil
Thu, Mar 27, 2008 9:20 AM

Hi Anshuman,

There is no need to resend an email if there is no immediate response.
You can check in the archives to see whether your email reaches the
list.

There are various reasons your email did not get any response:

  • No one knows the answer
  • Someone is preparing the answer but has not yet sent it yet
  • Or maybe someone who knows the answer is not monitoring the list for a while.

Thanks for your input.

Best Regards,

On Thu, Mar 27, 2008 at 8:21 AM, Anshuman S. Rawat arawat@3clogic.com wrote:

Re-sending the email since I didn't get any reponse.

-Anshuman

----- Original Message -----
From: "Anshuman S. Rawat" arawat@3clogic.com
To: "pjsip embedded/DSP SIP discussion" pjsip@lists.pjsip.org
Sent: Wednesday, March 26, 2008 7:31 PM
Subject: [pjsip] Session timer support?

Hi Benny,

Is there any plan to add support for session timer in the near future?

Regards,
Anshuman


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: 3/25/2008
7:17 PM

--
Perry Ismangil

Hi Anshuman, There is no need to resend an email if there is no immediate response. You can check in the archives to see whether your email reaches the list. There are various reasons your email did not get any response: - No one knows the answer - Someone is preparing the answer but has not yet sent it yet - Or maybe someone who knows the answer is not monitoring the list for a while. Thanks for your input. Best Regards, On Thu, Mar 27, 2008 at 8:21 AM, Anshuman S. Rawat <arawat@3clogic.com> wrote: > Re-sending the email since I didn't get any reponse. > > -Anshuman > > > > ----- Original Message ----- > From: "Anshuman S. Rawat" <arawat@3clogic.com> > To: "pjsip embedded/DSP SIP discussion" <pjsip@lists.pjsip.org> > Sent: Wednesday, March 26, 2008 7:31 PM > Subject: [pjsip] Session timer support? > > > > Hi Benny, > > > > Is there any plan to add support for session timer in the near future? > > > > Regards, > > Anshuman > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG. > > Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: 3/25/2008 > > 7:17 PM > > > > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Perry Ismangil
TP
tloginbr-pjsip@yahoo.com.br
Thu, Mar 27, 2008 1:05 PM

I don't know about the plans to add it to pjsua, but its fairly easy
to implement one in your own application. I did it in my code using
OPTIONS. I keep one timer set to about one minute (you should tweak
this value to something that fits your needs) that sends a OPTIONS
request to the other end and I reset this timer every time I receive
any DTMF (my application gets a lot of DTMF, so its a good way of
knowing if the call is dead). After sending the OPTIONS request I set
another timer (to a few seconds) that will hangup the call when it
ends, and I reset it if I get any OPTIONS response. Se its basically
like this: every one minuto or so I send OPTIONS and  if its not
responded in a few seconds I hangup the call.

Thiago

Re-sending the email since I didn't get any reponse.

-Anshuman

----- Original Message -----
From: "Anshuman S. Rawat" arawat@3clogic.com
To: "pjsip embedded/DSP SIP discussion" pjsip@lists.pjsip.org
Sent: Wednesday, March 26, 2008 7:31 PM
Subject: [pjsip] Session timer support?

Hi Benny,

Is there any plan to add support for session timer in the near

future?

Regards,
Anshuman


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date:

3/25/2008

7:17 PM

  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!

http://br.mail.yahoo.com/

I don't know about the plans to add it to pjsua, but its fairly easy to implement one in your own application. I did it in my code using OPTIONS. I keep one timer set to about one minute (you should tweak this value to something that fits your needs) that sends a OPTIONS request to the other end and I reset this timer every time I receive any DTMF (my application gets a lot of DTMF, so its a good way of knowing if the call is dead). After sending the OPTIONS request I set another timer (to a few seconds) that will hangup the call when it ends, and I reset it if I get any OPTIONS response. Se its basically like this: every one minuto or so I send OPTIONS and if its not responded in a few seconds I hangup the call. Thiago > Re-sending the email since I didn't get any reponse. > > -Anshuman > > ----- Original Message ----- > From: "Anshuman S. Rawat" <arawat@3clogic.com> > To: "pjsip embedded/DSP SIP discussion" <pjsip@lists.pjsip.org> > Sent: Wednesday, March 26, 2008 7:31 PM > Subject: [pjsip] Session timer support? > > > > Hi Benny, > > > > Is there any plan to add support for session timer in the near > future? > > > > Regards, > > Anshuman > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG. > > Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: > 3/25/2008 > > 7:17 PM > > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! http://br.mail.yahoo.com/
BP
Benny Prijono
Thu, Mar 27, 2008 5:37 PM

And to answer the original query, according to
http://trac.pjsip.org/repos/roadmap, I don't have immediate plan to
implement session timer.

Cheers
Benny

On Thu, Mar 27, 2008 at 1:05 PM,  tloginbr-pjsip@yahoo.com.br wrote:

I don't know about the plans to add it to pjsua, but its fairly easy
to implement one in your own application. I did it in my code using
OPTIONS. I keep one timer set to about one minute (you should tweak
this value to something that fits your needs) that sends a OPTIONS
request to the other end and I reset this timer every time I receive
any DTMF (my application gets a lot of DTMF, so its a good way of
knowing if the call is dead). After sending the OPTIONS request I set
another timer (to a few seconds) that will hangup the call when it
ends, and I reset it if I get any OPTIONS response. Se its basically
like this: every one minuto or so I send OPTIONS and  if its not
responded in a few seconds I hangup the call.

Thiago

Re-sending the email since I didn't get any reponse.

-Anshuman

----- Original Message -----
From: "Anshuman S. Rawat" arawat@3clogic.com
To: "pjsip embedded/DSP SIP discussion" pjsip@lists.pjsip.org
Sent: Wednesday, March 26, 2008 7:31 PM
Subject: [pjsip] Session timer support?

Hi Benny,

Is there any plan to add support for session timer in the near

future?

Regards,
Anshuman


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date:

3/25/2008

7:17 PM

   Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!

http://br.mail.yahoo.com/


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

And to answer the original query, according to http://trac.pjsip.org/repos/roadmap, I don't have immediate plan to implement session timer. Cheers Benny On Thu, Mar 27, 2008 at 1:05 PM, <tloginbr-pjsip@yahoo.com.br> wrote: > I don't know about the plans to add it to pjsua, but its fairly easy > to implement one in your own application. I did it in my code using > OPTIONS. I keep one timer set to about one minute (you should tweak > this value to something that fits your needs) that sends a OPTIONS > request to the other end and I reset this timer every time I receive > any DTMF (my application gets a lot of DTMF, so its a good way of > knowing if the call is dead). After sending the OPTIONS request I set > another timer (to a few seconds) that will hangup the call when it > ends, and I reset it if I get any OPTIONS response. Se its basically > like this: every one minuto or so I send OPTIONS and if its not > responded in a few seconds I hangup the call. > > Thiago > > > > > Re-sending the email since I didn't get any reponse. > > > > -Anshuman > > > > ----- Original Message ----- > > From: "Anshuman S. Rawat" <arawat@3clogic.com> > > To: "pjsip embedded/DSP SIP discussion" <pjsip@lists.pjsip.org> > > Sent: Wednesday, March 26, 2008 7:31 PM > > Subject: [pjsip] Session timer support? > > > > > > > Hi Benny, > > > > > > Is there any plan to add support for session timer in the near > > future? > > > > > > Regards, > > > Anshuman > > > > > > > > > _______________________________________________ > > > Visit our blog: http://blog.pjsip.org > > > > > > pjsip mailing list > > > pjsip@lists.pjsip.org > > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > > > > -- > > > No virus found in this incoming message. > > > Checked by AVG. > > > Version: 7.5.519 / Virus Database: 269.22.0/1343 - Release Date: > > 3/25/2008 > > > 7:17 PM > > > > > > > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! > http://br.mail.yahoo.com/ > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >