< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] The Cseq is not increased



I think you can easily achieve what you want by manually modifying the cseq number after the call to makePagerMessage();

something like

static int cseq = 0;
ClientPagerMessageHandle cpm = makePagerMessage();
cpm->getMessageRequest().header(h_CSeq).sequence() = ++cseq;

On 11/12/2011 01:09 AM, Karlsson wrote:
Thank you Joegen, but I see in the counterpath this cseq is increased for each pager MESSAGE.


On Fri, Nov 11, 2011 at 9:13 AM, Joegen Baclor <jbaclor@xxxxxxxxx> wrote:
I dont think it is a bug.  Pager MESSAGE is an out of dialog request.    The call-id of the MESSAGE request in the log are different so for them to have the same CSeq does not violate any rule.


On 11/11/2011 09:06 AM, Karlsson wrote:
Does anybody can help me on this ?
Thanks

On Wed, Nov 9, 2011 at 7:13 PM, Karlsson <boost.regex@xxxxxxxxx> wrote:
Hello, I use my phone which built base the resip 1.6 to send pager message to Counterpath Bria, seems the Cseq of "MESSAGE" is not increased,
I think this is a bug, please see attached the log file.

--
havesoftware, Inc.


Jakson Kalsson
Senior Programmer








--
havesoftware, Inc.


Jakson Kalsson
Senior Programmer





_______________________________________________ resiprocate-users mailing list resiprocate-users@xxxxxxxxxxxxxxx List Archive: http://list.resiprocate.org/archive/resiprocate-users/




--
havesoftware, Inc.


Jakson Kalsson
Senior Programmer