[SR-Users] Fwd: dlg_set_timeout bye to websockets client

2017-01-26 Thread Andrew Tan
een 2 clients i was able intercept and fix with nat helper but I dont know how to fix the byes that is sent out from dlg_set_timeout function. Thanks in advance! Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

Re: [SR-Users] Problem using ds_is_from_list in failure_route

2016-09-21 Thread Andrew Pogrebennyk
hy I needed to do it that way. > > I would still like anyone to explain if they know the reason! per my understanding in the failure route you are in the context of the original INVITE message, so without explicitly telling ds_is_from_list the IP addre

[SR-Users] RTPEngine Kamailio crashed because someone tried to do something

2016-07-28 Thread Andrew Tan
I'm getting below every 2-3 weeks someone tried to connect through the CLi of RTPengine and crashed Rtpengine. Anyone knows what to make out of this ? Thanks Andrew 82440 Jul 28 16:24:21 sipr /usr/local/sbin/kamailio[13020]: INFO:

[SR-Users] CDP -Could not open module error

2016-07-24 Thread Andrew Okri
at loss where else to look. Please would anyone be kind enough to assist with getting a scscf and icscf started please. Regards Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http

Re: [SR-Users] 513 Message too big for VIDEO calls

2016-05-31 Thread Andrew Pogrebennyk
This is the wrong mailing list, opensips != kamailio. On 05/27/2016 10:47 AM, Varghese Paul wrote: > Hi all, > > I am trying to setup WSS on opensips-2.2. I am getting "513 Message too > big " when i am trying to make video calls. Audio calls and Registration > is working fine.I tried to change t

Re: [SR-Users] should the AVPs be available in CANCEL?

2016-04-14 Thread Andrew Pogrebennyk
Alex Balashov wrote: > Strictly speaking, CANCEL is a different request, and accordingly, a > different transaction. > > However, you should be able to access INVITE transaction data from the > failure_route triggered in connection with transaction cancellation. Thanks

[SR-Users] should the AVPs be available in CANCEL?

2016-04-14 Thread Andrew Pogrebennyk
Hi all, it seems that the AVPs not available when when processing CANCEL message, even though they have been set for this transaction initially. Is this the expected behavior? P.S. kamailio 4.3.4 Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER

[SR-Users] uac "restore_mode" is auto: effective when using core variables?

2016-04-14 Thread Andrew Pogrebennyk
assigning directly to the $fu and $tu variables? I'm changing those variables and I am using restore_mode auto but that does not change anything in in-dialog ACK. I presume this is expected behavior because I'm not using uac when assigning to variables, isn't it? Thanks. Andrew __

[SR-Users] uac module configuration

2016-02-12 Thread Andrew Tan
Hello, Submit a ticket in GitHub apologize about that I should have sent my question here. I would like some help in configuring the uac module to route to an gateway without specifically setting the URI-domain from the UAC. I would like to set change it in the Kamailio side. Currently I use uac_

[SR-Users] Fwd: Invalid Configuration File

2016-01-27 Thread Andrew J. Smith
ribed until I try to start the Kamailio server. If I don't replace the original kamailio.cfg file with the one linked to in the tutorial, the server starts, but I can't seem to connect to it using Jitsi. What am I doing wrong? Any help would be greatly appre

Re: [SR-Users] Append to reply in default action of failure_route

2015-12-28 Thread Andrew Pogrebennyk
Thanks Dmitri, I have to look closer at it, but for me it breaks parallel forking, e.g. I need to reply only when it's the last branch. Andrew On 12/22/2015 05:46 PM, Dmitri Savolainen wrote: > Andrew, I use smth like this for adding header to any response > > request_route{ >

Re: [SR-Users] Append to reply in default action of failure_route

2015-12-22 Thread Andrew Pogrebennyk
Hello Efelin, I stumbled upon the issue you described here. Have you been able to find a solution? I've tried to play with t_reply(), but no luck so far. Regards, Andrew On 11/18/2013 10:00 AM, Efelin Novak wrote: > Hi, > > I would like to append a header to a 'winning

Re: [SR-Users] why msg_apply_changes() from REQUEST_ROUTE only

2015-12-22 Thread Andrew Pogrebennyk
Hi, I have a similar issue with kamailio 4.3.4. I want to append a header to external 486 or 603 reply. If I got it right I should call append_hf, not append_to_reply which is for locally generated replies. I've added append_hf() and in the end of failure route call exit but for some reason that h

[SR-Users] registered4() is not adding xavp with details of the record

