[SR-Users] send_all blocks indefinitely

2017-03-16 Thread Robert
how tcp and socket connection works. Any help will be appreciated! Thanks, Robert -- View this message in context: http://sip-router.1086192.n5.nabble.com/send-all-blocks-indefinitely-tp156948.html Sent from the Users mailing list archive at Nabble.com. _

Re: [SR-Users] SIP contact header question

2017-03-02 Thread Robert Johnson
I seem to recall reading something stating that you shouldn't modify the contact header - But, I can't find the text. Might suggest adding a Record-Route header instead of re-writing the contact header? I'm curious as to what the list has to say about this question, I've considered doing the

[SR-Users] In dialog messages cannot be routed after re-registration with outbound and gruu

2016-12-01 Thread Robert
Hi, I'm using outbound with gruu enabled and with edge proxy, registrar and auth proxy all running as separate entities. My problem is once a dialog is formed between two UAs, if one side re-registers and gets assigned a new flow token, all subsequent in-dialog messages cannot be routed because th

Re: [SR-Users] music on hold configuration

2016-07-25 Thread Robert Boisvert
gt;> >> >> On Sat, Jul 23, 2016 at 2:36 AM, Robert Boisvert >> wrote: >> >>> It looks like you haven't correctly setup and configured the rtpproxy >>> feature which mohqueue relies on. See >>> http://kamailio.org/docs/module

Re: [SR-Users] music on hold configuration

2016-07-22 Thread Robert Boisvert
It looks like you haven't correctly setup and configured the rtpproxy feature which mohqueue relies on. See http://kamailio.org/docs/modules/4.3.x/modules/rtpproxy.html#idp2409144 On Fri, Jul 22, 2016 at 3:06 PM, Gaurav Bmotra wrote: > hi Robert > now kamailio service is started s

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
e this MOH entryes then it will work fine > but i want to configure the MOH in this .. > > > > On Fri, Jul 22, 2016 at 1:57 AM, Robert Boisvert > wrote: > >> Did you use kamdbctl to create the tables? >> https://www.kamailio.org/wiki/install/4.3.x/git#create_mysql_dat

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
Did you use kamdbctl to create the tables? https://www.kamailio.org/wiki/install/4.3.x/git#create_mysql_database On Thu, Jul 21, 2016 at 4:05 PM, Gaurav Bmotra wrote: > hi Robert > > this is my kamailio config entrie

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
ocs/modules/devel/modules/mohqueue.html#table.parms and http://www.kamailio.org/docs/modules/devel/modules/mohqueue.html#mohqueues.dbase On Thu, Jul 21, 2016 at 3:23 PM, Gaurav Bmotra wrote: > i have created two tables > > mqueues and mcalls > > is that ok > > > On Fri, Jul 22,

Re: [SR-Users] music on hold configuration

2016-07-21 Thread Robert Boisvert
This error: db_check_table_version(): invalid version 0 for table mohqcalls found, exp Indicates you didn't create the tables or the user does not have access to it. On Thu, Jul 21, 2016 at 2:31 PM, Gaurav Bmotra wrote: > Hi Robert > > Now it gives the fo

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
Guarav, It seems that your kamailio.cfg is not setup to use MySQL. It says, "db_bind_mod(): Module db_mysql not found". You might want to review http://www.kamailio.org/docs/modules/devel/modules/db_mysql.html Bob On Wed, Jul 20, 2016 at 4:41 PM, Gaurav Bmotra wrote: > Hi Rober

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
Gaurav, Your request is a little vague but the following things may be helpful: 1. Your configuration has commented out the module statements which disables it. - #loadmodule "mohqueue.so" - #modparam ("mohqueue", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")

Re: [SR-Users] General question about mohqueue

