Re: [SR-Users] SIP reg request not print in kamailio.log

2016-03-15 Thread mayamatakeshi
n done by server? >> can't i see default messages with the way install step i followed >> >>Thanks for Your Time. >> >> On Fri, Mar 11, 2016 at 1:07 PM, mayamatakeshi >> wrote: >> >>> >>> >>> On Fri, Mar 11, 2016 at 4:28 PM, S

Re: [SR-Users] SIP reg request not print in kamailio.log

2016-03-14 Thread mayamatakeshi
s/modules/4.3.x/modules/siptrace.html> and sipcapture <http://www.kamailio.org/docs/modules/4.3.x/modules/sipcapture.html> with homer <http://sipcapture.org/> > >Thanks for Your Time. > > On Fri, Mar 11, 2016 at 1:07 PM, mayamatakeshi > wrote: > >> >

Re: [SR-Users] SIP reg request not print in kamailio.log

2016-03-10 Thread mayamatakeshi
On Fri, Mar 11, 2016 at 4:28 PM, Shiv Patidar wrote: > i send sip reg request to kamailio then i dump tcp thent i got sip request > like(INVITE ,TO,FROM ,via header file) > but in kamailio.log file i am not got sip request what i need to do please > help me > my kamailio.log print this log in my

Re: [SR-Users] Terminate dialogs on [websocket:closed]

2016-02-11 Thread mayamatakeshi
perly to > the new contact address after the reconnect. > > But you have to check with your UA and see how it behaves in order to > build the proper solution on server side. > > Cheers, > Daniel > > > On 10/02/16 20:57, mayamatakeshi wrote: > > Hi Daniel, > or

Re: [SR-Users] Terminate dialogs on [websocket:closed]

2016-02-10 Thread mayamatakeshi
; > Cheers, > Daniel > > > On 10/02/16 12:27, mayamatakeshi wrote: > > Hi Daniel, > > Yes, that will solve it. > Then when i get the in-dialog INVITE i can revert the lifetime back to the > original value. > Thanks and regards, > Takeshi > > On Wed, F

Re: [SR-Users] Terminate dialogs on [websocket:closed]

2016-02-10 Thread mayamatakeshi
me in the websocket event > route, then dialog will take care of sending the BYEs, without the need to > store additional information in hash table. > > Cheers, > Daniel > > > On 09/02/16 23:37, mayamatakeshi wrote: > > Hello, > I am using module websocket and it works ver

[SR-Users] Terminate dialogs on [websocket:closed]

2016-02-09 Thread mayamatakeshi
Hello, I am using module websocket and it works very well. However I would like to send BYE to the other end if event [websocket:closed] happens. >From the docs I can see websocket module itself doesn't provide for this. I was considering doing something like this: - use module htable to match $

Re: [SR-Users] Force transport from TLS to UDP when using dispatcher

2016-02-01 Thread mayamatakeshi
On Wed, Jan 27, 2016 at 8:24 AM, mayamatakeshi wrote: > Hello, > I have this scenario: > - subscriber registers using TLS > - call arrives from PSTN gateway (in UDP) to subscriber > - I relay the INVITE to subscriber but it doesn't answer the call > - the sub

[SR-Users] Force transport from TLS to UDP when using dispatcher

2016-01-26 Thread mayamatakeshi
Hello, I have this scenario: - subscriber registers using TLS - call arrives from PSTN gateway (in UDP) to subscriber - I relay the INVITE to subscriber but it doesn't answer the call - the subscriber has callforward enabled - we send the call to PSTN callforward destination using carrier

Re: [SR-Users] Changing acc_cdrs time and duration columns from varchar to int/float

2015-07-27 Thread mayamatakeshi
refore if you tested and > works, then should be no problem, because there is no select to retrieve > the values back in kamailio. > > Cheers, > Daniel > > > On 21/07/15 00:07, mayamatakeshi wrote: > > > > On Tue, Jul 21, 2015 at 6:35 AM, mayamatakeshi > wr

Re: [SR-Users] Changing acc_cdrs time and duration columns from varchar to int/float

2015-07-20 Thread mayamatakeshi
On Tue, Jul 21, 2015 at 6:35 AM, mayamatakeshi wrote: > Hello, > I am planning to enable acc cdr in my kamailio 4.1 server. > I am testing in my lab and it is working fine. > However, when I check the table definition I see this: > > mysql&

[SR-Users] Changing acc_cdrs time and duration columns from varchar to int/float

2015-07-20 Thread mayamatakeshi
Hello, I am planning to enable acc cdr in my kamailio 4.1 server. I am testing in my lab and it is working fine. However, when I check the table definition I see this: mysql> describe acc_cdrs; ++--+--+-+-++ | Field | Type

