[Sofia-sip-devel] 180 RINGING

2006-06-12 Thread Luca Colantonio
hi, sorry but i have a further question :) in the sofsip_cli when does the client sends the 180 RINGING? my goal is to send a 183 instead. I've looked for a while at ssc_sip.c and found that it should be sent at line nua_respond(nh, SIP_180_RINGING, TAG_END()); I have put a printf before this

Re: [Sofia-sip-devel] 180 RINGING

2006-06-12 Thread Luca Colantonio
ok, I successfully sent a 183 (it was setted the AUTOALLERT parameter to 1) but now I send a 183 session Progress in reply but it doesn't send an offer in this message. I can't find who calls the generate_answer and generate_offer in sofsip_cli. luca2006/6/12, Luca Colantonio [EMAIL PROTECTED]:

Re: [Sofia-sip-devel] 180 RINGING

2006-06-12 Thread Kai Vehmanen
Hello again, On Mon, 12 Jun 2006, Luca Colantonio wrote: in the sofsip_cli when does the client sends the 180 RINGING? my goal is to send a 183 instead. I've looked for a while at ssc_sip.c and found that it should be sent at line nua_respond(nh, SIP_180_RINGING, TAG_END()); this is