libpjsua stops reREGISTER after 408

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Benny

thanks for the information. However, it looks like the fix will only address
re-registrations. I see that any DIalog based transactions can result in
408. For example, what will happen to timeout on INVITE, etc. I still think
that 408 response should be under application control. I understand that the
fix provides the freedom to do it from the application and/or from pjsip, so
i am not complaining ;-). just want to make sure how to use the patch or in
which case the patch should be used. if a user experiences 408 on
registration, he/she will most likely experience the same on INVITE as well.

Alex

On Wed, Mar 31, 2010 at 1:00 PM, <pjsip-request at lists.pjsip.org> wrote:

> Send pjsip mailing list submissions to
>        pjsip at lists.pjsip.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> or, via email, send a message with subject or body 'help' to
>        pjsip-request at lists.pjsip.org
>
> You can reach the person managing the list at
>        pjsip-owner at lists.pjsip.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pjsip digest..."
>
>
> Today's Topics:
>
>   1. Re: libpjsua stops reREGISTER after 408 (Benny Prijono)
>   2. DTMF detection (maciek jjjjulumulum)
>   3. Making a sip call on Device(E63) (ramanjaneya reddy)
>   4. Re: libpjsua stops reREGISTER after 408 (Klaus Darilion)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 31 Mar 2010 15:08:41 +0700
> From: Benny Prijono <bennylp@xxxxxxxxx>
> To: pjsip list <pjsip at lists.pjsip.org>
> Subject: Re: libpjsua stops reREGISTER after 408
> Message-ID:
>        <49a4be81003310108x66e1df58wdf48e52573910820 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Mon, Mar 22, 2010 at 4:36 PM, Klaus Darilion
> <klaus.mailinglists at pernau.at> wrote:
> > Am 19.03.2010 15:58, schrieb Nanang Izzuddin:
> >>
> >> Hi Klaus,
> >>
> >> Basically, it is application responsibility to update the registration
> >> state in network up/down events, as currently network state monitoring
> >> should be done in application level and it sounds useless for pjsip to
> >> re-register when network is down.
> >
> > In this case network was not down. The SIP proxy was down. (of course it
> > will have the same consequence).
> >
> >> Just FYI, ticket #1032 has added TCP/TLS transport state notification
> >> feature, so when SIP transport TCP/TLS reports network disconnection
> >> (based on transport failure in sending keep-alive or any SIP
> >> messages), application can try to initiate/monitor network
> >> reconnection, and application may start re-register once network is
> >> up.
> >
> > As in my case the network didn't changed, is it sufficent to just call
> > pjsua_acc_set_registration() to start reregistration again?
> >
>
> Yes. But please see http://trac.pjsip.org/repos/ticket/1044 which will
> do these for you.
>
> Cheers
>  Benny
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 31 Mar 2010 11:10:44 +0200
> From: maciek jjjjulumulum <ulululuk@xxxxxxxxx>
> To: pjsip at lists.pjsip.org
> Subject: DTMF detection
> Message-ID:
>        <y2w3133180c1003310210oeffd6cbcz92f1c9597ce6b7d8 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> What i need to do is DTMF detection. I have already done module (goertzel)
> for detecting DTMF in real_time (for example from microphone ).
> I stuck when i was trying to capture stream from voice connection. I was
> trying to do it with create_recorder(file_name) and named_pipe but it
> doesn't work.
> I also find some hint while reading FAQ, but it is not clear enough for me.
> http://trac.pjsip.org/repos/wiki/FAQ#tone-detect
>
> Could somebody help me and write better explanation of what i need to do
> now?
> Do i have to do some changes or add something in pjsua libraries and
> compile
> it again?
> Where do i have to do changes (which files?)?
>
>
> maciek
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100331/5b1ea1f6/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 31 Mar 2010 16:25:45 +0530
> From: ramanjaneya reddy <vrnreddy84@xxxxxxxxx>
> To: pjsip at lists.pjsip.org
> Subject: Making a sip call on Device(E63)
> Message-ID:
>        <m2n722666e11003310355qa4ffb668m5659520b0798faff at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
>  I'm able to successfully register on symbian_ua_gui.exe, After
> Registration i try to making a call on device
> i got the following error....
>
>  "*unable to send initial INVITE request: Not
> found(PJ_ENOTFOUND)[status=70006] "*
>
> can you please tell me how to overcome this problem...
>
>
>
> --
> Thanks & Regards
> V.Ramanjaneya Reddy.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100331/cb701e3e/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Wed, 31 Mar 2010 18:05:03 +0200
> From: Klaus Darilion <klaus.mailinglists@xxxxxxxxx>
> To: pjsip list <pjsip at lists.pjsip.org>
> Subject: Re: libpjsua stops reREGISTER after 408
> Message-ID: <4BB372AF.1030800 at pernau.at>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>
> Am 31.03.2010 10:08, schrieb Benny Prijono:
> > On Mon, Mar 22, 2010 at 4:36 PM, Klaus Darilion
> > <klaus.mailinglists at pernau.at>  wrote:
>
> >> As in my case the network didn't changed, is it sufficent to just call
> >> pjsua_acc_set_registration() to start reregistration again?
> >>
> >
> > Yes. But please see http://trac.pjsip.org/repos/ticket/1044 which will
> > do these for you.
>
> Hi Benny!
>
> Thanks for the fix.
>
> 1. I wonder how often you update the doxygen documentation on the
> website, as I do not see config option for re-registration.
> http://www.pjsip.org/pjsip/docs/html/structpjsua__acc__config.htm
>
> 2. I hope this mechanism is somehow smart and waits some time before
> trying to re-register (to avoid bombarding the SIP proxy with REGISTER
> requests)
>
> thanks
> klaus
>
>
>
> ------------------------------
>
> _______________________________________________
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
> End of pjsip Digest, Vol 31, Issue 58
> *************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100331/56b6c99c/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux