[Sofia-sip-devel] Compiling and RFC 3312 issues

2006-05-25 Thread Luca Colantonio
hi,it's been a while that I'm trying to get sofia working on my pc.I've tried with both fedora core 4 and core 5 but nothing seems to work.Sofia Stack Sip compiles correctly, so I've tried to compile gstplugin for gaim and everything seems to work fine ( e.g. i can chat viaSofia SIP) but when I try

[Sofia-sip-devel] [gstreamer-rtp]

2006-05-25 Thread Luca Colantonio
ok, thanks for your reply, I'll try to work it out. please someone can telle me where to find gstreamer-rtp package? it seems to me there is no way to find it in google best regards luca

[Sofia-sip-devel] some more issues......

2006-05-26 Thread Luca Colantonio
hi,I installed Fedora core 5 and restarted the sofia sip installation process again.after having installed various gstreamer packegs (the devel ones, needed by sofsip_cli) here is what it says to me:[EMAIL PROTECTED] sofsip-cli]# sofsip_cli sip:[EMAIL PROTECTED]** Message: This program is linked

[Sofia-sip-devel] something works!

2006-06-01 Thread Luca Colantonio
hi,I' ve tested the last version of sofsip_cli but I still has some troubles.here is what it appears to me:[EMAIL PROTECTED] ~]# sofsip_cli sip:[EMAIL PROTECTED] ** Message: This program is linked against GStreamer 0.10.3** (sofsip_cli:19849): DEBUG: priv_verify_required_elements:191** Message: Ve

Re: [Sofia-sip-devel] something works!

2006-06-01 Thread Luca Colantonio
sorry I didn't understand.If i runSOFSIP_AUDIO=OSS ./sofsip_cli sip:[EMAIL PROTECTED]everything goes as I said in my previous mail.luca2006/6/1, Kai Vehmanen < [EMAIL PROTECTED]>:On Thu, 1 Jun 2006, Luca Colantonio wrote:> ** Message: This program is linked against GStreamer 0.10.3W

[Sofia-sip-devel] using rfc 3312

2006-06-07 Thread Luca Colantonio
hi, I would like to write a client supporting rfc 3312. is there any documente explaining how to send an invite with the right lines? i mean: in the sdp there would be lines such as a:des=qos and so on... thank you Luca ___ Sofia-sip-devel mailing list So

[Sofia-sip-devel] C doubt

2006-06-09 Thread Luca Colantonio
hi, this is just a C question i never saw anything like this:   cli_t cli[1] = sizeof(cli);   please can anyone tell me what it means? I've looked aournd for this but haven't found anything. I think It's like a malloc or something similar (??). thanks Luca __

Re: [Sofia-sip-devel] using rfc 3312

2006-06-12 Thread Luca Colantonio
<[EMAIL PROTECTED]>: On 6/7/06, Luca Colantonio <[EMAIL PROTECTED]> wrote: > hi,>  I would like to write a client supporting rfc 3312.>  is there any documente explaining how to send an invite with the right> lines?>  i mean:>  in the sdp there would be lines such a

[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 li

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 <[EM

[Sofia-sip-devel] require: precondition

2006-06-13 Thread Luca Colantonio
questions go on I'm trying to use precondition using sofsip_cli (first with a dummy SDP). the problem is now the following: in ssc_invite i wrote op = ssc_oper_create(ssc, SIP_METHOD_INVITE, destination, SIPTAG_REQUIRE_STR("precondition"),TAG_END()); but i receive a 420 Bad Extension by the c

Re: [Sofia-sip-devel] require: precondition

2006-06-13 Thread Luca Colantonio
solved! :)I've simply setted SIPTAG_SUPPORTED_STR("precondition")"in the nua_set_params function.2006/6/13, Luca Colantonio < [EMAIL PROTECTED]>:questions go on I'm trying to use precondition using sofsip_cli (first with a dummy SDP). the problem is now the follo

[Sofia-sip-devel] nta VS nua

2006-06-14 Thread Luca Colantonio
hi,maybe i'm losing the right way.as you know i'm trying to have sofsip_cli follow a 3gpp call flow, now i found some problems  handling prack. maybe it could be better if i wrote my own client and give up modifying sofsip_cli. I have two question: 1- nta VS nua, i didn't understand the relationsh

Re: [Sofia-sip-devel] nta VS nua

2006-06-14 Thread Luca Colantonio
ck function but it seems to not work. best regards Luca2006/6/14, Kai Vehmanen <[EMAIL PROTECTED]>: On Wed, 14 Jun 2006, Luca Colantonio wrote:> as you know i'm trying to have sofsip_cli follow a 3gpp call flow, now i> found some problems  handling prack.> maybe it could be bette

[Sofia-sip-devel] prack and update

2006-06-26 Thread Luca Colantonio
hi,i think that i already asked this..but this problem stills go on.I've installed the last version of the sofia sip stack (1.12) and modified the sofsip_cli in order to follow the 3gpp call flow. I've succeeded in doing this but two messages (PRACK and UPDATE) are sent automatically by the stack a

[Sofia-sip-devel] nta_agent_create

2006-07-14 Thread Luca Colantonio
hi I have a doubt about the function nta_agent_create. if i write: context->c_agent = nta_agent_create(context->c_root, URL_STRING_MAKE(o_bind), process_request,context, TAG_END());it should create an nta agent that binds it self to the address specified by o_