Re: [SR-Users] Kamailio on multiple ports

2016-06-16 Thread huseyin kalyoncu
Hello sorry for the noise. bad config caused the problem thanks huseyin On Thu, Jun 16, 2016 at 1:28 PM, huseyin kalyoncu wrote: > Hello, > > We have kamailio running as proxy in front of a freeswitch box. > This kamailio also acts as a registrar listening both 5060 and 5090 p

[SR-Users] Kamailio on multiple ports

2016-06-16 Thread huseyin kalyoncu
Device B. As a result this BYE message cannot be delivered to Device B. Is this a normal behaviour ? If it is so what changes should I make in the kamailio config to fix this? You can find the ngrep outputs of the both calls as attachment. Thanks Huseyin Kalyoncu interface: any filter: (ip or ip6

Re: [SR-Users] dlg_bridge

2016-04-29 Thread huseyin kalyoncu
Mierla < mico...@gmail.com> wrote: > Hello, > > got distracted by other tasks and upcoming kamailio world stuff ... > > So you got it working now, right? > > Cheers, > Daniel > > On 28/04/16 19:22, huseyin kalyoncu wrote: > > Hello Daniel > > Afte

Re: [SR-Users] dlg_bridge

2016-04-28 Thread huseyin kalyoncu
if ($fU == "click2call") { set_contact_alias(); } } Thank you for your helps and your understanding. Best wishes Huseyin On Thu, Apr 28, 2016 at 7:20 PM, huseyin kalyoncu wrote: > Hello Daniel > > I forgot to mention when I sent the capture file. &

Re: [SR-Users] dlg_bridge

2016-04-28 Thread huseyin kalyoncu
Hello Daniel I forgot to mention when I sent the capture file. There is only single Kamailio instance running but It listens multiple ports. 5090 for outside traffic and 5060 for inside traffic (other Kamailio servers, FS servers, etc.) On Wed, Apr 27, 2016 at 7:49 PM, huseyin kalyoncu wrote

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
it over here? > Cheers, > Daniel > > > On 27/04/16 17:16, huseyin kalyoncu wrote: > > Hello Daniel > > I did some more tests and my previous statement is wrong. > Actually it do call set_contact_alias on 200 reply for INVITEs > but somehow it has no change. > I r

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
Hello Daniel I did some more tests and my previous statement is wrong. Actually it do call set_contact_alias on 200 reply for INVITEs but somehow it has no change. I really missing something here. On Wed, Apr 27, 2016 at 3:35 PM, huseyin kalyoncu wrote: > Hello Daniel > > You are rig

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
he location table at all, because it has to use > the contact from 200ok of INVITE. > > Have you used set_contact_alias() for natted 200ok received for INVITE? > > Cheers, > Daniel > > On 27/04/16 11:15, huseyin kalyoncu wrote: > > Hello Daniel > > This is

Re: [SR-Users] dlg_bridge

2016-04-27 Thread huseyin kalyoncu
, > > can you send the ngrep trace for such case? I would like to look at the > headers to understand properly what do you mean. > > Cheers, > > Daniel > > On 26/04/16 15:23, huseyin kalyoncu wrote: > > Hello > > I am trying to implement click 2 call functionalit

[SR-Users] dlg_bridge

2016-04-26 Thread huseyin kalyoncu
Hello I am trying to implement click 2 call functionality on Kamailio with dlg_bridge. But It seems that Kamailio routes REFER messages to devices according to Contact field of location table instead of Received field. But if the the IP in the Contact field is private REFER messages are failing so

Re: [SR-Users] Framework/Lib to create SIP packets

2016-03-30 Thread huseyin kalyoncu
then why are you asking this on kamailio mailing list? :) On Wed, Mar 30, 2016 at 10:48 PM, Igor Olhovskiy wrote: > With uac_req_send() I need to have Kamailio installed just to send message > ;) Overkill a bit. But thanks :) > > 2016-03-30 22:47 GMT+03:00 Igor Olhovskiy : > >> Oh… Node. Too asy

