Re: [SR-Users] Determining if request is from a local domain

2016-07-12 Thread Shane Harrison
ip.systems ! I don't know how many times I have stared at that but I guess you often see what you want to see.. Apologies for wasting your time. Kind regards Shane > -Original Message- > From: Shane Harrison > Sent: Wednesday, 13 July 2016 2:48 p.m. > To: 'sr-

[SR-Users] Determining if request is from a local domain

2016-07-12 Thread Shane Harrison
== [52.64.xxx.221] Jul 13 03:18:06 aws-rcsstg-sip-proxy-i-b879b469 /usr/sbin/kamailio[9367]: DEBUG: [forward.c:448]: check_self(): check_self: host != me Kind regards Shane Harrison Senior Software Engineer Imagination Technologies NZ Limited Level 2 1 M

Re: [SR-Users] Removing transport=TLS from the contact header

2015-11-10 Thread Shane Harrison
I believe you need to make sure Kamailio has double RR turned on and is writing RR headers. Then for any new request generated by FS, it will insert appropriate ROUTE headers to route the request first to Kamailio and then Kamailio will strip off the ROUTE headers and use the URI (contact heade

Re: [SR-Users] Kamailio authentication method

2015-05-10 Thread Shane Harrison
Another approach is to modify a Radius auth module in freeRadius or maybe it can be done via freeRadius configuration. We have used Kamailio Radius integration successfully and the HA1 is stored in the Radius database. You would simply compute that as an SHA1 instead. HA2 is of course calcul

Re: [SR-Users] add feature to dmq to allow for HA (heartbeat or pacemaker)

2015-04-27 Thread Shane Harrison
Another approach for HA is to use the dispatcher module as a front end loadbalancer and use health checking. Cheers Shane From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Vik Killa Sent: Saturday, 25 April 2015 12:42 a.m. To: SIP Router - Kamailio (OpenSER) and SIP Exp

Re: [SR-Users] Presence data to users behind NAT

2015-03-22 Thread Shane Harrison
Hi Olli, To overcome NAT issues requires a reasonable amount of reading to get some understanding of best techniques to apply in your situation. Firewalls/NAT devices can attempt to help by modifying packets using ALG (application level gateway) functions. However often these are badly imple

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
execution of the ims_charging > function? > > Cheers, > Daniel > > On 17/03/15 22:21, Shane Harrison wrote: > > Weird - just listening to your voice on youtube video of talk on async > > in kamailio and get your email response. Sort of "all senses" > >

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
] Dialogs not deleted on BYE > > Do you have record_route() in your code? Where is it relative to the > ims_charging function? > > Cheers, > Daniel > > On 17/03/15 20:58, Shane Harrison wrote: > > Thanks Daniel, > > > > From the request_route block I call

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
behalf of Daniel-Constantin Mierla [mico...@gmail.com] Sent: 18 March 2015 00:24 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Dialogs not deleted on BYE In what callback do you need it? Cheers, Daniel On 3/17/15, Shane Harrison wrote: > Thanks Daniel. Yes I am using the

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
should try the dialog module. I haven't seen any issues for it lately and if there are, they will get fixed. Cheers, Daniel On 17/03/15 03:28, Shane Harrison wrote: > Hi all, > > Have found a few threads on this before which have clarified my understanding > a little but not yet

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-16 Thread Shane Harrison
> -Original Message- > From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of > Shane Harrison > Sent: Tuesday, 17 March 2015 3:29 p.m. > To: sr-users@lists.sip-router.org > Subject: [SR-Users] Dialogs not deleted on BYE > > Hi all, > > Have foun

[SR-Users] Dialogs not deleted on BYE

2015-03-16 Thread Shane Harrison
Shane Shane Harrison Senior Software Engineer Imagination Technologies NZ Limited Level 2 1 Market Grove Lower Hutt, 5010 New Zealand PO Box 30-449 Lower Hutt, 5040 New Zealand Phone: +64 4 890-3681 ext 3361 ___ SIP Express Router (SER) and

Re: [SR-Users] Calling ims charging function in route_failure

2015-03-10 Thread Shane Harrison
fe to call from there. Documentation has some stern warnings :-) Cheers Shane > -Original Message- > From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of > Shane Harrison > Sent: Wednesday, 11 March 2015 4:06 p.m. > To: Kamailio (SER) - Users Mailing

[SR-Users] Calling ims charging function in route_failure

