Re: [Kamailio-Users] H323 - SIP Signalling gateway for Kamailio

2009-09-22 Thread Klaus Darilion
Kamailio does not support H323. Asterisk and Freeswitch support H323, although I do not know if video is supported too. regards klaus General Lee schrieb: Hi, I'm looking for a H323 - SIP signalling gateway which I can use to bridge video calls between my H323 Gatekeeper and Kamailio system.

Re: [Kamailio-Users] content about kamailio start error

2009-09-22 Thread Daniel-Constantin Mierla
Hello, On 23.09.2009 5:17 Uhr, zhangchao1 wrote: Hello everyone, i have some questions about kamailio. After i install rtpproxy 0.3version, rtpproxy version 0.3?!? That is pretty old if still exist, use a more recent one to be sure it works with kamailio, like 1.2 or 1.1. the kamailio serv

Re: [Kamailio-Users] Comparing AVPs to user variables

2009-09-22 Thread Daniel-Constantin Mierla
On 22.09.2009 21:37 Uhr, Alex Balashov wrote: The $avp(s:call_limit) came from a numerical database field, but was returned by a Perl script (via the Perl module), perhaps as a string, not sure. if you are not sure both are int, use the {s.int} transformation to force that. Cheers, Daniel

[Kamailio-Users] H323 - SIP Signalling gateway for Kamailio

2009-09-22 Thread General Lee
Hi, I'm looking for a H323 - SIP signalling gateway which I can use to bridge video calls between my H323 Gatekeeper and Kamailio system. Has anyone done anything like this before? Are you able to suggest any suitable h323 - SIP video gateway solutions I could use? Thanks -- View this mess

[Kamailio-Users] content about kamailio start error

2009-09-22 Thread zhangchao00001
Hello everyone, i have some questions about kamailio. After i install rtpproxy 0.3version, the kamailio server can't work any more. The following is the error message. Dose any one know the reason? dose the rtpproxy 0.3 change something that kamailio need? Sep 23 11:07:53 [4911] INFO:core

Re: [Kamailio-Users] Comparing AVPs to user variables

2009-09-22 Thread Alex Balashov
The $avp(s:call_limit) came from a numerical database field, but was returned by a Perl script (via the Perl module), perhaps as a string, not sure. catalina oancea wrote: How did your vars get their values? This problem happened to me once when I got string values instead of integers from my

Re: [Kamailio-Users] Comparing AVPs to user variables

2009-09-22 Thread catalina oancea
How did your vars get their values? This problem happened to me once when I got string values instead of integers from mysql. The comparison was made as if the values were strings not integers. 2009/9/22 Daniel-Constantin Mierla : > Hello, > > On 22.09.2009 18:43 Uhr, Alex Balashov wrote: >> >> I

Re: [Kamailio-Users] Comparing AVPs to user variables

2009-09-22 Thread Daniel-Constantin Mierla
Hello, On 22.09.2009 18:43 Uhr, Alex Balashov wrote: Is there a known bug in Kamailio 1.4.1 that causes comparisons like this to be inaccurate? not remember right now, could you try with the last in that branch? If still there, should be fixed - 1.4.x is still maintained for such bugs, which i

Re: [Kamailio-Users] Stupid softswitch sending a CANCEL wit h "To tag" in parallel forking

2009-09-22 Thread Iñaki Baz Castillo
El Martes, 22 de Septiembre de 2009, Daniel-Constantin Mierla escribió: > try to use onreply route and remove the tag parameter from the To header > (eventually remove contact header so no much indication about who > replies). Maybe the softswitch goes ok this time. Probably is better to > drop

Re: [Kamailio-Users] Stupid softswitch sending a CANCEL with "To tag" in parallel forking

2009-09-22 Thread Daniel-Constantin Mierla
Hello, On 22.09.2009 18:38 Uhr, Iñaki Baz Castillo wrote: Hi, I've experimenting an absurd issue when a softswitch calls to Kamailio and receives two 180 (with different To tags) due to parallel forking made by Kamailio. When the softswitch receives the second 180 (with the second To tag) it se

[Kamailio-Users] Comparing AVPs to user variables

2009-09-22 Thread Alex Balashov
Is there a known bug in Kamailio 1.4.1 that causes comparisons like this to be inaccurate? get_profile_size("people", "$avp(s:person_id)", "$var(u_call_count)"); ... if($var(u_call_count) >= $avp(s:call_limit)) In this case, $var(u_call_count) was 3 and $avp(s:call_limit) was 26 - I

[Kamailio-Users] Stupid softswitch sending a CANCEL with "To tag" in parallel forking

2009-09-22 Thread Iñaki Baz Castillo
Hi, I've experimenting an absurd issue when a softswitch calls to Kamailio and receives two 180 (with different To tags) due to parallel forking made by Kamailio. When the softswitch receives the second 180 (with the second To tag) it sends a ridiculous CANCEL with To tag matching the second To ta

Re: [Kamailio-Users] How can I access dialog attributes from within timeout route?

2009-09-22 Thread Daniel-Constantin Mierla
Hello, On 22.09.2009 18:07 Uhr, Nathan Angelacos wrote: [Bump] resending in case this was missed - sorry for the noise. Anyone know if its possible to get dialog attributes from within a timeout route? indeed, missed the email. This should be possible, I will check. Cheers, Daniel Nathan

Re: [Kamailio-Users] How can I access dialog attributes from within timeout route?

2009-09-22 Thread Nathan Angelacos
[Bump] resending in case this was missed - sorry for the noise. Anyone know if its possible to get dialog attributes from within a timeout route? Nathan Angelacos wrote: Hi, In kamailio 1.5.2-notls, I'm trying to get the CallID of a dialog that has timed out: if (is_method( "INVITE" ) && !

Re: [Kamailio-Users] [Serusers] [sr-dev] SIP Router Development Meeting - Oct 2, 2009, Berlin, Germany

2009-09-22 Thread hh174
Between Barcelona and Berlin, there is a city called Brussels. I probably can arrange the accomodation depending on the number of participants. Olivier samuel a écrit : I am definetely interested in the option of a meeting in Barcelona. Samuel 2009/9/18 Victor Pascual Avila