[reSIProcate] SIP Response Message 180, Ringing

Golam F. Mainuddin mainudgo at yahoo.co.uk
Sat Sep 18 17:31:03 CDT 2004


I am actually using the resiprocate 0.4.0, and have already written a good
chunk of code using the SipStack directly. The stack seems to receive every
other response except 180.

Does anyone using resiprocate 0.4.0 had similar issues or know if it has
been fixed in the versions available in Subversion?

Thanks,
Golam

-----Original Message-----
From: resiprocate-devel-bounces at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of
Dominique Prunier
Sent: Friday, September 17, 2004 8:18 AM
To: resiprocate-devel at list.sipfoundry.org
Subject: Re: [reSIProcate] SIP Response Message 180, Ringing

Hi,

I never tried without DUM but DUM use Sipstack then if it gets the 180, you
should also get it directly.
Actually, DUM process call the stack process then receiveAny (but receive
should be enough to get any sip message) and process the message.
Anyway, i would recommand using the DUM since it makes UA development faaaar
easier and you can get a sip capable apps without any effort :)

Regards,
Dom.

----- Original Message ----- 
From: "Golam F. Mainuddin" <mainudgo at yahoo.co.uk>
To: "'Dominique Prunier'" <dominique.prunier at micromedia-int.com>;
<resiprocate-devel at list.sipfoundry.org>
Sent: Friday, September 17, 2004 3:00 PM
Subject: RE: [reSIProcate] SIP Response Message 180, Ringing


> Hi Dominique,
>
> I am not using DUM, using the SipStack directly.
>
> Thanks,
> Golam
>
>
> sipStack->buildFdSet(fdset);
>
> int  err = fdset.selectMilliSeconds( 0 );
> if ( err == -1 )
> {
>       assert(0);
> }
>
> sipStack->process(fdset);
> SipMessage* received = sipStack->receive();
>
> -----Original Message-----
> From: resiprocate-devel-bounces at list.sipfoundry.org
> [mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of
> Dominique Prunier
> Sent: Friday, September 17, 2004 7:46 AM
> To: resiprocate-devel at list.sipfoundry.org
> Subject: Re: [reSIProcate] SIP Response Message 180, Ringing
>
> Hi,
>
> Are you using DUM ? I've just checked with Asterisk (SIP->CAPI) and a DUM
> based UA and i receive the 180 in the OnProvisional callback from Asetrisk
> without any problem.
>
> Regards,
> Dom.
>
> ----- Original Message ----- 
> From: "Golam F. Mainuddin" <mainudgo at yahoo.co.uk>
> To: <resiprocate-devel at list.sipfoundry.org>
> Sent: Friday, September 17, 2004 2:27 PM
> Subject: [reSIProcate] SIP Response Message 180, Ringing
>
>
> > Hi,
> >
> > I am working on building a UA using Reciprocate, and having bit of an
> issue
> > with SIP response 180 sent back to the stack from Asterisk in response
to
> an
> > INVITE. For some reason, I never see the 180 response coming to the
stack.
> > Having done an ethereal trace, I do see that the 180 response from
> asterisk
> > reaching the machine where the UA is running, but never gets reported by
> > stack.
> >
> > Can somebody please advice?
> >
> > Thanks,
> > Golam
> >
> >
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel at list.sipfoundry.org
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>

_______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel




More information about the resiprocate-devel mailing list