Hello, In now days i have a strange issue in registering users in kamailio.
My senario is the following:
I setup kamailio with basic configurations and i created 2000 users in
mysql(from 10000 to12000). With registration senario with SIPP tool, i
have not issue and every things works right,(Notice that we know SIPP
uses the same source ip for all registration), But when i use Spirent
Abacus 5000(Test solution for voice, VoLTE and IMS), the kamailio just
register 1024 users and other users could not register to kamailio.
Spirent Abacus 5000 use the different source ip for each registration.
I have these error in syslog message:
ERROR: sl [../../core/forward.h:201]: msg_send buffer(): udp_send failed
one possible reason is the server is bound to localhost
I set this parameter in kamailio configurations, but the issue dont solved:
open_files_limits:2048
and in linux configuration:
ulimit -n 999999
Please let me know how can i fixed it?
With Regards.
--Mojtaba Esfandiari.S
Hello, In now days i have a strange issue in registering users in kamailio.
My senario is the following:
I setup kamailio with basic configurations and i created 2000 users in
mysql(from 10000 to12000). With registration senario with SIPP tool, i
have not issue and every things works right,(Notice that we know SIPP
uses the same source ip for all registration), But when i use Spirent
Abacus 5000(Test solution for voice, VoLTE and IMS), the kamailio just
register 1024 users and other users could not register to kamailio.
Spirent Abacus 5000 use the different source ip for each registration.
I have these error in syslog message:
ERROR: sl [../../core/forward.h:201]: msg_send buffer(): udp_send failed
one possible reason is the server is bound to localhost
I set this parameter in kamailio configurations, but the issue dont solved:
open_files_limits:2048
and in linux configuration:
ulimit -n 999999
Please let me know how can i fixed it?
--
--Mojtaba Esfandiari.S
Annus Fictus writes:
> on ip_addr field the value is a normal IPv4 address like 1.2.3.4
>
> The gw_uri_avp befor call next_gws is:
>
> '1|sip:|0|||253719602||5060||;transport=udp|0'
That looks fine and these are just debug messages:
> DEBUG: lcr [../../core/resolve.h:258]: str2ip(): str2ip: ERROR: too few
> dots in [253719602]
> DEBUG: lcr [../../core/resolve.h:355]: str2ip6(): str2ip6: ERROR: too
> few colons in [253719602]
The code first tries if address field (in this case 253719602) contains
an ip 4 or 6 address string and, if not, takes int from the field and
places it into addr struct:
if (s.len > 0) {
if ((ip = str2ip(&s)) != NULL)
*addr = *ip;
else if ((ip = str2ip6(&s)) != NULL)
*addr = *ip;
else {
str2int(&s, &u);
addr->af = AF_INET;
addr->len = 4;
addr->u.addr32[0] = u;
}
} else {
addr->af = 0;
}
-- Juha
Hello, In now days i have a strange issue in registering users in kamailio.
My senario is the following:
I setup kamailio with basic configurations and i created 2000 users in
mysql(from 10000 to12000). With registration senario with SIPP tool, i
have not issue and every things works right,(Notice that we know SIPP
uses the same source ip for all registration), But when i use Spirent
Abacus 5000(Test solution for voice, VoLTE and IMS), the kamailio just
register 1024 users and other users could not register to kamailio.
Spirent Abacus 5000 use the different source ip for each registration.
I have these error in syslog message:
ERROR: sl [../../core/forward.h:201]: msg_send buffer(): udp_send failed
one possible reason is the server is bound to localhost
I set this parameter in kamailio configurations, but the issue dont solved:
open_files_limits:2048
and in linux configuration:
ulimit -n 999999
Please let me know how can i fixed it?
With Regards. Moj
--Mojtaba Esfandiari.S
Hello,
any explication about these messages?
DEBUG: lcr [../../core/resolve.h:258]: str2ip(): str2ip: ERROR: too few
dots in [253719602]
DEBUG: lcr [../../core/resolve.h:355]: str2ip6(): str2ip6: ERROR: too
few colons in [253719602]
Thnak you
Regards
Hi all.
I need to route calls to different counties to different pstn gateways. But in the config file, i can only set one pstn gw ip:port in pstn section. How should i do it? Can i use carrierroute module to do this? If yes, can anyone paste a config sample?
many thanks
Jesse
I am config rtpproxy with kamailio but I am stuck at
- option for NAT SIP OPTIONS keepalives: WITH_NATSIPPING
It is configure in client side?
Thanks,
Nhan
Hi all.
I need to route calls to different counties to different pstn gateways. But in the config file, i can only set one pstn gw ip:port in pstn section. How should i do it? Can i use carrierroute module to do this? If yes, can anyone paste a config sample?
many thanks
Jesse
发自我的华为手机