2015-09-03 Thread Andrew Pogrebennyk
he XAVP should be built.. Ideas? Thanks, Andrew ___ 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/listinfo/sr-users

Re: [SR-Users] usage of t_flush_flags() in event_route

2015-07-20 Thread Andrew Pogrebennyk
Hi, ideas anyone? BR, Andrew On 06/17/2015 12:12 PM, Andrew Pogrebennyk wrote: > Daniel, > I'm reviving this old thread.. > > On 05/27/2015 01:40 PM, Andrew Pogrebennyk wrote: >> thanks for the answer, that's what I was thinking - maybe the flags do >> not pers

Re: [SR-Users] usage of t_flush_flags() in event_route

2015-06-17 Thread Andrew Pogrebennyk
Daniel, I'm reviving this old thread.. On 05/27/2015 01:40 PM, Andrew Pogrebennyk wrote: > thanks for the answer, that's what I was thinking - maybe the flags do > not persist or are destroyed after the per-branch failure route. > > However, the t_flush_flags description

Re: [SR-Users] usage of t_flush_flags() in event_route

2015-05-27 Thread Andrew Pogrebennyk
I can come up with some workaround in config script for the time being. Regards, Andrew On 05/27/2015 08:19 AM, Daniel-Constantin Mierla wrote: > Hello, > > I haven't used this event route and the flags, if they don't persist > afterwards, then maybe it needs a patch to be f

[SR-Users] usage of t_flush_flags() in event_route