2015-11-16 Thread Robert Boisvert
David, mohqueue was designed to hold calls in a FIFO queue until retrieved ( http://kamailio.org/docs/modules/4.3.x/modules/mohqueue.html#overview). It does not include an algorithm that decides when to remove it from the queue since there are many ways to determine that. Whether you program thi

Re: [SR-Users] dmq_is_from_node() issue

2015-07-22 Thread Robert Boisvert
You might want to consider this function: http://kamailio.org/docs/modules/4.3.x/modules/dmq.html#dmq.p.multi_notify On Wed, Jul 22, 2015 at 10:25 AM, Asgaroth <00asgarot...@gmail.com> wrote: > sorry, I forgot to mention, this is with Kamailio v4.3.1: > > # kamailio -V > version: kamailio 4.3.1 (

Re: [SR-Users] How to Use Multiple DMQ Notification Addresses

2015-03-04 Thread Robert Boisvert
at some point, > when there is some spare time :-) > > Cheers, > > Charles > On 3 Mar 2015 23:39, "Robert Boisvert" wrote: > >> Hello all, >> >> I would like to setup a DMQ bus where servers can come on and offline and >> have DMQ continue wo

[SR-Users] How to Use Multiple DMQ Notification Addresses

2015-03-03 Thread Robert Boisvert
Hello all, I would like to setup a DMQ bus where servers can come on and offline and have DMQ continue working with the online servers. I'm having trouble understanding how to do that with the notification address. Can someone point me in the right direction? More specifically, suppose I have f

Re: [SR-Users] Queue implementation in kamailio

2015-01-05 Thread Robert Boisvert
ich is in > call? > > > > > > Regards, > > Ansuman > > > > *From:* sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Robert Boisvert > *Sent:* 04 January 2015 02:24 > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re

Re: [SR-Users] Queue implementation in kamailio

2015-01-03 Thread Robert Boisvert
Ansuman, The mohqueue module was designed to redirect waiting callers into a Music-On-Hold (MOH) queue and when a line became available to pull them out of queue and redirect them to an available line. I'm not sure if this is what you have in mind. If so, I'm sorry but I don't understand your qu

Re: [SR-Users] Kamailio & queue

2014-10-03 Thread Robert Boisvert
Only with rtpproxy. On Fri, Oct 3, 2014 at 5:25 AM, Marino Mileti wrote: > mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy? > > Because during startup i've noticed this error: > mohqueue : Unable to load rtpproxy_stream2uac > > > > > >There was a typo in the parameter na

