Re: [SR-Users] uac_auth()

2010-06-16 Thread Iñaki Baz Castillo
2010/6/16 Alex Balashov : > Also, CSeq is not being incremented. Why do you want CSeq being incremented by the proxy? Note that the UAS still knows nothing about the request until it receives the first INVITE (with credentials) from he proxy. -- Iñaki Baz Castillo

Re: [SR-Users] uac_auth()

2010-06-16 Thread Alex Balashov
On 06/16/2010 04:27 AM, Iñaki Baz Castillo wrote: 2010/6/16 Alex Balashov: Also, CSeq is not being incremented. Why do you want CSeq being incremented by the proxy? Note that the UAS still knows nothing about the request until it receives the first INVITE (with credentials) from he proxy.

Re: [SR-Users] uac_auth()

2010-06-16 Thread Daniel-Constantin Mierla
On 6/16/10 10:32 AM, Alex Balashov wrote: On 06/16/2010 04:27 AM, Iñaki Baz Castillo wrote: 2010/6/16 Alex Balashov: Also, CSeq is not being incremented. Why do you want CSeq being incremented by the proxy? Note that the UAS still knows nothing about the request until it receives the firs

[SR-Users] Can't build kamailio on fresh debian squeezy

2010-06-16 Thread Dmitri Korotkov
Hello all, After debian squeeze upgrade (as well as in new squeeze installation) it is impossible to build kamailio. All dep. packages were installed and I successfully done this task before. Does anybody have same problem ? Is there any solution ? Part of the build log is shown below. BR, D

Re: [SR-Users] uac_auth()

2010-06-16 Thread Iñaki Baz Castillo
2010/6/16 Alex Balashov : > Am I misreading 3261 Section 22.3? > > >      If a proxy were to resubmit a request adding a >      Proxy-Authorization header field value, it would need >      to increment the CSeq in the new request.  However, this >      would cause the UAC that submitted the origin

Re: [SR-Users] Help need on NAT_Traversal

2010-06-16 Thread JinKevin
Many thanks Klaus, with "fix_nated_contact", "fix_nated_register" and the "fix_nated_sdp", I have resovled the NAT Traversal. Thanks, Kevin > Date: Mon, 14 Jun 2010 08:31:47 +0200 > From: klaus.mailingli...@pernau.at > To: kevin@hotmail.com > CC: sr-users@lists.sip-router.org > Subject

Re: [SR-Users] Can't build kamailio on fresh debian squeezy

2010-06-16 Thread Henning Westerholt
On Wednesday 16 June 2010, Dmitri Korotkov wrote: > After debian squeeze upgrade (as well as in new squeeze installation) it > is impossible to build kamailio. > All dep. packages were installed and I successfully done this task before. > Does anybody have same problem ? Is there any solution ? >

Re: [SR-Users] Can't build kamailio on fresh debian squeezy

2010-06-16 Thread Manwe
El Wed, 16 Jun 2010 12:14:11 +0300 Dmitri Korotkov escribió: > Hello all, > > After debian squeeze upgrade (as well as in new squeeze installation) it > is impossible to build kamailio. > All dep. packages were installed and I successfully done this task before. > Does anybody have same proble

Re: [SR-Users] sipp to kamailio doesn't match ACK

2010-06-16 Thread JR Richardson
> Date: Tue, 15 Jun 2010 16:57:37 -0400 > From: Alex Balashov > Subject: Re: [SR-Users] sipp to kamailio doesn't match ACK > To: sr-users@lists.sip-router.org > Message-ID: <4c17e941.4020...@evaristesys.com> > Content-Type: text/plain; charset=UTF-8; format=flowed > > 1) AFAIK, the Record-Route/R

[SR-Users] Issue building sip-router (kamailio flavour)

2010-06-16 Thread Santiago Gimeno
Hi, When I build sip-router (from master) with kamailio flavour using: make config mode=debug FLAVOUR=kamailio; make all; make install I'm getting this error when trying to start kamailio: ERROR: [sr_module.c:396]: ERROR: load_module: could not open module : /usr/local/lib/kamailio/modules_k/t

Re: [SR-Users] uac_auth()

2010-06-16 Thread Alex Balashov
On 06/16/2010 04:56 AM, Daniel-Constantin Mierla wrote: do you get any error message? The only case when is printed a dbg message is when no credentials for the realm in challenge are found. Test to see if uac_auth() returns false or true. There was a realm mismatch; I corrected this and Prox