Can someone let me know what this statement does?
avp_db_load("$ru/domain","i:/domain_preferences");
Thank you,
Arun___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/c
run
________
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Monday, April 28, 2014 3:29 AM
Subject: Re: [SR-Users] avp_db_load() & fetch attribute
Hello,
have you set use_domain parameter?
http://kamailio.or
Can someone let me know how I can fetch an attribute depending on the value of
two columns. For eg, in my usr_preference table I have 3 columns;
username, domain, attribute.
I need to fetch the attribute if the username = $ru and domain= $rd. Can
someone let me know how this can be done, than
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
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
Thanks Daniel, it is fine now.
Regards,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Thursday, April 24, 2014 2:09 AM
Subject: Re: [SR-Users] Problem accessing git repository
Hello,
now seems to
Is there a problem with the git repository? When I try to download kamailio
(git clone --depth 1
git://git.sip-router.org/sip-router kamailio ) I get an error saying that
git.sip-router.org can not be reached. Please let me know, thank you.
Arun___
SIP
: : [cfg.y:3567]: yyerror_at():
parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 259,
column 12-21: failed to load module
Regards,
Arun
From: jay binks
To: arun Jayaprakash
Cc: Kamailio (SER) - Users Mailing List
Sent: Friday, March 21
Hello, I am trying to set up my Kamailio config file with geoip but I keep
getting the following error:
ERROR: [modparam.c:163]: set_mod_param_regex(): set_mod_param_regex: No
module matching found
I have set my modparam as follows:
modparam("geoip", "path", "/usr/share/GeoIP/GeoLiteCity.da
You can run this following command that will give you the last 200 lines of
your syslog;
tail - 200 /var/log/syslog
From: Arya Farzan
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, February 26, 2014 11:26 PM
Subject: Re: [SR
Take a look at your syslog entries (or any other log folder you set up for
kamailio), you should find some information there.
Arun
From: Arya Farzan
To: sr-users@lists.sip-router.org
Sent: Wednesday, February 26, 2014 3:57 PM
Subject: [SR-Users] kamailio erro
Alex, thank you for your pointers. I will work with Asterisk to see how I can
change the caller ID instead of messing with the UAC module. Thanks again.
Regards,
Arun
From: Alex Balashov
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent
Hello, I have a problem that my calls get rejected by he pstn gateway as my
gateway is expecting a DID number instead of a 4 digit extension as the 'from
user". Let me explain my situation:
1. I have set callfwd_busy in my user preference table.
2. In my failure route I check to see if callfwd_
Did you try this;
http://www.palner.com/blog/303/kamailio-behind-nat/#more-303
Regards,
Arun
From: Neo Quartz
To: sr-users@lists.sip-router.org
Sent: Wednesday, February 19, 2014 8:22 AM
Subject: Re: [SR-Users] NAT traversal problem with Kamailio when trying
Thank you.
From: Daniel Tryba
To: sr-users@lists.sip-router.org
Sent: Monday, February 17, 2014 3:13 AM
Subject: Re: [SR-Users] Change table type...
On Friday 14 February 2014 20:32:34 arun Jayaprakash wrote:
> Hello, I am planning to change the table t
Hello, I am planning to change the table type in the Kamailio Mysql db from
MyISAM to Innodb. Could anyone let me know if this will be an issue? Thank you.
Arun___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.si
I have most of these features built using kamailio+asterisk. I am sure you can
use freeswitch too to accomplish these tasks.
Regards,
Arun
From: Vijay Thakur
To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Sent: Thursda
did
On 02/10/2014 04:00 PM, arun Jayaprakash wrote:
> Hello, I have set up call forwarding in Kamailio using user_preference
> table. When I make a call from a local extension the callfwd funcition
> works. The call gets forwarded to an external did number. The problem
> happ
# only local users allowed to call
# if((from_uri!=myself)) {
# sl_send_reply("403", "Not Allowed");
# exit;
# }
Regards,
Arun
From: Fred Posner
To: sr-users@lists.sip-router.org
Sent: Monday, February 10,
Hello, I have set up call forwarding in Kamailio using user_preference table.
When I make a call from a local extension the callfwd funcition works. The call
gets forwarded to an external did number. The problem happens when and external
call ( from a DID) comes to this extension the call does n
I think I found the link, let me give it a shot.
http://siremis.asipto.com/install-mi-commands-panel/
Thanks,
Arun
From: jay binks
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, February 5, 2014 10:00 PM
Subject: Re: [SR-Users
Thank you, that works! How do I call it from Siremis?
Regards,
Arun
From: jay binks
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, February 5, 2014 10:00 PM
Subject: Re: [SR-Users] MI commands ?
I call my "MI Commands&
Hello, what do I need to do to be able to run MI commands on Kamailio 4.0? When
I run MI commands from Siremis no results come back. Thank you.
Arun___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
Hello, when I use the domain module in non caching mode will I need to issue
the domain reload command when a new domain is added to to the table?
Thank you,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Daniel, will there be a problem if I set up a cron job to run the domain reload
command every 5 minutes?
Thanks,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Friday, January 3, 2014 3:24 AM
Subject
What is the airport that I will need to fly into? Just checking on some ticket
prices.
Thanks,
Arun
From: Daniel-Constantin Mierla
To: Kamailio (SER) - Users Mailing List ; sr-dev
; busin...@lists.kamailio.org
Sent: Tuesday, January 14, 2014 5:42 AM
Subject:
Hello,
I have set up two extensions in my network, both have identical configurations.
When I call from ext A to ext B I have no problem; ext B rings and I can hear
audio. Now when I call from ext B to ext A I get the following error: "Got SIP
response 400 "Bad From URI" back from 172.10.30.15
quot; back from 172.10.30.15". Could someone let me know
why this happens, what could be the issue and what I need to check for? Thank
you for your help.
Arun Jayaprakash
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@
Hello,
I am using Kamailio with a multidomain set up. It is working well but for one
issue: I first populate the /etc/hosts file with the domain name and the IP
address ( and of course the domain table ) but the new domain does not take
effect till I restart the kamailio. Does anyone know how
From: Will Ferrer
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, November 26, 2013 5:06 PM
Subject: Re: [SR-Users] adding new column in the CDRS table?
Hi Arun
We have added several columns to our cdr table simple by connecting to the
Hello, can someone let me know how I can add a new field in the cdrs table? I
would like to set a flag depending if a call is make to another extension
number of if the call is made to a PSTN line. Thank you for the help.
Arun___
SIP Express Router (SE
Thank you.
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, October 2, 2013 2:28 AM
Subject: Re: [SR-Users] debugging some error logs
Hello,
these messages are printed by debugger module with
Hello, I am seeing some error logs as follows in my log file and would like to
know what this means? Could someone help me with this:
Oct 1
21:46:34 ip-172-10-30-30 /usr/local/sbin/kamailio[2215]: ERROR: *** cfgtrace:
c=[/usr/local/etc/kamailio//kamailio.cfg] l=592 a=5 n=route
Oct 1
21:46:34 ip
performance of the
system?
Regards,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, October 1, 2013 11:14 AM
Subject: Re: [SR-Users] Phones losing registration.
Hello,
first you should
ioned and will keep you
posted.
Thank you,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, October 1, 2013 11:14 AM
Subject: Re: [SR-Users] Phones losing registration.
Hello,
first you s
Hello,
I am running into a problem with my set up. I have Kamailio 4.0 set up with an
Asterisk server (ARA). Initially I had three machines; one for Kamailio, one
for Asterisk and one for my db. The set up worked fine for about a week after
which I saw that my phones were losing registration
Thank you Daniel.
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, September 4, 2013 5:06 AM
Subject: Re: [SR-Users] Call Baring
Hello,
On 8/27/13 12:04 AM, arun Jayaprakash wrote:
Hello, with
Hello, can someone give me some pointers as to how to do a blind transfer /
agent transfer using Kamailio. My current set up uses Kamailio to authenticate
and register users and Asterisk to do the call handling.
Thank you,
Arun
___
SIP Express Router (
Hello, with outgoing white list/black list I am able to put a prefix in the
user preference table to block certain out going calls. In the same way is it
possible to block incoming calls depending on certain prefixes ( like 1-800)?
Regards,
A
___
SI
On Mon, Aug 26, 2013 at 3:33 PM, arun Jayaprakash
wrote:
This is a very basic question, but can someone let me know what this line means?
>
>
>if($si==$sel(cfg_get.pstn.gw_ip))
> return 1;
> return -1;
&g
This is a very basic question, but can someone let me know what this line means?
if($si==$sel(cfg_get.pstn.gw_ip))
return 1;
return -1;
Thank you,
A
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-
ller id to 88 but how come in my xlog I still
see the old $fU and not the updated one?
Thanks for the help.
A
From: Alex Balashov
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Thursday, August 22, 2013 4:08 PM
Subject: Re: [SR-Us
Hello, can someone let me know how I can modify the "from user" when making an
outbound PSTN call. For example, when I make a PSTN call now the caller ID
shows up as my 4 digit extension but I would like my PSTN number displayed
instead. Thank you.
Arun
_
Looking forward to reading it Daniel, thanks.
Arun
From: Julien Chavanton
To: Kamailio (SER) - Users Mailing List
Sent: Thursday, August 8, 2013 7:16 AM
Subject: Re: [SR-Users] Kamailio Admin Book
table of content looks promising
On Wed, Aug 7, 2013 a
: Henning Westerholt
To: sr-users@lists.sip-router.org; arun Jayaprakash
Sent: Tuesday, July 16, 2013 7:36 AM
Subject: Re: [SR-Users] check blacklist error...
Am Montag, 15. Juli 2013, 18:56:58 schrieb arun Jayaprakash:
> Hello, I am trying to activate the check blacklist function but I keep
Hello, I am trying to activate the check blacklist function but I keep getting
an error. The script I run is this;
if(!check_blacklist("global_blacklist")){
sl_send_reply("403","Forbidden");
exit;
}
When I restart kamailio I get the following error;
failed to fi
Got the issue corrected, works now. Thank you.
From: arun Jayaprakash
To: Kamailio Mailing List
Sent: Sunday, July 14, 2013 4:22 PM
Subject: Bad event error with an incoming PSTN call...
Hello,
I am trying to make an incoming PSTN call to and
Hello,
I am trying to make an incoming PSTN call to and extension connected to
Kamailio. I have set up the db_alias module and I have allowed the gateway to
bypass the authentication. When I try and make a the call from the PSTN line I
keep getting a 489 Bad Event error. Can someone let me kno
run
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Thursday, July 11, 2013 6:03 AM
Subject: Re: [SR-Users] configuring an incoming PSTN line...
Hello,
On 7/6/13 5:12 PM, arun Jayaprakash wrote:
He
Daniel, I got the answer for gdbthanks.
Arun
From: arun Jayaprakash
To: "mico...@gmail.com" ; Kamailio (SER) - Users Mailing
List
Sent: Thursday, July 11, 2013 6:03 AM
Subject: Re: [SR-Users] RTP proxy high CPU utilization...
Thank you D
Thank you. I will take a look at it.
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Thursday, July 11, 2013 6:03 AM
Subject: Re: [SR-Users] configuring an incoming PSTN line...
Hello,
On 7/6/13 5:12 PM
Thank you Daniel. Can you let me know what do you mean by "attach with gdb",
thanks again.
Regards,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Thursday, July 11, 2013 5:57 AM
Subject: Re:
I am still having issues with this, can someone shed some light on this so I
will know where to start looking for the problem as I am new to Kamailio.
Thank you.
Regards,
Arun
From: arun Jayaprakash
To: Kamailio Mailing List
Sent: Monday, July 8, 2013
ok, thank you.
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Wednesday, July 10, 2013 5:48 AM
Subject: Re: [SR-Users] Increase registration expiration time?
iirc, increasing the expire time is not
Hello,
I have set up my Asterisk server with Kamailio where Kamailio handles the user
authentication as per
http://kb.asipto.com/asterisk:realtime:kamailio-3.1.x-asterisk-1.6.2-astdb. It
is working well, I am able to make calls, two way sound, etc. The problem I am
facing is that after maki
Please ignore the question, got the answer
From: arun Jayaprakash
To: Kamailio Mailing List
Sent: Monday, July 8, 2013 1:06 AM
Subject: Error : nh_show_rtpp is not available
Hello, when I run this command : kamctl fifo nh_show_rtpp
I get an error
Hello, when I run this command : kamctl fifo nh_show_rtpp
I get an error saying nh_show_rtpp is not available, can someone let me know
what the issue could be? Thank you.
7(13032) ERROR: mi_fifo [fifo_fnc.c:470]: mi_fifo_server(): fifo command
nh_show_rtpp is not available
7(13032) DEBUG: mi
Hello,
can someone please give me some pointers as to how to configure the proxy
server to receive incoming calls from a PSTN line. I had not problem setting up
extensions and making outgoing PSTN calls. I am not able to find any documents
( or I am not looking in the right place ) as to how t
Daniel, thank you, I have got it to work on my ec2 instance. I had to open more
UDP ports ( opened from 35000 to 65000) and that enabled two way voice
communication. Thanks again.
Regards,
Arun
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio
Carsten, will I need to remove previously installed version of RTP proxy before
installing this version?
Arun
From: Carsten Bock
To: Daniel-Constantin Mierla ; Kamailio (SER) - Users
Mailing List
Cc: arun Jayaprakash
Sent: Tuesday, July 2, 2013 12:41
Can someone let me know how I can increase the registration expiration time for
my endpoint devises? Currently the expiration time is at 60 secs. Thank you.
U 2013/07/03 04:39:53.000710 71.252.xxx.xxx:1029 -> 10.164.62.166:5060
REGISTER sip:54.235.xx.xx SIP/2.0.
Via: SIP/2.0/UDP
192.168.1.8:506
5060 -> 50.84.xxx.yyy:61472
SIP/2.0 200 OK.
Via: SIP/2.0/UDP
172.10.17.88:61472;rport=61472;received=50.84.xxx.yyy;branch=z9hG4bK-d8754z-8d614214534e5b28-1---d8754z-.
Call-ID: yyVVgjCpXJdhzaMpBkVfbopF1UOtRPP-.
From: ;tag=1718096f.
To: "1002" ;tag=ryAGHAFEBqSFh3wr9OXhLqw4TuzvwfE5.
CSeq: 2 BYE.
Co
n Tue, Jul 2, 2013 at 3:22 PM, Sergey Okhapkin
wrote:
That might not work. Substituting of advertise IP address is not enough. NAT
>router could mangle IP port too.
>
>Once again - RTP proxy must run on a public IP address. There are no
>workarounds.
>
>
>On Tuesday 02 July
Does that mean that Kamailio can not be installed on an ec2 instance ?
From: Sergey Okhapkin
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, July 2, 2013 2:22 PM
Subject: Re: [SR-Users] Issue with RTP proxy
That might not
...also
listen=udp:10.164.62.166:5060 advertise 54.235.xx.xx:5060
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, July 2, 2013 12:41 PM
Subject: Re: [SR-Users] Issue with RTP proxy
On 7/2
a958126e09;call_id=9wJWhSfXDQyPKe.h9ZeK38gdg5Yl4msl;code=200;reason=OK;src_user=1002;src_domain=54.x.x.36;src_ip=71.252.x.x;dst_ouser=1001;dst_user=38246571;dst_domain=192.168.1.15
Suggestions? Thanks.
Arun
________
From: Daniel-Constantin Mierla
To: arun Jayaprakash ;
Can you please give me some pointers as to how to apply this patch, I have
never done one in the past. Thank you.
Regards,
Arun
From: Sergey Okhapkin
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, July 2, 2013 11:49 AM
Subject
r | Team Forrest / LOD
>> direct: 503-914-0999 | fax: 954-472-2896
>>
>> On 07/02/2013 10:17 AM, Daniel-Constantin Mierla wrote:
>>> Hello,
>>>
>>> have you re-installed rtpproxy from sources after applying the patch I
>>> provided the
t_max] [-u uname[:gname]] [-n timeout_socket] [-d
log_level[:log_facility]]
From: Daniel-Constantin Mierla
To: arun Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Tuesday, July 2, 2013 2:39 AM
Subject: Re: [SR-Users] Issue with RTP proxy
Hell
Hello, when I try and register an extension I get the following errors, can
someone let me know what this means?
2(4712) ERROR:
Hello, I have enabled RTP proxy on my machine (ec2 instance) by running the
following script:
rtpproxy -F -l mypublicip -s udp:localhost:7722
but I keep getting this error. The phones ring but there is no audio:
3(4144) ERROR: rtpproxy [rtpproxy.c:2647]: force_rtp_proxy(): incorrect port 0
Hello, I am trying to integrate Kamailio 4.0 into my architecture when using
asterisk 1.8.17. When doing so I am getting these errors. Can someone let me
know what I need to do? Thank you.
Jun 30 04:09:19 ip-10-164-48-61 kamailio[1804]: INFO: rr
[../outbound/api.h:49]: ob_load_api(): Failed to
72 matches
Mail list logo