Re: [Sofia-sip-devel] Tags for TLS

2008-11-18 Thread Jarod Neuner
On Tue, 2008-11-18 at 10:49 -0600, Jerry Richards wrote: > Anyone know the answer to the question below? Does sofia-sip only use > "agent.pem" and "cafile.pem"? No other pem files are needed or specified? > I'm somewhat new to SSL/TLS. Correct. "cafile.pem" should be the certs from all certi

Re: [Sofia-sip-devel] Tags for TLS

2008-11-18 Thread Jerry Richards
Hello All, Anyone know the answer to the question below? Does sofia-sip only use "agent.pem" and "cafile.pem"? No other pem files are needed or specified? I'm somewhat new to SSL/TLS. Best Regards, Jerry -Original Message- From: Jerry Richards [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: [Sofia-sip-devel] New user - using sofia as B2BUA

2008-11-18 Thread Linus Surguy
Timo Bruhn wrote: >> I can access the SDP payload from the incoming INVITE with >> sip->sip_payload->pl_data and send this onwards with nua_invite & >> SIPTAG_PAYLOAD_STR(). >> >> However, how do I get to see what comes in on 180/183/200 OK messages as >> nua_i_state etc. do not set sip->. I've

[Sofia-sip-devel] darcs patch: sips_in_contact_bug

2008-11-18 Thread Jarod Neuner
When generating a contact address from a SIPS-only stack, "sips" is the correct protocol string. Currently, the stack generates a message similar to this: > >REGISTER sips:[EMAIL PROTECTED] SIP/2.0 >Via: SIP/2.0/TLS

Re: [Sofia-sip-devel] New user - using sofia as B2BUA

2008-11-18 Thread Timo Bruhn
> -Ursprüngliche Nachricht- > Von: "Linus Surguy" <[EMAIL PROTECTED]> > Gesendet: 18.11.08 11:20:29 > An: sofia-sip-devel@lists.sourceforge.net > Betreff: [Sofia-sip-devel] New user - using sofia as B2BUA > Hi All, > > Just starting out with Sofia and NUA, and so far its all going smooth

Re: [Sofia-sip-devel] public network address in via-h eader / application generated via

2008-11-18 Thread Timo Bruhn
> -Ursprüngliche Nachricht- > Von: "Pekka Pessi" <[EMAIL PROTECTED]> > Gesendet: 12.11.08 19:59:33 > An: "Timo Bruhn" <[EMAIL PROTECTED]> > CC: sofia-sip-devel@lists.sourceforge.net > Betreff: Re: [Sofia-sip-devel] public network address in via-header / > application generated via > 2008

[Sofia-sip-devel] New user - using sofia as B2BUA

2008-11-18 Thread Linus Surguy
Hi All, Just starting out with Sofia and NUA, and so far its all going smoothly. Creating a B2BUA application as a control with all SDP media to be transmitted transparantly between both sides. I don't want SOA to try and get involved in this, so I've used NUTAG_MEDIA_ENABLE(0). I can access