Re: [SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-07-31 Thread Robert Boisvert
Jorj, I work on the same team with J. Arruda and we would like to get this bug fixed. When amortensen was at Penn he was responsive to bug requests but now he seems to have other responsibilities. It looks like you are offering to step in for him. Can you officially inquire about picking up SCA

Re: [SR-Users] Kamailio with mohqueue module

2014-01-30 Thread Robert Boisvert
Mark, That part depends on you. There are so many ways to implement that function I decided not to make it a part of mohqueue. mohq_retrieve () provides a way to move calls out, mohq_count () allows you to check for queued calls within Kamailio scripts, and the database tables allow you to query

Re: [SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
the > meantime? Thanks. > > andrew > > > On Nov 11, 2013, at 4:18 PM, Robert Boisvert wrote: > > > Hi! > > > > Looking for some help as to why the SCA module is crashing randomly on > 4.0.4. It has crashed several times with a backtrace that shows these

[SR-Users] SCA Crashes

2013-11-11 Thread Robert Boisvert
Hi! Looking for some help as to why the SCA module is crashing randomly on 4.0.4. It has crashed several times with a backtrace that shows these stack calls: (gdb) backtrace #0 0x in ?? () #1 0x4dceca11 in sca_hash_table_slot_kv_delete_unsafe () from /usr/lib/kamailio/modules/sca.so #2 0

[SR-Users] SCA Module Drops Shared Line if Barge-In Aborted on Polycom

2013-09-18 Thread Robert Boisvert
SCA Developers, I ran into a problem using the SCA module and was looking for some assistance for the following situation. Can you help? Here is the scenario: 1. When a conversation is occurring on a shared line with Polycom phones; 2. Another caller on the same shared line picks up the pho

[SR-Users] add "port" field in the "via" header

2013-08-23 Thread Robert R
Hi, I was wondering how to force Kamailio to add "port" field in the "via" header. Thanks, Rob, ___ 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/listinf

Re: [SR-Users] Delay in "100 Trying" reply message

2013-05-16 Thread Robert R
antin Mierla wrote: > Hello, > > you can use sl module for sending a reply as soon as you get a request: > > sl_send_reply("100", "Trying"); > > Cheers, > Daniel > > > On 5/15/13 9:06 PM, Robert R wrote: > > Hi, > > There is a big del

[SR-Users] Delay in "100 Trying" reply message

2013-05-15 Thread Robert R
Hi, There is a big delay in our Kamailio server when repling "100 Trying" after incoming INVITE messages (more than 500 ms). It seems my perl script (and database query) is executed before "100 Trying" being send out. I was wondering if sending "100 Trying" is configurable so I can send it right

Re: [SR-Users] log reply message number

2013-05-15 Thread Robert R
> > Sent from my iPhone > > On May 15, 2013, at 11:04 AM, Robert R wrote: > > Hi, > > I am trying to add a log when receiving 1xx or 2xx reply message: > > # manage incoming replies > onreply_route[MANAGE_REPLY] { >xdbg("incoming reply\n"); &g

[SR-Users] log reply message number

2013-05-15 Thread Robert R
Hi, I am trying to add a log when receiving 1xx or 2xx reply message: # manage incoming replies onreply_route[MANAGE_REPLY] { xdbg("incoming reply\n"); if(status=~"[12][0-9][0-9]") { xlog("L_INFO","reply message: $T_reply_code ci:$ci"); route(NATMANAGE); } } Adding the

[SR-Users] ERROR: presence not working correctly with Kamailio 3.3.2-1.1 and Postgresql 9.1

2012-11-05 Thread Robert Verspuy
The bytea_output setting in postgresql 9 is now standard set to 'hex' in stead of escape. I've changed the bytea_output setting in postgresql.conf to 'escape', and then the presence is working without any issues. So maybe the database module of postgresql has to be changed

[SR-Users] ERROR: presence not working correctly with Kamailio 3.3.2-1.1 and Postgresql 9.1

2012-11-05 Thread Robert Verspuy
The bytea_output setting in postgresql 9 is now standard set to 'hex' in stead of escape. I've changed the bytea_output setting in postgresql.conf to 'escape', and then the presence is working without any issues. So maybe the database module of postgresql has to be changed

[SR-Users] vsf value in Record-Route header

2012-05-22 Thread Robert R
Hi, * * * * We are facing a problem in our opener proxy receiving: *"Message too big" error.* Looking at the INVITE message sent by opener I notice the following in the record-route header: Record-Route: Is this a valid value for vsd? Can we correct the value? Thanks, R

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Robert R
nctionalities > > > >99% of list support and tips are based on last stable version. 1.3 is > >pretty old... > > > >Edson. > > > >Em 23/03/2012 10:06, Robert R escreveu: > >> Hi, > >> > >> Even though when I try to use "uac_rep

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Robert R
tantin Mierla wrote: > > > On 3/22/12 6:12 PM, Alex Balashov wrote: > >> On 03/22/2012 01:00 PM, Robert R wrote: >> >> When I am trying to modify FROM field in the "failure_route" block I >>> get an error message: >>> >>> failur

[SR-Users] modify FROM field in the "failure_route" block

2012-03-22 Thread Robert R
Hi, When I am trying to modify FROM field in the "failure_route" block I get an error message: failure_route[1] { ... uac_replace_from("$avp(i:204)"); append_branch(); t_relay(); } Not starting openser: invalid configuration file! Mar 22 10:51:39 [6457] CRITICAL:core:yyerror: pars

[SR-Users] error when using "uac_replace_from( )" in the "failure_route" block

2012-03-22 Thread Robert R
Hi, When I am trying to modify FROM field in the "failure_route" block I get an error message: failure_route[1] { ... uac_replace_from("$avp(i:204)"); append_branch(); t_relay(); } Not starting openser: invalid configuration file! Mar 22 10:51:39 [6457] CRITICAL:core:yyerror: pars

[SR-Users] Forward UAC Registration with Authentication (like Upper Registration or Passthrough Registration)

2012-03-21 Thread Robert
Sorry to spam all 3 boards at the same timeŠ I know there are smart people on these lists and hoping that one might be willing to send an example config to assist a n00b to SER. I need to configure a proxy (like SBC) to listen on port X ­ where X is not 5060. I want the UAC's registration to be fo

Re: [SR-Users] Proxy Registrations offset port

2012-03-21 Thread Robert
IP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List" Subject: Re: [SR-Users] Proxy Registrations offset port Hi Robert, There can't be any simpler start then using the configurations(kamailio.cfg file) mentioned in this blog-post by Daniel. http://kb.asipto.

Re: [SR-Users] Proxy Registrations offset port

2012-03-20 Thread Robert
ling is delicate woth proxies. Start by looking at some wireshark dump to see what's wrong. Reda On 9 mars 2012, at 16:57, Robert wrote: > Two different tests I completed: > > Test #1 ­ it showed the opensips server > Test #2 ­ it showed the client's public ip address >

[SR-Users] Settings

2012-03-17 Thread Robert Schleusener
. What is the reason for that? Have I the possibility to change that setting? I can also create aliases, for example 4...@mydomain.de and that works fine. But the telephonee sees still the number 8555 from the account name. Any ideas? Best regards, Robert

Re: [SR-Users] Proxy Registrations offset port

2012-03-09 Thread Robert
ump dump on your PortaOne server to know where the rtp stream is going, and then troubleshoot accordingly.. On your PortaOne server, what is the location of registered users? Is it their IP@, or that of OpenSips server? Reda On 9 mars 2012, at 16:28, Robert wrote: > Thank you so much for ans

Re: [SR-Users] Proxy Registrations offset port

2012-03-09 Thread Robert
ter (SER) - Users Mailing List" Subject: Re: [SR-Users] Proxy Registrations offset port Hi Robert, I had the same feeling about O***sips community. I have a similar setup. A proxy that listens on port other than 5060, forwarding to other servers on 5060. If you can better define bett

[SR-Users] Proxy Registrations offset port

2012-03-09 Thread Robert
I've been playing with OpenSIPS and am willing to change over if it means I'll get a more informed answer from this community.. I need to set up a proxy forwarding server that can listen on a port other than 5060 ­ I.e. 8080 and forward the registration requests to another Voip platform we have th

[SR-Users] memory allocation failure

2012-02-29 Thread Robert R
Hi, The openser service died on my servers after "memory allocation failure". This issue has been occurred a couple of times on two different servers within the last two months. Feb 29 08:31:59 /usr/sbin/openser[7115]: ERROR:core:do_action: memory allocation failure Feb 29 08:31:59 /usr/sbin/op

[SR-Users] re-route SIP response message

2012-01-18 Thread Robert R
Hi, Can I re-route a SIP response message? In other words, after the SIP proxy receives a 503 from node A, I need to change the TO field and re-route it to node B. I tried to modify $rd or $rU and didn't work. Thanks, R ___ SIP Express Router (SER) and

Re: [SR-Users] Pseudo-variables for "Status-Line"

2011-12-29 Thread Robert R
Thank a lot. $T_reply_code works. I tried all variables in pv doc ($rc, $err.rcode, $rs ... ) and none of them works, On Thu, Dec 29, 2011 at 9:27 AM, Andrew Pogrebennyk < apogreben...@sipwise.com> wrote: > On 12/29/2011 03:21 PM, Robert R wrote: > > What is the Pseudo-variab

[SR-Users] Pseudo-variables for "Status-Line"

2011-12-29 Thread Robert R
Hi, What is the Pseudo-variables for "Status-Line" filed of SIP response messages (2xx, 3xx,4xx,5xx,6xx)? i.e., is there a Pseudo-variables to display the SIP response code? Thanks, R ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users maili

[SR-Users] parse 503 message

2011-11-22 Thread Robert R
Hi, How can I set a filter for receiving 5xx messages, i.e. how can I parse 503 messages received by the proxy? I have tried the following and none works: t_check_status("503") is_method("503") Thanks, R ___ SIP Express Router (SER) and Kamailio (Open

Re: [SR-Users] Double tuple in notify

2011-06-13 Thread Robert Jongbloed
Yes, correct. I don't think this is anything to do with Kamailio, I will detach you from the thread, Thanks for all your assistance! Robert Jongbloed Vox Lucida Pty. Ltd. On 12/06/2011, at 8:11 PM, Iñaki Baz Castillo wrote: > The id of both tuples are different so the ser

Re: [SR-Users] Meaning of empty body in NOTIFY

2011-06-12 Thread Robert Jongbloed
after a SUBSCRIBE, will Kamailio ever send an empty NOTiFY? If so, what would trigger it? Robert Jongbloed Vox Lucida Pty. Ltd. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http:/

Re: [SR-Users] Meaning of empty body in NOTIFY

2011-06-06 Thread Robert Jongbloed
fy, when it is empty, is supposed to have a Subscription-State header field value of "pending". Again the specification is not clear but there were some discussion groups that mentioned this. Unfortunately, Kamailio does not do this. So we could not even use this as a discriminato

Re: [SR-Users] Kamailio lib/srdb1/db_id.c handling of multiple database connections and race condition

2011-05-05 Thread Robert Verspuy
reprojects.com/resources/programming/t-how-to-fix-mysql-duplicate-entry-for-key-primary-o-1844.html With kind regards, Robert Verspuy Op 05-05-11 13:19, Dr. Torge Szczepanek schreef: Hi! First of all thanks for all of your work. I really appreciate and I am glad that there is such a nice Op

Re: [SR-Users] Outbound socket selection (HA implementation)

2011-03-29 Thread Robert Verspuy
if ($Ri == "1.2.3.1") { force_send_socket(1.2.3.1:5060); } else if ($Ri == "1.2.3.2") { force_send_socket(1.2.3.2:5060); } With kind regards, Robert Verspuy -- *Exa-Omicron* Patroonsweg 10 3892 DB Zeewolde Tel.: 088

Re: [SR-Users] WARNING: [db_id.c:281]: identical DB URLs, but different DB connection pid [30123/30107]

2011-03-04 Thread Robert Verspuy
Op 04-03-11 16:05, Klaus Darilion schreef: Hi Robert! See the thread here: http://lists.sip-router.org/pipermail/sr-dev/2010-October/009545.html So, when it is fixed, why printing a WARNING? Is it something I have to be aware of? I use mysql with 3 modules doing DB lookups. I get this

Re: [SR-Users] WARNING: [db_id.c:281]: identical DB URLs, but different DB connection pid [30123/30107]

2011-03-04 Thread Robert Verspuy
Op 04-03-11 15:43, Henning Westerholt schreef: On Friday 04 March 2011, Henning Westerholt wrote: By searching for Robert you should be able to find the initial discussion of this problem, i guess. [sr-dev] invalid type (3) or nul (0) version columns for trusted (kamailio 3.1 latest from git

[SR-Users] Storing multiple SQL results in htable/mtree

2010-11-18 Thread Robert McGilvray
Hello, I'm interested in using the htable and/or mtree modules to keep my aliases and did lookups in memory to minimize the amount of SQL lookups that are being performed. It's easy enough to use htable to cache a single value after it is retrieved but what I'm not clear on is how I can do it

Re: [SR-Users] Debug xmpp module with kamailio 3.0.4

2010-10-25 Thread Robert Verspuy
/kamailio.log Don't forget to restart syslog Regards, Robert Verspuy -- *Exa-Omicron* Patroonsweg 10 3892 DB Zeewolde Tel.: 088-OMICRON (66 427 66) http://www.exa-omicron.nl ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

[SR-Users] multiple instances on different ports

2010-07-26 Thread Robert R
Hi, I am trying to run multiple different instances of openser on the same server using different ports. Regardless of receiving INVITE on any of the ports (5061, 5062, ...) I want openser always to proxy the message to port 5060. invite:5061 ---> openser --> invite:5060 invite:5062 ---> opens

[SR-Users] when mySQL is unreachable ...

2010-04-13 Thread Robert R
Hi, My Kamailio server uses an external mysql database with perl script to proxy traffic. When mysql server is unreachable, Kamailio do not respond with 100 Trying and instead responses with 484 (Address Incomplete) to the INVITE message. Is this a normal behavior? I need to response with 503 when