[SR-Users] UAC remote registration - refreshing database

2014-07-02 Thread Dan Christian Bogos
Hey Guys, Anybody aware if it is possible to refresh the list of remote registrations from the database without restarting the whole server? Ta, DanB ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-rout

Re: [SR-Users] UAC remote registration - refreshing database

2014-07-03 Thread Dan Christian Bogos
emote registration in enterprise solutions. Thanks again, DanB On 03.07.2014 12:00, sr-users-requ...@lists.sip-router.org wrote: On 07/02/2014 06:22 AM, Dan Christian Bogos wrote: >Anybody aware if it is possible to refresh the list of remote >registrations from the database without restartin

Re: [SR-Users] UAC remote registration - refreshing database

2014-07-04 Thread Dan Christian Bogos
Hey Daniel, I totally agree on improving versus adding new module. The only thing which made me going towards porting was not knowing how easy would be enhancing vs porting something which is implemented. Also the fact that Alexa has mentioned it as an often requested feature made me think tha

Re: [SR-Users] [OT] Accounting Drouting Gateway Selection

2014-09-22 Thread Dan Christian Bogos
Hi Spencer, We use a similar approach as yours and use 302 Redirects coming from Kamailio instead of proxying the call (in our case we do it via LCR module in Kamailio). In FreeSWITCH you can then manually route these redirects and get your CDR data out of it. Cheers, DanB On 22.09.2014 12:

[SR-Users] RPC uac.reg_info hangs second time

2014-10-23 Thread Dan Christian Bogos
Hey Guys, I am in the process of testing the reloading of the uac registrations (thanks Daniel for that), and hit some issue: * when using uac_reg_info twice in a row, second command always hangs. """ root@Dev2:/etc/kamailio# kamcmd -s tcp:127.0.0.1:2046 uac.reg_info l_uuid 301 { l_uuid

Re: [SR-Users] RPC uac.reg_info hangs second time

2014-10-24 Thread Dan Christian Bogos
Hey Daniel, Thanks for your fast reply! I am using the 4.2.0 out of debian packages (not nightly). Will shift on nightly and retest. Not a big deal regarding 150 seconds, maybe it should be a good reason for async reloads (reply with the delay number of seconds when reload will happen). Rel

Re: [SR-Users] RPC uac.reg_info hangs second time

2014-11-01 Thread Dan Christian Bogos
Hey Daniel, For the sake of the records, I confirm that the issue with uac.reg_info hanging when executed second time is gone in nightly packages. Thanks again! Cheers, DanB ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing l

[SR-Users] RPC uac.reg_info returns empty when filter contains large number of characters

2014-11-01 Thread Dan Christian Bogos
Guys, I have found that uac.reg_info does not properly filter the records in case of l_uuid being too large (works fine with small number of characters). Here is the concrete example: """ root@Dev2:/home/dan# kamcmd -s tcp:127.0.0.1:2046 uac.reg_info l_username 8944538525001446036 root@Dev2:

[SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Guys, We are facing quite often this error: /usr/sbin/kamailio[16985]: ERROR: [dset.c:435]: print_dset(): ERROR: redirection buffeROR: redirection buffer length exceed When the error is generated, there will be a missing contact in the redirects (not to mention that Kamailio will crash in

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Daniel, Thanks for your fast feedback! Not sure what is the best approach on this. We reach the 512 limit sometimes even with just 2 contacts in one AOR (since we cannot pass the path in redirect, we use a uri parameter to add it and process that later in other components, so I guess that

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Daniel, OK, in that case if not too much trouble, please increase the buffer size to 1024 and I will try to manage it also in the script. Thanks again! DanB ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

[SR-Users] UDP-TCP bridging in-dialog SUBSCRIBE

2014-11-12 Thread Dan Christian Bogos
Hey Guys, I have the following scenario: UA1 (UDP) -> Kamailio Proxy -> (TCP) UA2 As per the signaling sample, I would expect that in-dialog SUBSCRIBEs are bridged between UDP and TCP network but for some reason this does not happen (the subscribe comes in over UDP and leaves still over UDP

Re: [SR-Users] UDP-TCP bridging in-dialog SUBSCRIBE

2014-11-13 Thread Dan Christian Bogos
Thanks Alex for your confirmation. In some way I was afraid about this ;). Have a good one! DanB ___ 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/listi

Re: [SR-Users] UDP-TCP bridging in-dialog SUBSCRIBE

2014-11-14 Thread Dan Christian Bogos
Hey Paul, Thanks for your feedback! In this case the call will come in via UDP (so it has 2 record route headers). I can still play tricks like reading the record-route headers but, I was in some way hoping that is the responsibility of loose_route() function to properly use the right protocol

[SR-Users] Enforcing add_contact_alias()

2014-11-17 Thread Dan Christian Bogos
Hey Guys, For those of you familiar with internal mechanism of add_contact_alias, I got a question/issue: I have noticed that if add_contact_alias is called without any parameters it will not work (eg: not add the alias parameter in contact) in case of ip/port/transport of the received messa

Re: [SR-Users] Enforcing add_contact_alias()

2014-11-17 Thread Dan Christian Bogos
Hey Juha, Thanks for your promt answer! All clear now. I just wanted to make sure I optimize my config to maximum (sparing characters inthere ;)). Maybe someone can update the documentation since using/not using the params can influence the behaviour. Cheers, DanB if you want to be sure that