2015-03-10 Thread Shane Harrison
questions: 1) What constraints are there for calling functions in the failure_route blocks i.e. how does parser decide what can be called and what can't 2) Any thoughts of how I can do effectively a late charging decision Cheers and thanks in advance Shane Shane Harrison Senior Software Eng

[SR-Users] ims_charging module

2015-03-10 Thread Shane Harrison
ts, it is difficult for me to understand how to essentially clear the whole CCR session without clearing the call. Kind regards Shane Shane Harrison Senior Software Engineer Imagination Technologies NZ Limited Level 2 1 Market Grove Lower Hutt, 5010 New Zealand PO Box 30-449 Lower Hutt, 5040

[SR-Users] Credit Control modules

2015-02-17 Thread Shane Harrison
modules other than the ims one e.g. cncxx and I am not sure if the community sees a need for YACC. If there is interest then need to consider further how best to approach accommodating both ims dependence and standalone operation. Cheers Shane Shane Harrison Senior Software Engineer

[SR-Users] ims_charging module - AVP's

2015-02-17 Thread Shane Harrison
s AVP. To I submit patches to the development list? Kind regards Shane Shane Harrison Senior Software Engineer Imagination Technologies NZ Limited Level 2 1 Market Grove Lower Hutt, 5010 New Zealand PO Box 30-449 Lower Hutt, 5040 New Zealand

Re: [SR-Users] Using dialog_ng

2015-02-15 Thread Shane Harrison
log will not be tracked if there is no transaction. Cheers Jason On Sun, Feb 8, 2015 at 11:42 PM, Shane Harrison mailto:shane.harri...@imgtec.com>> wrote: Hi Jason, Appreciate the reply. Below is my log file for processing initial INVITE (I will send the config file privately so you can

Re: [SR-Users] Using dialog_ng

2015-02-08 Thread Shane Harrison
Hi Jason, Appreciate the reply. Below is my log file for processing initial INVITE (I will send the config file privately so you can match up line numbers). Note that as you may have noticed from a previous posting, I have modified ims_charging module to use standard usrloc module. I know th

Re: [SR-Users] Using dialog_ng

2015-02-05 Thread Shane Harrison
the dialog immediately, maybe that's in dialog_ng as well. Cheers, Daniel On 04/02/15 05:28, Shane Harrison wrote: > Hi all, > > I think the lack of response to my previous thread is probably because it was > too complicated. I have now narrowed my problem down after further arc

[SR-Users] Using dialog_ng

2015-02-03 Thread Shane Harrison
set_dlg_profile("orig"); Ro_CCR("CHARGING_CCR_REPLY", "orig", "SCUR", "", "30","CCR_location"); } So my question is, "should the above logic create a dialog record on the initial INVITE?"

Re: [SR-Users] Ro_CCR function

2015-02-02 Thread Shane Harrison
receipt of an INVITE and be dependent on having a dialog... What am I missing here? Cheers Shane > -Original Message- > From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of > Shane Harrison > Sent: Tuesday, 3 February 2015 1:40 p.m. > To: Kamaili

Re: [SR-Users] Ro_CCR function

2015-02-02 Thread Shane Harrison
4]: get_dlg(): no dialog callid='6428867e-2@192.168.148.30' found kamcmd does show the dialog with dlg2_list but of course that is later in the SIP messaging flow by the time I look at it. Anything obvious I am doing wrong that means the dialog isn't found? I am assuming tha

[SR-Users] Ro_CCR function

2015-02-01 Thread Shane Harrison
tarting point or is 4.2.2 good enough i.e are there major changes? At this stage I am going to create a table for the domain but would like some clarity on how the usrloc and domains relate to table names. Kind regards Shane Shane Harrison Senior Software Engineer Imagination Technologies N

[SR-Users] ims_charging module

2015-01-26 Thread Shane Harrison
is a SAR? Any words of wisdom around what a "ul.register_ulcb" is about would be appreciated. Kind regards Shane Shane Harrison Senior Software Engineer Imagination Technologies NZ Limited Level 2 1 Market Grove Lower Hutt, 5010 New Zealand PO Box 30-449 Lower Hutt, 5040 New Zealand

Re: [SR-Users] Issue Starting up Kamalio.

2012-09-20 Thread Shane Harrison
Well it looks like your configuration for the auth module is failing. I would disable WITH_AUTH in the kamailio.cfg file to prove that ie. start with a simpler config. If that allows kamailio to start successfully then you can read the auth module documentation and look more closely at the config