Re: [SR-Users] Framework/Lib to create SIP packets

2016-03-30 Thread huseyin kalyoncu
is this what you are looking for? http://kamailio.org/docs/modules/4.4.x/modules/uac.html#uac.f.uac_req_send() On Wed, Mar 30, 2016 at 10:44 PM, Alex Balashov wrote: > It may seem kind of ludicrous, but I actually found node-sip the easiest > to use for crafting some custom requests... > > http

Re: [SR-Users] Only Cassandra, Possible?

2016-02-12 Thread huseyin kalyoncu
Hello Baris Yes its possible. Please look at the related module doc. at http://kamailio.org/docs/modules/4.3.x/modules/db_cassandra.html The doc. says: "You can find a configuration file example for this usage in the module - kamailio_cassa.cfg." Huseyin On Fri, Feb 12, 2016 at 11:30 AM, Barış

Re: [SR-Users] config file error for kamailio wheezy

2016-01-07 Thread huseyin kalyoncu
btw there should be a db_mysql.so file in your module directory. if there isnt any than you should compile it in the src dir and place it under that directory. On Thu, Jan 7, 2016 at 7:58 PM, huseyin kalyoncu wrote: > hello > > your log file says: > > 0(4133) ERROR: [

Re: [SR-Users] config file error for kamailio wheezy

2016-01-07 Thread huseyin kalyoncu
hello your log file says: 0(4133) ERROR: [sr_module.c:565]: load_module(): could not find module in 0(4133) : [cfg.y:3432]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 114, column 12-21: failed to load module your config file is wrong. it should be "db_mysql.so

Re: [SR-Users] blf problem

2015-10-01 Thread huseyin kalyoncu
Hello Daniel, I have an update for the errors with duplicate key messages. 5678*0012 calls 5678*0002 and 5678*0007 is the subscriber for both. When the call starts i see this: kamailio=# select username, etag from presentity; username | etag ---+ 5678

Re: [SR-Users] blf problem

2015-09-30 Thread huseyin kalyoncu
> > are you running the last kamailio branch 4.3 or is from packages? > > Do you get a core dump file? If yes, can you send the backtrace? > > Daniel > > > On 29/09/15 23:07, huseyin kalyoncu wrote: > > Hello Daniel, > > I have been having some strange crashes af

Re: [SR-Users] blf problem

2015-09-29 Thread huseyin kalyoncu
libc-2.19.so [7f643194a000+19f000] Sep 29 22:47:19 km1 kernel: [1815465.413074] kamailio[4201]: segfault at f0f0f100 ip 7f64287c7915 sp 7ffe99c72600 error 4 in pua_dialoginfo.so[7f64287be000+13000] On Mon, Sep 28, 2015 at 1:15 PM, huseyin kalyoncu wrote: > > Hello Daniel > > S

Re: [SR-Users] blf problem

2015-09-28 Thread huseyin kalyoncu
Hello Daniel Sorry for the late response. Yes, when i change subs_db_mode to 3 i see lots of error messages as below. 5678*002 is the subscriber for 5678*012 and 5678*011. When all phones idle, everything is fine all lamps are green. But when i make a call i see error messages and nothing changes

Re: [SR-Users] blf problem

2015-09-11 Thread huseyin kalyoncu
er when i have time. Thanks Huseyin On Fri, Sep 11, 2015 at 10:04 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > have you captured the traffic on loopback network interface? Try also to > run with debug=3 in kamailio.cfg. > > Cheers, > Daniel > >

[SR-Users] blf problem

2015-09-10 Thread huseyin kalyoncu
Hi I am trying to implement BLF functionality as described in http://kb.asipto.com/kamailio:presence:k43-blf. I am using the same conf with the one in the tutorial except that i am using postgres database instead of mysql. The problem is BLF is not working with this config (presence server and p