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

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@xxxxxxxxxxx>
To: "'Dominique Prunier'" <dominique.prunier@xxxxxxxxxxxxxxxxxx>;
<resiprocate-devel@xxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> Dominique Prunier
> Sent: Friday, September 17, 2004 7:46 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> 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@xxxxxxxxxxx>
> To: <resiprocate-devel@xxxxxxxxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxxxxxxxx
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>