Re: [SR-Users] Purpose of table location_attrs

2015-07-16 Thread mayamatakeshi
with _attrs suffix corresponding to the name > you use instead of 'location', using same structure as location_attrs. In > your case should be k1_location_attrs and k2_location_attrs. > > Cheers, > Daniel > > > On 15/07/15 01:10, mayamatakeshi wrote: > > Hello, >

[SR-Users] Purpose of table location_attrs

2015-07-14 Thread mayamatakeshi
Hello, I need to prepare two kamailio instances accessing the same mysql db. They will write to different location tables so i use function calls like these: Server1: save("k1_location"); lookup("k1_location"); Server2: save("k2_location"); lookup("k2_location"); This is working fine. H

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:36 PM, mayamatakeshi wrote: > > > On Mon, May 4, 2015 at 5:22 PM, mayamatakeshi > wrote: > >> >> >> On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi >> wrote: >> >>> >>> >>> On Sun, May 3, 2015 at 7

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:22 PM, mayamatakeshi wrote: > > > On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi > wrote: > >> >> >> On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi >> wrote: >> >>> Hello, >>> >>> about module websoc

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi wrote: > > > On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi > wrote: > >> Hello, >> >> about module websocket, is it possible to associate a value with the TCP >> connection and have this value read

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi wrote: > Hello, > > about module websocket, is it possible to associate a value with the TCP > connection and have this value readable when handling SIP requests on that > connection? > Hello, I have found a way to do it using h

[SR-Users] WebSocket data in TCP connection

2015-05-03 Thread mayamatakeshi
Hello, about module websocket, is it possible to associate a value with the TCP connection and have this value readable when handling SIP requests on that connection? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@li

Re: [SR-Users] msilo clarification

2015-03-13 Thread mayamatakeshi
On Fri, Mar 13, 2015 at 8:25 PM, Daniel-Constantin Mierla wrote: > Hello, > > > > On 13/03/15 10:54, mayamatakeshi wrote: > > Hello, > maybe this phrase in the msilo doc is misleading: > > *Every time when a user registers with Kamailio, the module is loo

[SR-Users] msilo clarification

2015-03-13 Thread mayamatakeshi
Hello, maybe this phrase in the msilo doc is misleading: *Every time when a user registers with Kamailio, the module is looking in database for offline messages intended for that user. All of them will be sent to contact address provided in REGISTER request.* http://kamailio.org/docs/modules/4.2.x