2015-05-26 Thread Andrew Pogrebennyk
_prefs[0]=>sound_set); $(avp(s:announce_code)[*]) = 480; $(avp(s:announce_reason)[*]) = "Temporarily Unavailable"; route(ROUTE_EARLY_REJECT); } $ru = $var(contact); xlog("L_NOTICE", "Redirect from UAC inte

[SR-Users] Drouting Question

2015-02-24 Thread Andrew Okri
Hi All, Does dropping set the $du or $ru uri when it finds a match in the database? I am getting destination not set error in my debug trace and he call request times out as a result. Regards Andrew Okri ___ SIP Express Router (SER

[SR-Users] New Socket Per Call

2014-11-29 Thread Andrew Mason
think this may be a routing configuration? Thanks Andrew ___ 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/listinfo/sr-users

[SR-Users] Kamailio TCP Proxy

2014-11-17 Thread Andrew Mason
if this is forcing UDP or something else - I have redirected the messages to wireshark and attached an example of Kamailio adding its VIA headers but specifying UDP (taken from destination). Basically I am getting TCP to Proxy the UDP from Proxy to Dest? Thanks Andrew [image: Inline images 1

[SR-Users] Kamailio TCP Problems

2014-11-17 Thread Andrew Mason
Hi All, Looking for some help with a TCP issue in Kamailio. I am running load testing through the proxy with a topology of UAC > Proxy > UAS. With UDP it works fine (using SIPp scripts) - when I turn to TCP as the transport i get the following error in the kamailio logs: ERROR: [tcp_main.c:4159

[SR-Users] how to configure multi-proxy mode for kamailo 4.2.x

2014-11-03 Thread andrew
hi By default, kamailio.cfg is used for one proxy. How to set up kamailio to support multi-proxy, so that serveral kamaiio servers work together, and each one is responsible for sip clients in some specific area? B.R. Andrew___ SIP Express Router

Re: [SR-Users] Unix timestamp with millisecond precision

2014-10-22 Thread Andrew Pogrebennyk
See http://www.kamailio.org/wiki/cookbooks/4.2.x/pseudovariables#tv_name On 10/22/2014 10:40 AM, Grant Bagdasarian wrote: > Hello, > > > > I’m currently using the $TS psuedovariable to get the current unix > timestamp, but this only returns the timestamp up to a second precision. > > Is it po

[SR-Users] textopsx issue when modifying same header several times

2014-10-16 Thread Andrew Pogrebennyk
multiple values in a single pass and b) allow msg_apply_changes() in branch route without any ill effects on the record-route headers? Please share your ideas. Thanks, Andrew ___ 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/listinfo/sr-users

[SR-Users] how to always use rtpproxy-ng and rtpengine to relay rtp packets

2014-10-13 Thread andrew
ng moudle can always rewritten new ip:port candidates, and rtpengine always relays rtp packets? Looking foreward to your reply. Thanks! B.R. Andrew kamailio.cfg Description: Binary data ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-u

[SR-Users] how to always use rtpproxy-ng in kamailio

2014-10-05 Thread andrew
packets pass through route created by ICE algorithm. How to set kamailio, then rtpproxy-ng is always used? B.R. andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org

Re: [SR-Users] howto synchronize ruid across multiple proxy instances

2014-09-18 Thread Andrew Pogrebennyk
Hi, OK, thanks for the clarification. Maybe we will check the load_db_contacts("userid") way with Victor. Regards, Andrew On 09/15/2014 12:04 PM, Daniel-Constantin Mierla wrote: > Hello, > > On 12/09/14 15:42, Andrew Pogrebennyk wrote: >> Hi, >> let's say I&#

[SR-Users] howto synchronize ruid across multiple proxy instances

2014-09-12 Thread Andrew Pogrebennyk
dparam("registrar", "min_expires", 60) modparam("registrar", "max_expires", 43200) modparam("registrar", "method_filtering", 0) modparam("registrar", "append_branches", 1) modparam("registrar", "max_contact

Re: [SR-Users] no rtpengine.so module

2014-07-03 Thread Andrew Pogrebennyk
ext.net.addr/my.int.net.addr > It shows that ip if wrong, but I neet proxy rtp between interfaces. > Thanks. rtpengine does not support the bridge mode. Regards, Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] Presence

2014-05-08 Thread Andrew Mortensen
ndstream handsets supporting SCA. I don't know if the ATAs are capable of it, though. andrew ___ 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/listinfo/sr-users

Re: [SR-Users] parallel forking and 30x

2014-02-21 Thread Andrew Pogrebennyk
In the meantime it works if I access $T_rpl($ct) from per-branch failure route. Thanks. On 02/20/2014 02:14 PM, Andrew Pogrebennyk wrote: > Daniel, > > we do seem to have a problem here, the get_redirects() function can be > used from the FAILURE_ROUTE only, not from per branch f

Re: [SR-Users] parallel forking and 30x

2014-02-20 Thread Andrew Pogrebennyk
Daniel, we do seem to have a problem here, the get_redirects() function can be used from the FAILURE_ROUTE only, not from per branch failure route ("Command cannot be used in the block"). Does it mean that uac_redirect module needs an update? Andrew On 02/18/2014 10:38 AM, Daniel-

Re: [SR-Users] Error with ACK from SIPML5

2014-02-14 Thread Andrew Pogrebennyk
Sorry for reviving this old thread. I think I've come across the same issue as Jayesh and it is triggered by the Route inserted by sipml5 into in-dialog requests like ACK - Route: Jayesh had two Route headers that belong to this kamailio instance and I also have two of them: Route: Route: Alth

Re: [SR-Users] NAT helper frustrations with multiple kamailios

2014-02-05 Thread Andrew Pogrebennyk
lper.html#idp1655008 What I do is skip nat_uac_test for the requests and responses coming from other proxies' IPs.. Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rout

Re: [SR-Users] reg event support in subscribe

2014-02-05 Thread Andrew Pogrebennyk
Hi, See presence_reginfo - Extension to Presence server for registration info replication (RFC3680) http://kamailio.org/docs/modules/stable/modules/presence_reginfo.html On 02/05/2014 07:56 AM, Premchandiran wrote: > Hi All, > > May I know whether kamailio supports event header with reg (EVENT:r

Re: [SR-Users] kamailio with mediaproxy-ng, 488 Not Acceptable Here

2014-02-04 Thread Andrew Pogrebennyk
Hi, could you please post also your Chrome js developer log? Does the problem exist if you start the jssip clients without video support? Andrew On 02/03/2014 12:00 PM, Mihai Marin wrote: > Hello, > > Another weekend struggling to make a call from jssip to another jssip > behind fi

Re: [SR-Users] Kamailio behind NAT

2014-01-24 Thread Andrew Pogrebennyk
log requests and reply. Hope this helps. Andrew ___ 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/listinfo/sr-users

Re: [SR-Users] register fails from openvpn clients

2014-01-15 Thread Andrew Mortensen
tion challenge. How OpenVPN is contributing to that I can't say. Are the clients actually seeing the responses from Kamailio? andrew > > On Jan 15, 2014, at 4:16 PM, Andrew Mortensen wrote: > >> >> On Jan 15, 2014, at 5:35 AM, meres wrote: >> >>>

Re: [SR-Users] register fails from openvpn clients

2014-01-15 Thread Andrew Mortensen
Kamailio in the WWW-Authenticate header. Your client should be attempting a second REGISTER with an Authorization header containing a response to Kamailio's challenge. Do the clients have authentication enabled? andrew > On Jan 15, 2014, at 11:09 AM, Daniel-Constantin Mierla > wrote:

Re: [SR-Users] Help with authenticating using Kamailio

2014-01-14 Thread Andrew Pogrebennyk
Hi, check if this answers your question: http://kb.asipto.com/asterisk:index Andrew On 01/13/2014 04:19 PM, Kasinath wrote: > Hi All, > > I just installed Kamailio in one server and Asterisk in another. > Asterisk loads it sipusers info from database which is in Kamailio server.

Re: [SR-Users] Update R-URI after lookup("location")

2014-01-14 Thread Andrew Pogrebennyk
Hi, You should create a branch_route and perform this manipulation there.. BR, Andrew On 01/14/2014 10:53 AM, Igor Potjevlesch wrote: > Hello, > > > > No one has an idea? I was thinking that each request goes to RELAY but > even if I try to modify the R-URI in this route,

Re: [SR-Users] SCA Crashes

2013-11-11 Thread Andrew Mortensen
Hi Bob. Looks like a problem originating in the sca_appearance_unregister logic. I'll take a look. Can you open an issue in the bug tracker in the meantime? Thanks. andrew On Nov 11, 2013, at 4:18 PM, Robert Boisvert wrote: > Hi! > > Looking for some help as to why the

Re: [SR-Users] (no subject)

2013-10-15 Thread Andrew Pogrebennyk
works; only bridging for ipv6 <-> ipv4. That's true, there's no bridge mode in mediaproxy-ng. Andrew ___ 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/listinfo/sr-users

Re: [SR-Users] Maximum number of branches exceeded

2013-07-17 Thread Andrew Mortensen
ch that makes the mask 64-bit, though it might also be valuable to talk about an alternative to using bitmasks to track branches. andrew > Jan Gaida wrote: > Hello, > > I would like to relay an INVITE to more than 50 contacts that registered this > AOR. But in my kamailio 4.0.2

Re: [SR-Users] Wrong src-adress in packets sent from Kamailio when using listen=

2013-06-27 Thread Andrew Mortensen
e tests with icmp and telnet and the src-addr seems right > in all these cases.) > > Is this a bug or am I missing something here? It sounds like what you want is force_send_socket: <http://www.kamailio.org/wiki/cookbooks/4.0.x/core#force_send_socket> andrew _

Re: [SR-Users] app_python module fails with "AttributeError: init_modules() has failed"

2013-06-13 Thread Andrew Mortensen
ad the db_mysql module: > 0(751) DEBUG: [sr_module.c:935]: DEBUG: init_mod: db_mysql > 0(751) ERROR: [sr_module.c:939]: init_mod(): Error while initializing > module db_mysql (/usr/lib64/kamailio/modules/db_mysql.so) Fix that first. andrew

Re: [SR-Users] [Spce-user] FYI: Package update(s) in release 2.8

2013-06-04 Thread Andrew Pogrebennyk
Dear 2.8 users, this update includes the fixes for kamailio-lb config (multiple sockets-related): - added record-route param to store socket; review logic for relaying in-dialog requests (fallback to default send socket if it's not defined explicitly); fixed socket selection for ACK after 4xx and r

[SR-Users] auth module Readme on website has missing ToC

2013-05-23 Thread Andrew Pogrebennyk
Hi, please check the link http://kamailio.org/docs/modules/stable/modules/auth.html - the Table of Contents is missing, there's only examples list. Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

Re: [SR-Users] Presence and Cisco 79xx phones BLF

2013-05-07 Thread Andrew Mortensen
improve support for Cisco's SCA implementation, are in the admorten/sca development branch. I'll be adding them to the master branch and the 4.0 branch this week. andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-u

Re: [SR-Users] path uri problem

2013-04-09 Thread Andrew Pogrebennyk
On 04/09/2013 11:59 AM, Juha Heinanen wrote: > because path-value starts with name-addr and my interpretation is that > since there are <>s around this path header body: > > Path: > > > solely consists of name-addr and does not include any rr-params. sip > uri included in name-addr in turn can

Re: [SR-Users] path uri problem

2013-04-09 Thread Andrew Pogrebennyk
served / unreserved / escaped param-unreserved = "[" / "]" / "/" / ":" / "&" / "+" / "$" unreserved = alphanum / mark mark = "-" / "_" / "." / "!" / "~" / "*" / "'" / "("

Re: [SR-Users] loose_route causing loop

2013-01-31 Thread Andrew Pogrebennyk
Hello, Usually this happens when the RURI has the IP address/ domain which points to this server or which is present in the domain table. There are some clients which may put even server IP address into Contact of INVITE or 200 OK instead of its own so the further requests will be mis-routed. You s

Re: [SR-Users] REGISTER OK but on send "407 Proxy Authentication Required" with no ACK

2013-01-30 Thread Andrew Pogrebennyk
fd", "subscriber", "1")) {..} flags - set of flags to control the behaviour of the function. If it is 1, then the function will check to see if the authentication username matches either To or From header username, a matter of whether it is for a REGISTER

Re: [SR-Users] REGISTER OK but on send "407 Proxy Authentication Required" with no ACK

2013-01-29 Thread Andrew Pogrebennyk
=auth_challenge On 01/29/2013 05:25 PM, Carsten Maass wrote: > Hello Andrew, > > thanks for coming back to me. > > On 29.01.2013 13:40, Andrew Pogrebennyk wrote: >> I see no problem with an ACK in the trace. The t38modem ACK's the >> 407, sends the new INVITE

Re: [SR-Users] REGISTER OK but on send "407 Proxy Authentication Required" with no ACK

2013-01-29 Thread Andrew Pogrebennyk
Hello, I see no problem with an ACK in the trace. The t38modem ACK's the 407, sends the new INVITE with authorization but it's not accepted by kamailio. I'm not sure if t38modem can even perform the authorization. Maybe you need to accept the calls from it without authorization. But if it can and y

Re: [SR-Users] LCR

2013-01-11 Thread Andrew Pogrebennyk
Hello, try printing the $ru with xlog statement when the request comes into the server and in the beginning of route[LCR]. On 11/01/2013 01:50, Douglas Ugalde wrote: > Hi, > > Im trying to configure LCR in Kamailio 3.3.3 but I dont Know how can I > do to fix this error: > > ERROR: lcr [lcr_mod.

Re: [SR-Users] why use received as RURI for nathelper OPTIONS ping?

2013-01-07 Thread Andrew Pogrebennyk
On 01/07/2013 01:29 PM, Andrew Pogrebennyk wrote: > What I don't understand is why kamailio sets RURI of the OPTIONS message > to value of "received" instead of the contact. I suspect a bug in the > parser somewhere along these lines: > >> > r

[SR-Users] why use received as RURI for nathelper OPTIONS ping?

2013-01-07 Thread Andrew Pogrebennyk
Some Fritzbox devices don't accept the OPTIONS ping generated by kamailio with RURI: sip:11.22.3.4:5060. In the location table we have: received: sip:11.22.3.4:5060 contact: sip:user@11.22.3.4:5060;uniq=6633BC1386F4D4CC4EBD64DC7E967 path: Kamailio version is 3.3.2 and the nathelper config is noth

[SR-Users] "maximum number of branches exceeded" after kamalilio restart

2013-01-04 Thread Andrew Pogrebennyk
and this error does not appear until the next kamailio restart. What could be the problem here? P.S. The kamailio version is 3.3.2. Andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org h

[SR-Users] sample SCA kamailio.cfg added

2012-12-03 Thread Andrew Mortensen
address as necessary. Until the sca module doc on kamailio.org gets updated, you can find the sample configuration in the git master branch, or view it through gitweb at the link below. Best, andrew <http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob_plain;f=modules/sca/d

Re: [SR-Users] [sr-dev] kamailio vs.ser

2012-12-03 Thread Andrew Mortensen
local-request with the ser flavour quite a bit in testing. I haven't run into any problems, though my testing was far from comprehensive. andrew ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Kamailio SCA Module

2012-11-30 Thread Andrew Mortensen
On Nov 30, 2012, at 5:23 PM, Robert Boisvert wrote: > Andrew, > Congratulations on your new position as a Kamailio developer! When I saw > your module (SCA) I began testing immediately since it may be a stepping > stone to help me get the Polycom barge-in feature working w

Re: [SR-Users] Presence on Cisco/Linksys handsets

2012-11-27 Thread Andrew Mortensen
On Nov 27, 2012, at 2:51 PM, Mark Boyce wrote: > Hi Andrew > > Thanks for that, I'll give it a go. > > Would the module work with stable branch or do I need to compile up master? It should work with the stable branch. andrew > > On 27 Nov 2012, at 19:44, Andrew

Re: [SR-Users] Presence on Cisco/Linksys handsets

2012-11-27 Thread Andrew Mortensen
nclude_modules value in the make command, e.g.: make FLAVOUR=kamailio include_modules="db_mysql sca" Take a look at the documentation here (it's not up on kamailio.org yet): https://github.com/fitterhappier/sca Scroll down past the list of files to find the formatted

Re: [SR-Users] new developer: Andrew Mortensen

2012-11-26 Thread Andrew Mortensen
On Nov 26, 2012, at 3:01 PM, Daniel-Constantin Mierla wrote: > Hello, > > I want to announce that a new developer got GIT write access to repository: > Andrew Mortensen from University of Pennsylvania, USA - he has contributed a > new module: sca (Shared Call Appearance

Re: [SR-Users] Difficulties with with loose_route() when trying to handle non-compliant ACK

2012-11-23 Thread Andrew Pogrebennyk
Richard, well, the RURI of remote ACK has proxy IP address 10.200.70.100 so proxy thinks that previous hop was a strict router. I can't think of any workaround that would not be an ugly hack at the moment, though. On 11/23/2012 03:24 AM, Richard Brady wrote: > Hi guys > > I have a multihomed Kam

Re: [SR-Users] Shared Call Appearances module

2012-11-20 Thread Andrew Mortensen
On Nov 20, 2012, at 3:43 PM, Ovidiu Sas wrote: > Hello Andrew, > > First of all, thank you for sharing your work. > I was following this thread and I have a couple of questions. Why do > you need to bind to the usrloc module? The subscription itself should > be sufficient

Re: [SR-Users] Shared Call Appearances module

2012-11-20 Thread Andrew Mortensen
On Nov 20, 2012, at 3:16 PM, Daniel-Constantin Mierla wrote: > > On 11/20/12 8:43 PM, Andrew Mortensen wrote: >> On Nov 20, 2012, at 4:08 AM, Daniel-Constantin Mierla >> wrote: >> >>> Hello, >>> >>> thank for contribution! >>> &

Re: [SR-Users] Shared Call Appearances module

2012-11-20 Thread Andrew Mortensen
On Nov 20, 2012, at 2:11 AM, "Olle E. Johansson" wrote: > > 19 nov 2012 kl. 23:19 skrev Andrew Mortensen : > >> >> On Nov 19, 2012, at 4:56 PM, David J wrote: >> >>> This looks really awesome. Thanks for sharing >> >> Thank

Re: [SR-Users] Shared Call Appearances module

2012-11-20 Thread Andrew Mortensen
On Nov 20, 2012, at 4:08 AM, Daniel-Constantin Mierla wrote: > Hello, > > thank for contribution! > > On 11/20/12 12:16 AM, Andrew Mortensen wrote: >> On Nov 19, 2012, at 5:53 PM, David | StyleFlare wrote: >> >>> Also quick read at the readme, it looks

Re: [SR-Users] Shared Call Appearances module

2012-11-19 Thread Andrew Mortensen
On Nov 19, 2012, at 5:53 PM, David | StyleFlare wrote: > Also quick read at the readme, it looks like it does not support multi-domain > setups? Not yet, no. I don't think it would take much work, though. andrew > > > > On 11/19/12 5:49 PM, Andrew Mortensen wrote:

Re: [SR-Users] Shared Call Appearances module

2012-11-19 Thread Andrew Mortensen
It should work with 3.1 or newer. The bulk of our testing was done with 3.2 and 3.3. andrew On Nov 19, 2012, at 5:46 PM, David | StyleFlare wrote: > By the way what versions does this support? > > > On 11/19/12 5:19 PM, Andrew Mortensen wrote: >> On Nov 19, 2012, at 4:56

Re: [SR-Users] Shared Call Appearances module

2012-11-19 Thread Andrew Mortensen
On Nov 19, 2012, at 4:56 PM, David J wrote: > This looks really awesome. Thanks for sharing Thanks, and you're welcome. I've added very simple installation instructions to the repo. andrew > On Nov 19, 2012 4:50 PM, "Andrew Mortensen" wrote: > I

[SR-Users] Shared Call Appearances module

2012-11-19 Thread Andrew Mortensen
ule with Polycom handsets. I'm happy to answer questions. I hope this will prove useful for others. Best, andrew ___ 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/listinfo/sr-users

Re: [SR-Users] [sr-dev] presence module makes excessive cleanups when subs_db_mode=3

2012-11-09 Thread Andrew Pogrebennyk
e notifier_processes > modparam to 0. But, if you do this you should consider not using > subs_db_mode 3 as there are many race-hazards in presence that are fixed > by using the notifier_processes. > > Regards, > > Peter > > On Fri, 2012-11-09 at 12:01 +0100, Andrew Pogre

[SR-Users] presence module makes excessive cleanups when subs_db_mode=3

2012-11-09 Thread Andrew Pogrebennyk
modparam("presence", "notifier_processes", 3) loadmodule "presence_xml.so" modparam("presence_xml", "db_url", "mysql://kamailio:snbF93@localhost/kamailio") modparam("presence_xml", "force_active", 0) modparam("presence_xml", "integrated_xcap_server", 1) # retry-after 5 minutes modparam("presence_xml", "xcapauth_userdel_reason", "probation;retry-after=300") Q: it is a bug of a feature? :) Thanks. Andrew ___ 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/listinfo/sr-users

[SR-Users] dangers of excluding 100rel?

2012-10-19 Thread Andrew Mortensen
pported header in the caller's INVITE. I've tested this, and it does solve the problem, but I'm concerned about side effects. I'm aware of the value 100rel has for calls to the PSTN, but in this case the calls never leave the local network. Are there situations where 100rel

Re: [SR-Users] Supporting TLS and DTLS in RTP Proxy

2012-10-16 Thread Andrew Pogrebennyk
Kamal, perhaps RFC 5763 provides you some of the answers? On 10/16/2012 11:06 AM, Kamal Palei wrote: > Hi Johansson, All > Sincier regards and thanks for input. > > As I understand, all media packets pass through RTP Proxy. The RTP > Proxy will receive simple UDP media packets from endpoints.

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-28 Thread Andrew Pogrebennyk
17 PM, Daniel-Constantin Mierla wrote: > Hello, > > you can try after you set the flag you wanted to be in transaction, to > be sure it gets there. > > Cheers, > Daniel > > On 9/26/12 7:43 PM, Andrew Pogrebennyk wrote: >> Hi Daniel, >> >> No, I don't. T

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Andrew Pogrebennyk
_flags()? > > http://kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2543767 > > Cheers, > Daniel > > On 9/26/12 3:30 PM, Andrew Pogrebennyk wrote: >> Hi, >> >> I have found recently that in order to detect retransmits I have to >> create a transacti

[SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Andrew Pogrebennyk
Hi, I have found recently that in order to detect retransmits I have to create a transaction explicitly when the request comes in: force_rport(); if(!t_check_trans()) t_newtran(); sl_send_reply("100", "Trying"); xlog("L_INFO", "New request - $ci\n");

Re: [SR-Users] Registration Authentication Error

2012-09-19 Thread Andrew Pogrebennyk
On 09/18/2012 04:58 PM, Nathaniel L Keeling III wrote: > 11(28548) DEBUG: db_postgres [km_dbase.c:393]: PQclear(1008b8560) result > set > 11(28548) DEBUG: auth_db [authorize.c:124]: HA1 string calculated: > e13d569284e76a33ca63e4d6203f844a > 11(28548) DEBUG: auth [api.c:211]: check_response: Our re

Re: [SR-Users] IM on Kamailio

2012-09-19 Thread Andrew Pogrebennyk
RPID as well, maybe somebody more knowledgeable about blink can correct me. For IM, add MESSAGE method to supported methods and send it after lookup like INVITE. For offline message delivery, checkout the msilo module readme. HTH, Andrew ___ SIP Express Route

Re: [SR-Users] TCP Path received quotes

2012-09-15 Thread Andrew Pogrebennyk
Hello Spencer, actually double quotes are not allowed in URI parameter. In the BNF grammar the allowed chars in the "unreserved" definition are "alphanum" and "mark", where "mark" is only "-" / "_" / "." / "!" / "~" / "*" / "'" / "(" / ")" ). This is already fixed in 3.3.0 if I am not mistaken, p

[SR-Users] script stops processing when relaying e2e ack?

2012-09-12 Thread Andrew Mortensen
which stops script processing. Is this intentional? My module currently hooks the TMCB_E2EACK_IN, and I can UPDATE the caller here, but the callee seems to be ignoring the UPDATE if it's received prior to the ACK. Thanks for any advice you can offe

Re: [SR-Users] Remove m=video from SDP header

2012-08-13 Thread Andrew Pogrebennyk
You might need to upgrade to 3.3.1 to use sdpops module: http://kamailio.org/docs/modules/stable/modules/sdpops.html On 08/13/2012 09:52 AM, phillman25 wrote: > Dear List > > I am trying to remove specific lines from the following original SDP body: > > > Content-Type: application/sdp > Content

Re: [SR-Users] Best tool for crafting sip messages

2012-08-13 Thread Andrew Pogrebennyk
Same here, also you can use protoshoot provided by kamailio, see utils/protoshoot. On 08/13/2012 07:45 AM, Mark Anthony Delfin wrote: > Hi Anton, > > Previously I used the following. > > sipsak > http://sipsak.org/ > > or > > sipp > http://sipp.sourceforge.net/ > > Regards, > > Mark __

Re: [SR-Users] 302 redirect with 2 numbers registered

2012-08-03 Thread Andrew Pogrebennyk
Mino, I am not sure, but you could try the following: set failure_reply_mode 3 (http://kamailio.org/docs/modules/stable/modules/tm.html#failure_reply_mode), then handle 302 redirect in the proxy and use the contact as a new branch like this: if(status == "302") { $var(contact) = $ct;

Re: [SR-Users] postgres in kamailio 3.3.0-9.1

2012-08-02 Thread Andrew O. Zhukov
ctory: make Q=0 First run 'make proper' in the same directory. I want to see the compile flags and linked libs used for your system. Cheers, Daniel On 8/1/12 5:33 PM, Andrew O. Zhukov wrote: The same trouble with: completely updated Centos 5 the last Kamailio RPM from http://downlo

Re: [SR-Users] postgres in kamailio 3.3.0-9.1

2012-08-02 Thread Andrew O. Zhukov
7;"3.3.0"' -DARCH='"x86_64"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.1.2"' -D__CPU_x86_64 -D__OS_linux -DSER_VER=3003000 -DCFG_DIR='"/usr/local/etc/kamailio/"' -DPKG_MALLOC -

[SR-Users] postgres in kamailio 3.3.0-9.1

2012-08-01 Thread Andrew O. Zhukov
The same trouble with: completely updated Centos 5 the last Kamailio RPM from http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-5/ and postgresql-libs.x86_64.8.1.23-5.el5_8 several month ago I try postgresql84-libs.x86_64 with the same result. It's not possible to u

[SR-Users] New Wiki Site has problems?

2012-07-31 Thread Andrew Pogrebennyk
ebody please check it? Thanks. Andrew ___ 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/listinfo/sr-users

Re: [SR-Users] lcr.dump_gws problem

2012-07-27 Thread Andrew Pogrebennyk
Hi Gary, It was fixed already by Richard in 3.3 branch: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=28be16549831df46dd1b8312da223b02359d8a9c (and master) Thank you for the report. On 07/24/2012 09:44 PM, Gary Chen wrote: > Sorry, it should be Kamailio 3.3.0 not 3.2.0. >

Re: [SR-Users] lcr.dump_gws problem

2012-07-24 Thread Andrew Pogrebennyk
Hi Gary, Yes, that's an old/known issue. You can convert the IP to common format with a simple command: perl -MSocket -le 'print inet_ntoa(pack("N", 1273060816))' Maybe somebody from the kamailio team will take time to fix this. On 07/24/2012 09:39 PM, Gary Chen wrote: > Kamailio 3.2.0 > > > >

Re: [SR-Users] kamailio core request dropping - no reply

2012-06-19 Thread Andrew Pogrebennyk
On 06/19/2012 02:06 PM, Uri Shacked wrote: > I am testing kamailio replies when an INVITE or another request arrives > with lets say, "VIA" header missing > The core drops the request. But, there is no reply for the originator > (so it keep on resending the request...) > Why? If there was no V

Re: [SR-Users] Looking for RTP Proxy in TCP

2012-06-08 Thread Andrew Pogrebennyk
The papers talk about transport protocol for signaling, not media/RTP. I didn't hear of anyone who does RTP over TCP neither. I doubt even that the performance is a primary reason behind that, for media over TCP the client link must be virtually packet-loss free (due to TCP retransmissions), while

Re: [SR-Users] [NOT Solved]Creating RURI ($ru) from Contact ($ct)

2012-05-30 Thread Andrew Pogrebennyk
Hi, On 05/30/2012 12:22 PM, Aft nix wrote: > So i'm interested if RFC 3261 provides any mechanism by which we can > differentiate a BYE whether its from "caller" or "callee". Check out is_direction() function: http://www.kamailio.org/docs/modules/3.2.x/modules_k/rr.html#id2527009 ___

Re: [SR-Users] Config include

2012-05-09 Thread Andrew Pogrebennyk
Konstantin, You should put the include_file directive after loadmodule and modparam directives. So it can be either before main route block or at the bottom of your main kamailio.cfg. On 05/09/2012 06:48 PM, Konstantin M. wrote: > After including a part of main config to included file -- I got a

Re: [SR-Users] Config include

2012-05-09 Thread Andrew Pogrebennyk
Hello, It is already there, see http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:3.1.x On 05/09/2012 06:04 PM, Konstantin M. wrote: > Hi, > > I would like (and a many people here I believe) to have a functional of > including a multiple config files like (foe example asterisk's > #include

  1   2   >