(assuming that is the extension contact) maybe
that is a better solution, but I dont know how to configure Asterisk to
forward everything to Kamailio then or integrate via the database or
something.
Thanks in advance for any help
Regards
Graham
kamailio.cfg
Descripti
I want to query the cached table without invoking one of the permission module
methods. The only way peer_tag_avp is loaded is a result of calling
allow_address() for example.
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
ycaner
Sent: Wed
Is there a way to access a cached database table from the config file, without
using a function from a module?
Example - Lookup ip_addr from 'address' table or src_ip from 'trusted' table
based on the 'tag' column. No function exists in permissions module to do this,
but running 'kamctl address
Confirmed working, thanks!
-dan
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel-Constantin Mierla
Sent: Monday, June 13, 2016 5:00 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] IP TOS
Hello,
On 10/06/16 22:12, Daniel W. Graham wrote
Could I get some clarification on tos global setting as referenced by
documentation below?
Specifically, are DSCP values allowed? Or is this simply for scheduling
purposes at the OS level?
I can change the value once packets hit the network but if possible would like
0x60 to originate from Kam
+1 for corosync/pacemaker with drbd or a flavor of master/master replication
-dan
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Fred
Posner
Sent: Sunday, June 5, 2016 8:22 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] High availability
If it's
users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex
Balashov
Sent: Wednesday, February 17, 2016 10:56 PM
To: Daniel W. Graham
Subject: Re: [SR-Users] Upgrade 4.0 to 4.3
Yep. Just be sure to increment to the table version 4.3 expects, which may be
a jump of more than 1. Look to Kam
aniel
On 16/02/16 17:31, Daniel W. Graham wrote:
I'm looking to upgrade a system from 4.0 to 4.3
I see the various upgrade docs
https://www.kamailio.org/wiki/install/upgrade/4.0.x-to-4.1.0
https://www.kamailio.org/wiki/install/upgrade/4.1.x-to-4.2.0
https://www.kamailio.org/wiki/install/upgrad
-users@lists.sip-router.org
Subject: Re: [SR-Users] Database Insert
On 02/16/2016 04:27 PM, Daniel W. Graham wrote:
> Well I assume either way would work, is there that big of performance
> hit by using sql_query?
That depends on how long the INSERT statement takes to return. :-) In
pri
PM
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] Database Insert
On 02/16/2016 11:34 AM, Daniel W. Graham wrote:
> Is there a good way to perform database insert using version 4.0?
You mean to do so asynchronously? Or just insert? If the latter, sql_query().
:-)
If the former,
I see there is a new SQLops function sql_query_async that has been added in 4.2
(I believe?).
Is there a good way to perform database insert using version 4.0?
Using mysql
Thanks!
-dan
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users ma
I'm looking to upgrade a system from 4.0 to 4.3
I see the various upgrade docs
https://www.kamailio.org/wiki/install/upgrade/4.0.x-to-4.1.0
https://www.kamailio.org/wiki/install/upgrade/4.1.x-to-4.2.0
https://www.kamailio.org/wiki/install/upgrade/4.2.x-to-4.3.0
If the updates are completed as sh
I follow now :) tested and working.
Thanks Daniel for the help!
-Dan
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: Friday, January 8, 2016 3:33 AM
To: Daniel W. Graham ; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Audio issue when using 2 port ATA
You need
t;] {
if (!t_next_contacts()) {
exit;
}
t_on_failure("HUNT_FAIL");
t_relay();
}
[dan-signature]
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: Thursday, January 7, 2016 4:24 AM
To: Daniel W. Graham ; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Us
never called
route(NATMANAGE) in the serial forking failure route.
-Dan
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel W. Graham
Sent: Wednesday, January 6, 2016 3:06 PM
To: mico...@gmail.com; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Audio
, should also be
from rtpproxy).
-Dan
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: Wednesday, January 6, 2016 8:09 AM
To: Daniel W. Graham ; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Audio issue when using 2 port ATA
Is the firewall a system that you control
Firewall is not doing sip alg, I have compared traces and they are the same.
Daniel W. Graham
CMSInter.net<http://cmsinter.net> LLC
989.400.4230
On Jan 6, 2016, at 3:05 AM, Daniel-Constantin Mierla
mailto:mico...@gmail.com>> wrote:
Hello,
is the firewall doing SIP ALG?
Can y
Setup is -
2 port ATA <> FIREWALL <> KAMAILIO / RTPPROXY <> ASTERISK
If I have a single port in use behind the firewall, all NAT functions work
properly and media is relayed through rtpproxy.
If I have both ports in use behind the firewall, when outbound calls from UA
are placed there is two w
Look at dispatcher module -
http://kamailio.org/docs/modules/stable/modules/dispatcher.html
Works great for this purpose.
-dan
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Phil
Daws
Sent: Sunday, December 27, 2015 9:44 AM
To: Kamailio (
Thanks!
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel Tryba
Sent: Thursday, November 5, 2015 4:16 AM
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] q-value on unsupported clients
> Based on the xlog output, the following
This explains a lot, I definitely wasn't aware.
Thanks for the explanation!
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Olle
E. Johansson
Sent: Thursday, November 5, 2015 4:23 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [S
t;);
append_hf("Contact: $var(newct)\r\n");
I've actually had a similar issue before replacing a hdr so I'm wondering if
I'm doing something wrong?
Thanks,
-dan
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel W. Graham
Sent: Wednesday,
to Contact header on incoming REGISTER requests?
Cheers,
Daniel
On 04/11/15 08:06, Daniel W. Graham wrote:
I have a need to use q-value for serial forking but my clients don't support
it. I need to specify unique q-value on all ports on the client device.
I explored using the User-Agent heade
I have a need to use q-value for serial forking but my clients don't support
it. I need to specify unique q-value on all ports on the client device.
I explored using the User-Agent header and appending q-value, but this wouldn't
help on multi-port clients.
Some things I have been thinking about
05:31, Daniel W. Graham wrote:
Looking for some clarification / direction on setting up forking.
I have configured clients to use q-value and is stored in location table. I see
several examples as described in TM module documentation but does not mention
use of lookup() function.
Per registrar
Looking for some clarification / direction on setting up forking.
I have configured clients to use q-value and is stored in location table. I see
several examples as described in TM module documentation but does not mention
use of lookup() function.
Per registrar documentation-
lookup()
The fu
eyes!
-Original Message-
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Friday, May 23, 2014 3:04 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Issues after upgrade
I originally put it in t
ay, May 23, 2014 2:57 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Issues after upgrade
Daniel W. Graham writes:
> Great idea! It returned a '1'.
> > if (!lookup("location")) {
> > xlogl("L_INFO", "$ci :
er upgrade
Daniel W. Graham writes:
> if (!lookup("location")) {
> xlogl("L_INFO", "$ci : Location not found for $rU\n");
> $var(rc) = $rc;
xlog $rc to see what value it has.
-- juha
_
I recently upgraded to 4.0.6 from an older 4.0.x version using GIT, since then
I have had several functions stop working. Here is one example:
I have a UA that is not in the location table, when calling I get the following
output as a result of my xlog statements - (xlog statements added for
tr
this.
Sorry to clutter the list.
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Thursday, November 14, 2013 9:07 PM
To: sr-users@lists.sip-router.org
Subject: [SR-Users] kamailio sending qop in auth header
It may
It may be my lack of understanding, but I moved from using auth_check function
to www_authenticate function and now see kamailio sending qop in auth header.
It's my understanding this is not necessary (based on UA types in use) so I
would like to remove it. Per module doc, it is "" by default, I
22 AM
To: Daniel W. Graham; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Stuck dialogs
Hello,
if it is in both memory and database, then might be that the BYE was not
received. Are you doing accounting with acc separately or store the signaling
to check if the bye was processed?
C
t see the other question, yes both in database and memory.
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: Tuesday, November 12, 2013 3:15 PM
To: Daniel W. Graham; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Stuck dialogs
paste full output to see also if there is
Thank you, always wondered how to do that.
Version 4.0.3
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: Tuesday, November 12, 2013 3:10 PM
To: Daniel W. Graham; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Stuck dialogs
On 11/12/13 8:38 PM, Daniel W. Graham
(SER) - Users Mailing List
Subject: Re: [SR-Users] Stuck dialogs
Hello,
what version do you use?
Which is the state of the dialogs that are stuck?
Cheers,
Daniel
On 11/12/13 6:17 PM, Daniel W. Graham wrote:
I'm occasionally getting a stuck dialog in my database. I use dialog module for
I'm occasionally getting a stuck dialog in my database. I use dialog module for
enforcing call limits.
I found this post but still not sure what to do:
http://lists.sip-router.org/pipermail/sr-users/2013-April/077681.html
What should I look for / how should I troubleshoot this issue?
-dan
Having an odd issue with dialog profiles, if I try to set/check profile based
on $fU or $rU call is always rejected due to call limit, but $ru or $fu work
without an issue.
Example using $fU-
$avp(s:checkuser) = $fU;
set_dlg_profile("quota","$avp(s:checkuser)");
dlg_manage();
get_profile_size
ost all commercial gateways and softswitches prefer them in this order of
precedence: PAI, RPID, From.
-- Alex
On 09/19/2013 02:14 PM, Daniel W. Graham wrote:
> Wondering what others are doing / looking for any tips for the best
> handling of caller ID in this scenario.
>
> Call
Wondering what others are doing / looking for any tips for the best handling of
caller ID in this scenario.
Call flow -
UA >> Proxy >> Asterisk >> Proxy >> Carrier
Carrier only reads caller ID by 'From header'
Asterisk is only used for media functions / b2bua and not user aware.
UA username is
-users@lists.sip-router.org
Subject: Re: [SR-Users] AVPops clarification
It's not really a question of efficiency, just of which one is better-suited to
generic database operations.
On 08/21/2013 02:12 PM, Daniel W. Graham wrote:
> I am using avp_db_load to read certain values from usr_pre
I am using avp_db_load to read certain values from usr_preferences table.
Since sqlops is more efficient / preferred over avp_db_query, I was wondering
if this would also apply to avp_db_load ?
-dan
___
SIP Express Router (SER) and Kamailio (OpenSER)
d associated user is retained so it can
ultimately be sent back to kamailio again where the rU would be replaced with
only the did before calling relay.
I assume a location lookup needs performed before I insert the did back in
otherwise a location match will not be found?
Daniel W. Gra
g they registered. Some want exactly that one and none other
than. But if you're sure your registrant can, that would be the way to do it.
"Daniel W. Graham" mailto:d...@cmsinter.net>> wrote:
Wondering how others handle DID routing?
I have seen some former posts that talk abo
Wondering how others handle DID routing?
I have seen some former posts that talk about using alaias_db, however the
request URI gets changed to the users SIP URI and the receiving device
(asterisk) cant distinguish the DID as a result.
Any thoughts are appreciated.
-dan
Wondering how others handle DID routing?
I have seen some former posts that talk about using alaias_db, however the
request URI gets changed to the users SIP URI and the receiving device
(asterisk) cant distinguish the DID as a result.
Any thoughts are appreciated.
-dan
___
ources.
Cheers,
Daniel
On 8/14/13 8:55 PM, Daniel W. Graham wrote:
Here is the debug output:
Aug 14 14:47:36 SIP01 /usr/local/sbin/kamailio[30423]: INFO:
Here is the debug output:
Aug 14 14:47:36 SIP01 /usr/local/sbin/kamailio[30423]: INFO:
I am having an issue with the is_subscriber function provided by auth_db
module. What I want to accomplish is: if the call is not to a local subscriber
then route via LCR. If the call is to a local subscriber then route via
LOCATION.
My subscriber table is called sip_accounts and I am using mul
ipsak command
in which requires srv lookup I get a segmentation fault.
Anyone seen this or have another recommendation?
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Saturday, March 16, 2013 12:47 AM
To: Kamailio
I would like to upgrade kamailio from 3.3.x to 4.0, I see this document about
database and config file changes
http://www.kamailio.org/wiki/install/upgrade/3.3.x-to-4.0.0
I currently have 3.3.x installed from GIT, is there an easy way to remove or
will I have to delete files manually and then i
in
Mierla
Sent: Wednesday, June 19, 2013 6:29 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Local subscriber lookup / usrloc
Hello,
On 6/19/13 9:29 PM, Daniel W. Graham wrote:
My kamailio implementation sits in front of a group of asterisk servers, when a
call comes into k
My kamailio implementation sits in front of a group of asterisk servers, when a
call comes into kamailio it does a series of checks on the location of the src
and dst to determine if the call is allowed. If the src is PSTN and called
user is found in the location table the call is passed to an
Cheers,
Daniel
On 3/25/13 4:30 PM, Daniel W. Graham wrote:
I don't have a syslog user, but I have tried changing ownership to the kamailio
user. I have changed ownership and permissions several times and nothing seems
to do the trick.
From:
sr-users-boun...@lists.sip-router.org<mailto:
Sent: Monday, March 25, 2013 10:59 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Debugging and syslog
On 21 March 2013 20:12, Daniel W. Graham
mailto:d...@cmsinter.net>> wrote:
I still cannot get any log messages to appear in my log, this makes it very
hard to troubl
Exceeds quota, call rejected
[$avp(s:calls)/$avp(s:call-quota)]\n");
Thanks
-Dan
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Tuesday, November 27, 2012 8:58 PM
To: SIP Router - Kamailio (OpenSER) and SIP Exp
Yep, that was it. I forgot the port is included in the dispatcher list. Once I
made the changes the forward worked. Now just to address sipsak srv lookups so
I can make it work with multi-domain and it should be set.
Thanks again!
-Dan
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-use
Thanks to all for the input. I wrote a script to call sipsak to generate the
notify and all seems to be working, however am having issues getting kamailio
to forward to the endpoint.
The notify is sent unsolicited so I figured I could just add a statement such
as:
if(is_method("NOTIFY") && ds_
watch the port numbers!
Cheers,
Charles
On 12 March 2013 19:58, Daniel W. Graham
mailto:d...@cmsinter.net>> wrote:
I read that right after I posted my next question, sorry for jumping the gun
without doing some research. Do you mind me asking what method you use for
generating the no
/Asterisk+config+voicemail.conf
Cheers,
Charles
On 12 March 2013 19:45, Daniel W. Graham
mailto:d...@cmsinter.net>> wrote:
Can you describe how your implementation works without having to scan
directory/database for changes?
-Dan
From:
sr-users-boun...@lists.sip-router.org<mailto:sr-u
Yes, srv record for both. You can control where the requests go using
priority/weights.
The location(registration) records are stored in the database, so the
registrations are not bound to a specific server.
For high availability I have had good luck with corosync / pacemaker
combination for k
Mailing List
Subject: Re: [SR-Users] Message Waiting
The script method works fine for us - but we use the externnotify option in
voicemail.conf instead of scanning for changes at directory/database level.
Regards,
Charles
On 12 March 2013 19:32, Daniel W. Graham
mailto:d...@cmsinter.net>>
While I have seen other posts I have not found anything that describes my
scenario.
Kamailio sets in front of a group of asterisk servers which are used in a round
robin dispatch group. All asterisk servers share a common database in which
voicemail boxes are defined and messages are stored.
I
ierla [mailto:mico...@gmail.com]
Sent: Friday, December 28, 2012 4:30 PM
To: Daniel W. Graham
Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Subject: Re: [SR-Users] GROUP - change database table
The 'same version number' has to be the value that corr
ers
Mailing List
Cc: Daniel W. Graham
Subject: Re: [SR-Users] GROUP - change database table
Hello,
I guess this is an issue with database table versions, grp and subscriber have
different versions (see table version).
There is an option for auth_db to skip checking the database table version. Y
I am attempting to move the location of the GROUP 'grp' table.
I created column grp in subscriber table and configured column with same
settings as default table and updated column name as follows:
modparam("group", "db_url", DBURL)
modparam("group", "table", "subscriber")
modparam("group", "use
ng. I just need to tweak timers and make sure I do not need to call any
other functions such as NATMANAGE that are specified in default route(RELAY).
-Original Message-
From: Daniel W. Graham
Sent: Friday, November 30, 2012 3:50 PM
To: SIP Router - Kamailio (OpenSER) and SIP Express Router
ip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Friday, November 30, 2012 12:42 PM
To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Subject: Re: [SR-Users] LCR Failover
Gave that a try still without success.
-Ori
Mailing List
Subject: Re: [SR-Users] LCR Failover
Daniel W. Graham writes:
> Makes sense, would LCR module permit this scenario to work in a
> different configuration? Or should I be looking at another module? I
> could use dispatcher but I'd like the ability to add additional r
s.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Juha Heinanen
Sent: Thursday, November 29, 2012 5:37 PM
To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Subject: [SR-Users] LCR Failover
Daniel W. Graham writes:
> I am having iss
1, prefix null, from_uri null, request_uri null, stopper 0, enabled 1
Any ideas what could cause this?
Any help is much appreciated.
Thanks,
-dan
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel W. Graham
Sent: Thursday, November 29
I am having issues with LCR failure route. I have two gateways specified in LCR
table, if I change the address of the gateway with highest priority to a bogus
IP, the failure route never seems to takes place and call is never routed to
second gateway.
Also, I have tested successful calls to both
owing configuration of logging:
#!ifdef WITH_DEBUG
debug=4
log_stderror=yes
#!else
debug=2
log_stderror=no
#!endif
memdbg=5
memlog=5
log_facility=LOG_LOCAL0
2012/11/27 Daniel W. Graham mailto:d...@cmsinter.net>>
Thanks for the reply -
I have done that with no luck.
-Original Message
Express Router (SER) - Users
Mailing List
Subject: Re: [SR-Users] Debugging and syslog
touch the log file?
restart rsyslog?
On Tue, Nov 27, 2012 at 3:38 AM, Daniel W. Graham wrote:
> Hello,
>
> Reaching out for some assistance with debugging, I am not seeing any
> xlog messages in my
Hello,
Reaching out for some assistance with debugging, I am not seeing any xlog
messages in my log file. If there is any other info I didn't include that would
be helpful please let me know.
Any ideas are appreciated.
Using Kamailio 3.3.2 & Cent OS 6
Rsyslog.conf
*.info;m
Thanks for the reply Juha. I have a 3.3.0 system that I have been trying
to get my routing logic converted over. I will keep working on that.
Thanks again,
-graham
On 8/6/12 12:12 PM, "Juha Heinanen" wrote:
>Graham Wooden (personal) writes:
>
>> What kind of debu
y, like it choosing #1, it failing and then going to #2.
What kind of debugging can I do on this gateway selection process? I am
running 1.5.5 notls, and have approximately 425K routes. Kamailio is
started with "-m 512" for the additional memor
of original R-URI
There is also dP and rP as well.
Hope this helps,
-graham
On 3/16/12 12:11 PM, "Andres Collazos" wrote:
> thanks for all the support for all this years.
>
> Can you please help me to know if there is any way to route sip calls based
> on transport p
period? I am running kamailio 1.5.5,
notls.
The proxies are getting busier and I want to keep all the resources in check
...
Thanks,
-graham
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http
Hi Uri,
I just got done tailoring this exact concept with the dialog module (you may
have just read my posts).
Here is how I am doing it, roughly, for me. I have two places where I am
executing the 3rd section below (for outbound and inbound).
Your mileage will vary.
modparam("auth_db", "load_cr
.
-graham
On 10/1/11 1:45 PM, "Alex Balashov" wrote:
> Alternately, if you dislike any of these paradigms or find the order of
> operations inconvenient, just roll your own. That's what sqlops is for.
>
> --
> This message was painstakingly thumbed out on my mobi
Hi there,
Just doing a quick test and this doesn¹t appear to be working. Kamailio
1.5.5-notls. Snippet of code:
modparam("auth_db", "load_credentials", "username")
.
.
.
xlog("username is $avp(s:username)\n");
The result is ''. Is thi
; --
>> This message was painstakingly thumbed out on my mobile, so apologies for
>> brevity, errors, and general sloppiness.
>>
>> Alex Balashov - Principal
>> Evariste Systems LLC
>> 260 Peachtree Street NW
>> Suite 2200
>> Atlanta, GA 3030
Hi there,
What is pv for the equivalent of $rU for outbound? My inbound use of $rU has
the correct username. All my subscribers are multi-number trunks, so on the
outbound I need to associate the subscriber. This is kamailio 1.5.
Thanks,
-graham
("503", "Simultaneous calls limit
reached");
exit;
}
set_dlg_profile("callquota","$rU");
if (get_profile_size("callquota","$var(SIZE)")) {
xlog(&q
I agree - I actually tried to use the dialog module, taken from an mailist
post back from Aug 2009,
http://www.mail-archive.com/users@lists.kamailio.org/msg04127.html
But ran into issues implementing it. With that, I will focus back on that.
Thanks Alex,
-graham
On 9/30/11 8:26 PM, "
27;t be present (ie. When a call just
rings and hangs up before it gets answered). Maybe ACC's missed_calls can
somewhat be used to help determine?
Thanks for any pointers and guidance. I am running Kamailio 1.5.
Thanks,
-graham
___
SIP Expr
Hi Timo,
I would be interested in the 1.5 backported module. Is that available for
the masses?
Thanks!
-graham
On 8/4/11 1:08 AM, "Timo Reimann" wrote:
>
>
> Hi all,
>
> as announced quite a while ago, I finally checked in code that allows to
> pro
Thanks Stagg and Iñaki.
I already had the -m 512 in my init file, so it appears I am ok there.
I went ahead and recompiled with PKG_MEM_POOL_SIZE to 16MB and I'll see how
it goes.
Thanks again,
-graham
On 3/13/11 7:39 AM, "Iñaki Baz Castillo" wrote:
> 2011/3/13 Graham Wood
.
System is dedicated for the Kamailio 1.5.5 install and has 4GB of RAM.
Thoughts to what I need to change these values (or anything else) to
accommodate?
Thanks,
-graham
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users
Thanks Klaus.
-graham
On 2/7/11 7:13 AM, "Klaus Darilion" wrote:
>
>
> Am 07.02.2011 13:47, schrieb Graham Wooden:
>> The SIP Timer, no? When I do a sip trace, that is what I see come across
>> from avaya system in the options packets.
>
> If it is an
The SIP Timer, no? When I do a sip trace, that is what I see come across
from avaya system in the options packets.
" Supported: timer"
-graham
On 2/7/11 2:16 AM, "Klaus Darilion" wrote:
>
>
> Am 06.02.2011 15:48, schrieb Graham Wooden:
>> The issue is th
he can resolve it on his end, but I am doubtful on
getting it resolved on his end.
Thanks,
-graham
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman
Ah I didn’t have the same routine in branch_route I think that’s the
key. Seems to be working now.
I see now that I am sourcing out the IP addy that I need to be.
Thanks for that extra hint Stagg.
-graham
On 1/29/11 11:45 AM, "Stagg Shelton" wrote:
>I have the force s
, "Graham Wooden" wrote:
> Stagg,
>
> While the Ips are the same, the suggestion to use “rd” along with an entry in
> the “hostname” column appears to be what I want.
>
> I assigned in my DNS some testing hostnames to the single IP in question.
> When debugg
. Everything that I have read so far is that the gw_name is
just information, the module doesn’t actually have access to it. Boo.
-graham
On 1/29/11 8:36 AM, "GP Wooden" wrote:
> Same destination IP for both rate decks, so I need to go by something else,
> like the gw_name.
>
&g
}
.
.
.
}
What variable will have the value that's in the gw_name column? I can't go
by the IP address in $ru because the destination IP is the same between the
two ratedecks.
Overall, Is that the best way to handle this requirement?
Thanks all,
-graham
_
bit, the guests will only see a 32bit CPU.
-graham
On 12/30/10 11:58 AM, "Amit Nepal" wrote:
> I wanted to see how the sipce works and how it looks like , as Andreas
> suggested me to. But when i try to start the virtual machine i get the
> following error :
> This kernel re
This has been resolved. Apparently my broad-band NAT router was screwing up
and wasn't getting the www digest back to the Q/A phone.
Thanks,
-graham
On 12/14/10 4:18 PM, "Graham Wooden" wrote:
>
>> Hello,
>>
>> run kamailio from console with -E -ddd com
Hello,
run kamailio from console with -E -ddd command line parameters and read
the printed log messages. You should be able to figure out whether is
reaching authentication part of configuration file. Also, adding
xlog(...) calls in config file might be useful for you to troubleshoot.
From the
1 - 100 of 109 matches
Mail list logo