Re: [SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-07 Thread mayamatakeshi
the dialogs, some of them might be in terminated > state and therefore no longer in actitive_dialog counter. > > The ones in terminated state should be removed from dlg_list with the next > cleanup timer. > > Cheers, > Daniel > > > On 06/02/15 08:59, mayamatakeshi wrote

[SR-Users] Inconsistency between dlg_list and 'get_statistics dialog:'

2015-02-06 Thread mayamatakeshi
Hello, I am counting the number o dialogs using this: # kamctl fifo dlg_list |grep dialog:: |wc -l 126 However when I use 'get_statistics dialog:' I get this: # kamctl fifo get_statistics dialog: dialog:active_dialogs = 67 dialog:early_dialogs = 3 dialog:expired_dialogs = 253 dialog:failed_dial

Re: [SR-Users] dialog stats reported by app_perl

2013-11-06 Thread mayamatakeshi
, to > be seen by the interpreter. > > Can you try to load dialog module before app_perl, or the other way > around? I will look for a fix anyhow, just wanted to see if the order > matters. > > Cheers, > Daniel > > > On 11/6/13 10:42 AM, mayamatakeshi wrote: > &

[SR-Users] dialog stats reported by app_perl

2013-11-06 Thread mayamatakeshi
Hello, I am using kamailio 4.0. I am experimenting with module app_perl. Actually, I am not using it, I am just loading it because it solves this problem when loading snmpstats: /usr/lib/libnetsnmpagent.so.10: undefined symbol: boot_DynaLoader However, before using app_perl i was seeing this: #

Re: [SR-Users] Issue with failure_route on kamailio 4.0

2013-10-27 Thread mayamatakeshi
On Sun, Oct 27, 2013 at 4:08 PM, Juha Heinanen wrote: > mayamatakeshi writes: > > > failure_route[1] { > > $ru = "sip:0313241342@192.168.2.2" > > append_branch(); > > t_relay(); > > } > > > > However, the

[SR-Users] Issue with failure_route on kamailio 4.0

2013-10-27 Thread mayamatakeshi
Hello, I am trying to upgrade from kamailio 1.4 to 4.0. I am having an issue with call forwarding: I send the call to a subscriber (location) and if it doesn't answer, there is a failure_route to do the forward. It is something like this: failure_route[1] { $ru = "sip:0313241342@192.168.2

[SR-Users] Sometimes cr_route fails on old kamailio 1.4

2013-10-09 Thread mayamatakeshi
Hello, I have to take care of an old server running kamailio 1.4 (I plan to upgrade to latest, but I cannot do it at the moment). It uses carrierroute and it works fine. Now I am testing adding a new carrier and it worked. However, sometimes I get a failure to resolve a route (using cr_route): Oct

Re: [SR-Users] debuger, debug level and log

2012-02-07 Thread mayamatakeshi
On Tue, Feb 7, 2012 at 6:47 PM, Uri Shacked wrote: > hi, > > i didn't fully understand the differences between the debug level set at > the Global Parameters section and the debugger module. > i would like to start kamailio with debug level 0, and to be able to raise > or lower the level in comma

Re: [SR-Users] Building specific commit

2011-01-24 Thread mayamatakeshi
On Mon, Jan 24, 2011 at 6:18 PM, Timo Reimann wrote: > On 22.01.2011 11:00, mayamatakeshi wrote: > > Hello, > > I am using these commands to build and install kamailio: > > > > git clone http://git.sip-router.org/sip-router kamailio > > cd kamailio > >

[SR-Users] Building specific commit

2011-01-22 Thread mayamatakeshi
Hello, I am using these commands to build and install kamailio: git clone http://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b 3.1 origin/3.1 make FLAVOUR=kamailio cfg make group_include="mysql" all make group_include="mysql" install Now, If I want to build a specific commit

Re: [SR-Users] How to test xhttp with wget or curl

2011-01-13 Thread mayamatakeshi
On Fri, Jan 14, 2011 at 12:24 AM, Mikko Lehto wrote: > Hi > > I think you are not succeeding because of missing Content-Length header. > > Try to add Content-Length to your HTTP request or > you can use tcp_accept_no_cl=no in sip-router.cfg. > Thanks. You are right. This works too: wget --heade

Re: [SR-Users] How to test xhttp with wget or curl

2011-01-13 Thread mayamatakeshi
On Fri, Jan 14, 2011 at 12:14 AM, mayamatakeshi wrote: > Hello, > can someone give me a sample of calling to xhttp from curl or wget? > > I have this in my kamailio.cfg: > > > listen=tcp:192.168.2.105:80 > > loadmodule "xhttp.so" > > event_route[xh

[SR-Users] How to test xhttp with wget or curl

2011-01-13 Thread mayamatakeshi
Hello, can someone give me a sample of calling to xhttp from curl or wget? I have this in my kamailio.cfg: listen=tcp:192.168.2.105:80 loadmodule "xhttp.so" event_route[xhttp:request] { xhttp_reply("200", "OK", "text/html", "OK - [$si:$sp]"); } But when I try wget or curl, kamail

Re: [SR-Users] Purple Error.

2010-12-10 Thread mayamatakeshi
anks > Le 10/12/2010 03:02, mayamatakeshi a écrit : > > > On Fri, Dec 10, 2010 at 10:57 AM, David J wrote: > >> I will test it. Seems to have worked >> > > OK. > After confirmation, please notify the developers: > http://sip-router.org/tracker/ > > > >>

Re: [SR-Users] Purple Error.

2010-12-09 Thread mayamatakeshi
On Fri, Dec 10, 2010 at 10:57 AM, David J wrote: > I will test it. Seems to have worked > OK. After confirmation, please notify the developers: http://sip-router.org/tracker/ > On Dec 9, 2010 8:40 PM, "mayamatakeshi" wrote: > > On Thu, Dec 9, 2010 at 11:55 PM, Dav

Re: [SR-Users] Purple Error.

2010-12-09 Thread mayamatakeshi
On Thu, Dec 9, 2010 at 11:55 PM, David J wrote: > Yes. That module is loaded. > On Dec 9, 2010 7:48 AM, "mayamatakeshi" wrote: > > > On Thu, Dec 9, 2010 at 9:36 PM, David J. wrote: > > > >> If anyone can direct me how to resolve. > >&

Re: [SR-Users] Purple Error.

2010-12-09 Thread mayamatakeshi
On Thu, Dec 9, 2010 at 9:36 PM, David J. wrote: > If anyone can direct me how to resolve. > > > I load presence.so,pua.so,purple.so > > When I run kamailio I see. > > > Dec 9 14:36:05 localhost /usr/local/sbin/kamailio[1605]: ERROR: purple > [purple.c:148]: can't import load_tm > Function load_