[SR-Users] Need an explanation of the contents of the LCR gw_uri_avp for replacement I am making to some of the functionality of the LCR module

2014-04-26 Thread Juha Heinanen
Will Ferrer writes: > I have found you can overwrite the contents of the gw_uri_avp (default: > $avp(i:709)) substitute this function call. However I am a bit unclear > about what goes in this avp. I was wondering if any one knew of a place I > could find this information. gw_uri_avp is internal

Re: [SR-Users] No secure attributes from rtpengine in SRTP/RTP bridge mode

2014-04-26 Thread Juha Heinanen
Alexey Rybalko writes: > There is no such attribute in SDP payload from the latest Mozilla (v.29). > > v=0 > o=Mozilla-SIPUA-29.0 371 0 IN IP4 0.0.0.0 > s=SIP Call > t=0 0 > a=ice-ufrag:083b4837 > a=ice-pwd:dac461d48770be5e1dae6c450e144bf3 > a=fingerprint:sha-256 > C3:AA:DB:75:D7:60:FC:B6:94:A7:8

[SR-Users] avpops question...

2014-04-26 Thread arun Jayaprakash
Hello, I have a piece of code as follows: $avp(callfwdcount) = 0;   $avp(dnumber) = $rU;   $var(found) = 0;   while($avp(callfwdcount) < 3) {     if (avp_db_load("$avp(dnumber)", "$avp(callfwd_permanent)"))    {           .          $avp(dst_number) = $avp(callfwd_permanent); # SET THE CALL

[SR-Users] Need an explanation of the contents of the LCR gw_uri_avp for replacement I am making to some of the functionality of the LCR module

2014-04-26 Thread Will Ferrer
Hi I am working on replacing the functionality of the load_gws LCR function call in our application. I have found you can overwrite the contents of the gw_uri_avp (default: $avp(i:709)) substitute this function call. However I am a bit unclear about what goes in this avp. I was wondering if any o

Re: [SR-Users] No secure attributes from rtpengine in SRTP/RTP bridge mode

2014-04-26 Thread Richard Fuchs
On 04/26/14 18:24, Alexey Rybalko wrote: > "Failed to set remote answer sdp: Called with a SDP without crypto > enabled" (Chrome) > > RTPEngine log is attached. Please try again with ICE=force instead of force_relay, or (more conservatively) ICE=remove in the offer and ICE=force in the answer. Yo

Re: [SR-Users] No secure attributes from rtpengine in SRTP/RTP bridge mode

2014-04-26 Thread Alexey Rybalko
"Failed to set remote answer sdp: Called with a SDP without crypto enabled" (Chrome) RTPEngine log is attached. regards, /A 2014-04-27 2:09 GMT+04:00 Richard Fuchs : > On 04/26/14 17:32, Alexey Rybalko wrote: > > > No success for both browsers. It's should be noticed that Chrome > > provides

Re: [SR-Users] No secure attributes from rtpengine in SRTP/RTP bridge mode

2014-04-26 Thread Richard Fuchs
On 04/26/14 17:32, Alexey Rybalko wrote: > No success for both browsers. It's should be noticed that Chrome > provides both SDES ("crypto") and DTLS ("fingerprint"+"setup:actpass") > attibutes (does DTLS have priority in a such case?). However rtpengine > doesn't provide such SRTP data. May be any

Re: [SR-Users] No secure attributes from rtpengine in SRTP/RTP bridge mode

2014-04-26 Thread Alexey Rybalko
Hi, Richard! Thank you for quick feedback! There is no such attribute in SDP payload from the latest Mozilla (v.29). v=0 o=Mozilla-SIPUA-29.0 371 0 IN IP4 0.0.0.0 s=SIP Call t=0 0 a=ice-ufrag:083b4837 a=ice-pwd:dac461d48770be5e1dae6c450e144bf3 a=fingerprint:sha-256 C3:AA:DB:75:D7:60:FC:B6:94:A7

[SR-Users] avpops question...

2014-04-26 Thread arun Jayaprakash
Hello, I have a piece of code as follows: $avp(callfwdcount) = 0;   $avp(dnumber) = $rU;   $var(found) = 0;   while($avp(callfwdcount) < 3) {     if (avp_db_load("$avp(dnumber)", "$avp(callfwd_permanent)"))    {           .          $avp(dst_number) = $avp(callfwd_permanent); # SET THE CALL FO

Re: [SR-Users] cnxcc

2014-04-26 Thread Carlos Ruiz Díaz
I did find a bug, using your config script, I will fix it this weekend. Try with this configuration file [1]. [1] https://gist.github.com/caruizdiaz/11323017 In summary, you can't use more than one check mechanisms. It has to be credit, time or channels, exclusively. Also, I need to test your co

Re: [SR-Users] cnxcc

2014-04-26 Thread Carlos Ruiz Díaz
Hi Andrzej, are you trying to setup cnxcc to check both credit and maximum simultaneous calls? Regards, On Sat, Apr 26, 2014 at 9:26 AM, Andrzej Ciupek wrote: > Hello > > I’am using default config with options from an example. It looks like > event route isn’t execuded after hangup. > > Apr

Re: [SR-Users] cnxcc

2014-04-26 Thread Carlos Ruiz Díaz
Hi, sorry guys, I forgot about this. I will make my own tests and post the results. Andrzej, can you post the configuration file you are using? Regards, Carlos On Sat, Apr 26, 2014 at 4:15 AM, Kelvin Chua wrote: > No, I have not yet found the solution for this issue on my setup. > > Maybe Ca

Re: [SR-Users] cnxcc

2014-04-26 Thread Kelvin Chua
No, I have not yet found the solution for this issue on my setup. Maybe Carlos can help us out On Apr 26, 2014 5:10 PM, "Andrzej Ciupek" wrote: > Hello > > Have You solved this issue ? > I’am using Kamailio 4.1.3 and I’am getting the same results. > > Greetings > Andrzej Ciupek > _

[SR-Users] Record-Route header

2014-04-26 Thread jignesh gandhi
Hello All, I have a need to save the Record-Route header from the INVITE and  use it as a route header in requests like BYE. PROXY --> Kamailio(as PROXY) --> Asterisk I am using rr module to add a record_route when passing the INVITE to Asterisk. Thanks, Jignesh Gandhi__