Re: [Sofia-sip-devel] SUBSCRIBE Expires

2008-10-16 Thread Jerry Richards
Hello, Was a tag added for this? Please see Email below. Best Regards, Jerry -Original Message- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 7:13 AM To: Jerry Richards Cc: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofia-sip-devel] SUBSCRIBE

Re: [Sofia-sip-devel] SUBSCRIBE Expires

2008-02-25 Thread Pekka Pessi
2008/2/22, Jerry Richards <[EMAIL PROTECTED]>: > Well, I discovered sofia-sip sets the maximum subscription expires value to > 3600 in nua_subscribe_server_preprocess() function. Why does it set this > limit? RFC 3261 says the Expires field can be (2**32)-1. For now, I'm > setting this limit

[Sofia-sip-devel] SUBSCRIBE Expires

2008-02-23 Thread Jerry Richards
Hello All, I receive SUBSSCRIBE requests from the server with Expires set to 3700 seconds. I invoke nua_respond() to generate the 202 Accepted reply. For some reason, sofia-sip is sending out Expires 3600 in the 202 Accepted message. How can I tell sofia-sip to reply with 3700 (not 3600)? And

Re: [Sofia-sip-devel] SUBSCRIBE Expires

2008-02-21 Thread Jerry Richards
Hello All, Well, I discovered sofia-sip sets the maximum subscription expires value to 3600 in nua_subscribe_server_preprocess() function. Why does it set this limit? RFC 3261 says the Expires field can be (2**32)-1. For now, I'm setting this limit to 3700 seconds. Best Regards, Jerry -O