Re: [SR-Users] Remote Party ID

2011-12-07 Thread Daniel-Constantin Mierla
ay to use it in the config file. In config then you can use append_hf() add header as you need, or if it is rpid specific format, see siputils module for other options: http://kamailio.org/docs/modules/stable/modules_k/siputils.html Cheers, Daniel pavel *From:*Daniel-Constantin Mierla [m

Re: [SR-Users] Running Kamailio as non-root user

2011-12-08 Thread Daniel-Constantin Mierla
-h for the options. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip

Re: [SR-Users] How to i use record_route_advertised_address

2011-12-08 Thread Daniel-Constantin Mierla
sting... Hugh On 05/12/2011 21:52, Daniel-Constantin Mierla wrote: > Hello, > > maybe the option for now is to set the parameters for > record_route_preset() to advertised_address/port: > > http://kamailio.org/docs/modules/stable/modules_k/rr.html#id2542169 > > I have

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-08 Thread Daniel-Constantin Mierla
quot;, 30) modparam("dispatcher", "ds_probing_mode", 1) modparam("dispatcher", "ds_hash_size", 8) modparam("dispatcher", "flags", 2) #!endif ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] unset host domain in dispatcher module

2011-12-08 Thread Daniel-Constantin Mierla
nsport=tcp) Cheers, Daniel On Wed, Dec 7, 2011 at 12:09 AM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/6/11 7:08 PM, Uri Shacked wrote: Hi, i am using the dispatcher module in order to send the call to a LNP server. after the 3xx re

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-12 Thread Daniel-Constantin Mierla
Hello, cn you give output of 'kamailio -V' and the log messages with debug=3 in config file? Note that from the moment you set the gateway in some state and you dump the list via mi, there can be keepalives that change the state. Cheers, Daniel On 12/11/11 3:42 PM, Uri Shacked wrote: Hi,

Re: [SR-Users] Via header branch parameter in ACK message not unique

2011-12-12 Thread Daniel-Constantin Mierla
be matched with (callid, from tag, to tag). Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

Re: [SR-Users] use of $stat(name)

2011-12-12 Thread Daniel-Constantin Mierla
fifo get_statistics all In the output you should get a prefix on statistics name which should lead you to the module exporting them -- if there is no such module, they are exported by the core, kex module or they are custom. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com

Re: [SR-Users] 503 on DB Error

2011-12-12 Thread Daniel-Constantin Mierla
but this will require changes in all modules interacting with database, including the db modules. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express R

Re: [SR-Users] route return value confusion

2011-12-12 Thread Daniel-Constantin Mierla
INFO: TEST_ROUTE_PLUS_ONE returned 1 Dec 10 16:14:56 sip /usr/sbin/sip-proxy[16099]: INFO: TEST_ROUTE_PLUS_ONE returned success -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://li

Re: [SR-Users] Music on hold with freeswitch as SBC

2011-12-12 Thread Daniel-Constantin Mierla
, you set media patch to go through freeswitch. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-12 Thread Daniel-Constantin Mierla
Hello, you have to upgrade to 3.2.1 (or use the latest git branch 3.2). The current keepalive mechanism was refactored a bit after the release of 3.2.0, as they were overlapping cases. Cheers, Daniel On 12/12/11 11:13 AM, Uri Shacked wrote: version : version: kamailio 3.2.0 (i386/linux) e19

Re: [SR-Users] 503 on DB Error

2011-12-12 Thread Daniel-Constantin Mierla
Hello, On 12/12/11 10:49 AM, Olle E. Johansson wrote: 12 dec 2011 kl. 10:33 skrev Daniel-Constantin Mierla: Hello, On 12/10/11 11:36 AM, Olle E. Johansson wrote: 9 dec 2011 kl. 18:54 skrev Spencer Thomason: Hello all, Is it possible to configure Kamailio to reply to a request with a 503

Re: [SR-Users] route return value confusion

2011-12-12 Thread Daniel-Constantin Mierla
Hello, On 12/12/11 10:45 AM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: cannot test it for now personally, but what you get if you do: route(TEST_ROUTE_MINUS_ONE); $var(r) = $rc; xlog("returned code by route minus one is: $var(r)\n"); Maybe this will give some l

Re: [SR-Users] 503 on DB Error

2011-12-12 Thread Daniel-Constantin Mierla
Hello, On 12/12/11 10:46 AM, Alex Hermann wrote: On Monday 12 December 2011, Daniel-Constantin Mierla wrote: On 12/10/11 11:36 AM, Olle E. Johansson wrote: I have been thinking about this as well. We could implement a db_ping function so we could test in the routing script before calling

Re: [SR-Users] Via header branch parameter in ACK message not unique

2011-12-12 Thread Daniel-Constantin Mierla
! Phillip On Mon, Dec 12, 2011 at 11:25 AM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/12/11 8:18 AM, Phillman25 Kyriacou wrote: Dear List I'm currently facing an issue with a carrier whereby they are complaining that the via he

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-12 Thread Daniel-Constantin Mierla
in/3.2 # make FLAVOUR=kamailio cfg what do i do next? make install? yes, make install. You can read a tutorial about installing kamailio 3.2 from git at: * http://www.kamailio.org/wiki/install/3.2.x/git Cheers, Daniel On Mon, Dec 12, 2011 at 12:18 PM, Daniel-Constantin Mierla mailt

Re: [SR-Users] commands out of sync you can't run this command now

2011-12-12 Thread Daniel-Constantin Mierla
- sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router

Re: [SR-Users] commands out of sync you can't run this command now

2011-12-13 Thread Daniel-Constantin Mierla
t 12:53 AM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/12/11 4:09 PM, MingHon wrote: btw im using kamailio 3.1 which one exactly? Just send output of 'kamailio -V'. Also, watch the log messages with debug=3 and get the on

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-13 Thread Daniel-Constantin Mierla
better part is that the uninstall really works and you don't get trojans/viruses. Cheers, Daniel Thanks, I must say i think kamailio is great !! a real SIP application server, perfect for many implementations. Cheers! On Mon, Dec 12, 2011 at 2:51 PM, Daniel-Constantin Mierla mailto

Re: [SR-Users] commands out of sync you can't run this command now

2011-12-13 Thread Daniel-Constantin Mierla
Hello, On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote: Hello, are you using any private developed module or extension? There seems to be a buffer overflow as well. if you don't have any private extension, can you send directly to me the entire log from start of kamailio with foll

Re: [SR-Users] commands out of sync you can't run this command now

2011-12-13 Thread Daniel-Constantin Mierla
heers, MingHon On Tue, Dec 13, 2011 at 4:58 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote: Hello, are you using any private developed module or extension? There se

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-13 Thread Daniel-Constantin Mierla
application server, perfect for many implementations. Cheers! On Mon, Dec 12, 2011 at 2:51 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/12/11 1:35 PM, Uri Shacked wrote: thanks, since i am not so good with l

Re: [SR-Users] route return value confusion

2011-12-13 Thread Daniel-Constantin Mierla
el just replace -1 with the return code you want to test against On 12/12/11 11:29 AM, Daniel-Constantin Mierla wrote: Hello, On 12/12/11 10:45 AM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: cannot test it for now personally, but what you get if you do: route(TEST_ROUTE_MINUS_

Re: [SR-Users] route return value confusion

2011-12-13 Thread Daniel-Constantin Mierla
p-proxy[16099]: INFO: TEST_ROUTE_PLUS_ONE returned 1 Dec 10 16:14:56 sip /usr/sbin/sip-proxy[16099]: INFO: TEST_ROUTE_PLUS_ONE returned success -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.

Re: [SR-Users] route return value confusion

2011-12-13 Thread Daniel-Constantin Mierla
On 12/13/11 1:03 PM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: Thus, no matter what code you return from a subroute, you have to compare against 0 (for negative return code) or 1 (for positive return code). Solutions/alternatives: is it not an alternative to fix to change the

Re: [SR-Users] route return value confusion

2011-12-13 Thread Daniel-Constantin Mierla
On 12/13/11 1:25 PM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: coding wise might not be a lot, thus I haven't analyzed all the cases where functions are evaluated by return code, but it will impact and break config file as it used to be so far, for example: route[x] { r

Re: [SR-Users] commands out of sync you can't run this command now

2011-12-13 Thread Daniel-Constantin Mierla
with 7 zip.. reduced to 60k now.. -- Regards, MingHon On Tue, Dec 13, 2011 at 7:00 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, have you sent them to me or to mailing list? On the mailing list I could not find an attachment, also I didn't get

Re: [SR-Users] Fwd: commands out of sync you can't run this command now

2011-12-13 Thread Daniel-Constantin Mierla
commit for this fix: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97f788a3f1e4e993c99fb1225a1fbcbe4ff0ffc8 Cheers, Daniel On Tue, Dec 13, 2011 at 9:06 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: I cannot see any DEBUG messages, are you su

Re: [SR-Users] problem forking to dbaliase

2011-12-13 Thread Daniel-Constantin Mierla
e intended addressee please notify the sender by return and delete the message. You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender. Red Embedded Design, Company Number 06688253 Registered in England: The Waterfront, Sal

Re: [SR-Users] syncing db_text acc table

2011-12-13 Thread Daniel-Constantin Mierla
ur possession is protected by our Data Safety Policy and thus shall not be released to any other third party whatsoever. You may exercise your right to access, rectify, cancel and contest by writing to the address provided above. _______ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] Double Invite / Issue

2011-12-14 Thread Daniel-Constantin Mierla
heck there are not two contacts in usrloc? Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-use

Re: [SR-Users] force_send_socket and IPv6

2011-12-14 Thread Daniel-Constantin Mierla
) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/mi

Re: [SR-Users] force_send_socket and IPv6

2011-12-15 Thread Daniel-Constantin Mierla
Hello, On 12/14/11 6:28 PM, Andreas Granig wrote: Hey Daniel, On 12/14/2011 06:00 PM, Daniel-Constantin Mierla wrote: is the ipv6 address in between square brackets (can you give exact usage of the foce_send_socket())? It should work as the bridging ipv4-ipv6 is using the same mechanism

Re: [SR-Users] force_send_socket and IPv6

2011-12-15 Thread Daniel-Constantin Mierla
Hello, On 12/14/11 7:12 PM, Andreas Granig wrote: Hey, One more thing related to outbound routing. Maybe this question is stupid, but I still have to learn a lot regarding IPv6 :) So my Jitsi registered fine, the contact in location table looks like this: contact: sip:testuser1@[x::x]:5060;tr

Re: [SR-Users] Bug: Dialog State=*Teminated* even when the call is active

2011-12-15 Thread Daniel-Constantin Mierla
___ 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 -- Daniel-Constantin Mierla -- http://ww

Re: [SR-Users] How to enable rtp repacketization

2011-12-15 Thread Daniel-Constantin Mierla
amailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___

Re: [SR-Users] force_send_socket and IPv6

2011-12-15 Thread Daniel-Constantin Mierla
Hello, On 12/15/11 11:26 AM, Andreas Granig wrote: On 12/15/2011 11:10 AM, Andreas Granig wrote: On 12/15/2011 10:19 AM, Daniel-Constantin Mierla wrote: ERROR: tm [ut.h:295]: ERROR: uri2dst: failed to resolve "[x::x]" :unresolvable A or request (-7) Is there something

Re: [SR-Users] How to get dispatcher list with sercmd command

2011-12-15 Thread Daniel-Constantin Mierla
(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 -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/mi

Re: [SR-Users] force_send_socket and IPv6

2011-12-15 Thread Daniel-Constantin Mierla
Hello, On 12/15/11 1:18 PM, marius zbihlei wrote: On 12/14/2011 07:28 PM, Andreas Granig wrote: Hey Daniel, On 12/14/2011 06:00 PM, Daniel-Constantin Mierla wrote: is the ipv6 address in between square brackets (can you give exact usage of the foce_send_socket())? It should work as the

Re: [SR-Users] How to get dispatcher list with sercmd command

2011-12-15 Thread Daniel-Constantin Mierla
mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda -- Daniel-Constantin Mierla -- http://www.asipto.com http://linke

Re: [SR-Users] Sending SIP request from mi_fifo using TMX module

2011-12-16 Thread Daniel-Constantin Mierla
set=UTF-8INVITE#012>(4) Dec 16 00:57:46 Kamailio3 /usr/local/sbin/kamailio[24541]: INFO: [parser/msg_parser.c:353]: ERROR: bad header field [From: 101@mydomain.o] Can anyone help.. Regards, Sammy _______ SIP Express Router (SER) and Kamaili

Re: [SR-Users] How to get dispatcher list with sercmd command

2011-12-16 Thread Daniel-Constantin Mierla
On Thu, Dec 15, 2011 at 3:55 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: On 12/15/11 3:45 PM, Mino Haluz wrote: kamctl dispatcher dump did the thing. that is using fifo file and MI command. sercmd is doing the RPC comma

Re: [SR-Users] source port used for forwarded requests

2011-12-16 Thread Daniel-Constantin Mierla
ts.sip-router.org/cgi-bin/mailman/listinfo/sr-users ___ 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 -- Daniel-Constantin Mierla -- h

Re: [SR-Users] Sending SIP request from mi_fifo using TMX module

2011-12-16 Thread Daniel-Constantin Mierla
ge it to a Media-Server to do its part !? Thanks alot, Regard, Sammy. On Fri, Dec 16, 2011 at 4:42 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, the headers have to be terminated in \r\n. In a shell script for click to dial, here is the used for

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-19 Thread Daniel-Constantin Mierla
xmlrpc uses internally the same mechanism as xhttp, so no dependencies on http libs. You need libxml2, but since you deal with presence, you should have it. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda

Re: [SR-Users] Dispatcher does not send pings

2011-12-19 Thread Daniel-Constantin Mierla
dispatcher", "ds_ping_from", "sip:001122@test") And my dispatcher.list is: 1 sip:IP1:5060 1 sip:IP2:5060 Am I missing something? I dumped all the communication and the kamailio(dispatcher) does not send anything.. Thanks, Mino ___

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-19 Thread Daniel-Constantin Mierla
n use 'help cmd' to read a bit about each rpc command. Cheers, Daniel Krish Kura On Mon, Dec 19, 2011 at 6:27 AM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/17/11 6:08 PM, Ovidiu Sas wrote: It is rather difficult to properly cr

Re: [SR-Users] Dispatcher does not send pings

2011-12-19 Thread Daniel-Constantin Mierla
flags=AX priority=0 attrs= version: kamailio 3.2.0 (i386/linux) On Mon, Dec 19, 2011 at 1:29 PM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, is this at least version 3.2.1 (or the latest branch 3.2)? What do you get with: kamctl fifo ds_list?

Re: [SR-Users] Suggestions for time utils

2011-12-19 Thread Daniel-Constantin Mierla
developer convenience. The only thing here I would comment a bit about, is the plan to apply on avp lists always? The maybe its better in avpops (if you want to do it in an old module), also use avp somehow in the name, e.g., is_avp_weekday(). Cheers, Daniel -- Daniel-Constantin Mierla --

Re: [SR-Users] Suggestions for time utils

2011-12-19 Thread Daniel-Constantin Mierla
Hello, On 12/19/11 7:50 PM, Andreas Granig wrote: Hi Daniel, On 12/19/2011 07:29 PM, Daniel-Constantin Mierla wrote: I don't know what are all the functions you think of, but for the example provided above, config file does it easy right now. There is a pseudo-variable that gives broken

Re: [SR-Users] Dispatcher module with call load balancing

2011-12-20 Thread Daniel-Constantin Mierla
something critical. But again, any contributions in this regard will be considered and accepted when they bring benefits. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda

Re: [SR-Users] Database connections

2011-12-20 Thread Daniel-Constantin Mierla
ed in kamailio (thus former openser) modules). Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing li

Re: [SR-Users] TLS performance testing

2011-12-20 Thread Daniel-Constantin Mierla
ip-router.org/wiki/performance/v3.0-capacity I have some results from a test with 6000 SIP messages/sec over tls, where CPU usage got about 60%. I guess something is becoming a bottleneck in your case, very likely a blocking operation since cpu is ok, just has to be discovered. Cheers,

Re: [SR-Users] TLS performance testing

2011-12-20 Thread Daniel-Constantin Mierla
On 12/20/11 11:55 PM, Kristian Kielhofner wrote: On Tue, Dec 20, 2011 at 5:20 PM, Daniel-Constantin Mierla wrote: Hello, with tls the limit is usually the cpu or memory, due to encryption/decryption, but you say they look ok. What log level are you using in config? Is the test tool

Re: [SR-Users] TLS performance testing

2011-12-21 Thread Daniel-Constantin Mierla
, Kristian Kielhofner wrote: On Tue, Dec 20, 2011 at 6:08 PM, Daniel-Constantin Mierla wrote: interesting, let's see who is fault of that -- backtrace: gdb /path/to/kamailio /path/to/corefile - for short backtrace: bt - for full backtrace: bt full Provide both of them. Cheers, Daniel -- Da

Re: [SR-Users] Issue when SRTP enabled in the SIP clients

2011-12-21 Thread Daniel-Constantin Mierla
ers mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Ka

Re: [SR-Users] Music on hold with freeswitch as SBC

2011-12-21 Thread Daniel-Constantin Mierla
c 12, 2011 at 4:50 AM, Olle E. Johansson wrote: 12 dec 2011 kl. 10:45 skrev Daniel-Constantin Mierla: Hello, On 12/9/11 9:04 PM, Gautam Batra wrote: Hello, I have a kamailio sip proxy server with freeswitch acting as SBC. I want to redirect the call to freeswitch when hold is pressed so

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-21 Thread Daniel-Constantin Mierla
rg/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.o

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-21 Thread Daniel-Constantin Mierla
and pkg.stats not found sercmd> Is it available only for 3.2.x and master branch? Because we are using 3.1.5. But take the PUA module from master branch for the fetch_row parameter you have patched ;-) core.shmmem is ok. Thanks a lot Laura On Wed, Dec 21, 2011 at 10:58 AM, Daniel-C

Re: [SR-Users] TLS performance testing

2011-12-21 Thread Daniel-Constantin Mierla
Hello, On 12/21/11 8:26 PM, Kristian Kielhofner wrote: On Wed, Dec 21, 2011 at 4:36 AM, Daniel-Constantin Mierla wrote: Hello, can you send also the last log messages (especially the ones before the crash, printed by the same pid that wrote the core, there should be a 'BUG...

Re: [SR-Users] Music on hold with freeswitch as SBC

2011-12-22 Thread Daniel-Constantin Mierla
a brief overview on how to go about using rtpproxy_stream2uac to play music whenever a call is put on hold. On Wed, Dec 21, 2011 at 4:50 AM, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, On 12/21/11 7:49 AM, Olle E. Johansson w

Re: [SR-Users] ERROR: slow timer too slow: overflow (1048 - 25 = 1023) repeat a lot

2011-12-22 Thread Daniel-Constantin Mierla
) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda

[SR-Users] new in devel wiki page

2011-12-22 Thread Daniel-Constantin Mierla
database schema from v3.2.x to devel, please write short guidelines at: * http://www.kamailio.org/wiki/install/upgrade/3.2.x-to-3.3.0 Thanks, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda

[SR-Users] anyone with opensuse around?

2011-12-22 Thread Daniel-Constantin Mierla
better (write me directly in this case). The goal is to get the radius modules packaged as rpm on opensuse. Thanks, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP

Re: [SR-Users] usrloc, timer process and cache cleanup

2011-12-22 Thread Daniel-Constantin Mierla
nSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express

Re: [SR-Users] usrloc, timer process and cache cleanup

2011-12-22 Thread Daniel-Constantin Mierla
around could happen when mistakenly deleting/changing records in db, which should not happen, but Murphy says opposite. Cheers, Daniel Regards, Ovidiu Sas -- VoIP Embedded, Inc.http://www.voipembedded.com On Thu, Dec 22, 2011 at 12:58 PM, Daniel-Constantin Mierla wrote: Hello, On 12/22

Re: [SR-Users] usrloc, timer process and cache cleanup

2011-12-22 Thread Daniel-Constantin Mierla
Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rou

Re: [SR-Users] How to get Reason code from reply in failure_route

2011-12-23 Thread Daniel-Constantin Mierla
://www.kamailio.org/wiki/cookbooks/3.2.x/pseudovariables#t_reply_code Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-23 Thread Daniel-Constantin Mierla
---Type to continue, or q to quit--- ... But I don't understand if these are normal or something goes wrong Can you help Best Regards, Laura On Wed, Dec 21, 2011 at 12:18 PM, Daniel-Constantin Mierla wrote: Hello, pkg.stats was added in 3.2.0, iirc. For 3.1, you can walk the pac

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-23 Thread Daniel-Constantin Mierla
Hello, can you try with this patch: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b3cfa60a5b5c7d435704d44b7c495b7e6aa84c8 Cheers, Daniel On 12/23/11 12:36 PM, Daniel-Constantin Mierla wrote: Hello, looks like a leak in a module that is storing record-routes and use

[SR-Users] Merry Christmas!

2011-12-24 Thread Daniel-Constantin Mierla
e the same, be ahead of the market with new features while preserving the robustness. Merry Christmas and great winter holidays to all Kamailians and SERians!!! Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.c

Re: [SR-Users] ACK From an OK it's being discarded

2011-12-27 Thread Daniel-Constantin Mierla
__________ 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 -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/mico

Re: [SR-Users] Load Balancing

2011-12-28 Thread Daniel-Constantin Mierla
http://www.kamailio.org/docs/modules/3.2.x/modules_k/rtimer.html Store the results in 'htable' or some other data structure, and then check it when routing calls. And that's all there is to it. :-) Now you can implement skills-based routing or anything else esoteric, because the

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-28 Thread Daniel-Constantin Mierla
); - if(get_dialog(dialog, hash_code)== NULL) - ret_code= -1; - else + if(get_dialog(dialog, hash_code) || get_temporary_dialog(dialog, hash_code)) ret_code= 0; + else + ret_code= -1; + lock_release(&HashT->

Re: [SR-Users] problem with create and release tcp connections

2011-12-29 Thread Daniel-Constantin Mierla
troubleshooting it. General hints, attach with gdb to the pid and do a backtrace to see what is doing. Check with netstat the state of the connection, too. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/m

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

2011-12-29 Thread Daniel-Constantin Mierla
-router.org/wiki/cookbooks/pseudo-variables/devel#sip_reply_s_status_status-code_response-code_reply-code Good that it helps. $rs works in onreply_routes, but I guess Robert needed it in failure_route, where the $T_reply_code is the right option. Cheers, Daniel -- Daniel-Constantin Mierla -- http

Re: [SR-Users] Dispatcher does not trigger the event_route

2011-12-29 Thread Daniel-Constantin Mierla
sers@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users ___ 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/

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2011-12-29 Thread Daniel-Constantin Mierla
unately I can not re-use pua_free_tm_dlg which is local for send_subscribe.c. - change from goto error to goto done Best Regards, Laura On Wed, Dec 28, 2011 at 2:39 PM, Daniel-Constantin Mierla wrote: Hello, On 12/27/11 1:51 PM, laura testi wrote: Hi Daniel, I tried the patch, it works partiall

[SR-Users] Happy New Year!

2011-12-31 Thread Daniel-Constantin Mierla
This was it for 2011, final timeout for a fruitful year! Many thanks to the community for keeping things moving forward! A happy and prosperous 2012 to all Kamailio and SER friends!!! Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http

Re: [SR-Users] Intermittent start up issue

2012-01-02 Thread Daniel-Constantin Mierla
___________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users _

Re: [SR-Users] No memory left in send_subscribe (PUA) from update_pua while building the tm dlg_t structure

2012-01-02 Thread Daniel-Constantin Mierla
to have 2 check functions, one for real, another for both or temporary. What do you think? Best Regards, Laura But the patches Yes, the second On Thu, Dec 29, 2011 at 4:41 PM, Daniel-Constantin Mierla wrote: Hello Laura, I applied most of the patches, apart the second one for hash.c,

Re: [SR-Users] usrloc, timer process and cache cleanup

2012-01-02 Thread Daniel-Constantin Mierla
Hello, On 12/23/11 1:39 PM, Andreas Granig wrote: Hi, On 12/23/2011 12:28 AM, Daniel-Constantin Mierla wrote: If someone is messing with the db, kamailio shouldn't try to correct admin mistakes. It was just an example, I haven't gone to all corner cases that can happen from human o

Re: [SR-Users] usrloc, timer process and cache cleanup

2012-01-02 Thread Daniel-Constantin Mierla
le sql level. Such approach as suggested in this discussion, will require to add proper unique keys depending on configuration from kamailio.cfg. Cheers, Daniel -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http:/

Re: [SR-Users] Intermittent start up issue

2012-01-02 Thread Daniel-Constantin Mierla
, Daniel Thanks On Mon, Jan 2, 2012 at 2:03 PM, Daniel-Constantin Mierla wrote: Hello, check also for limits in the system/firewall, maybe there are limits on new connections per second. Try with children=1 and see if it happens again, if not, then it is something that blocks many new connections in

Re: [SR-Users] RTPproxy on Kamailio 3.2.1 difficulty.

2012-01-03 Thread Daniel-Constantin Mierla
lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

Re: [SR-Users] Intermittent start up issue

2012-01-03 Thread Daniel-Constantin Mierla
nnection, so it helps to see at which number the limit starts. Cheers, Daniel Regards On Mon, Jan 2, 2012 at 1:31 PM, Daniel-Constantin Mierla wrote: Hello, On 1/2/12 12:24 PM, Ali Jawad wrote: Hi Daniel Running on a LAN with no firewalls enabled, limits can be from kernel, selinix, mysq

Re: [SR-Users] Intermittent start up issue

2012-01-03 Thread Daniel-Constantin Mierla
All fine with that output at 3 ? Regards On Tue, Jan 3, 2012 at 11:29 AM, Daniel-Constantin Mierla wrote: Hello, On 1/3/12 9:14 AM, Ali Jawad wrote: Hi Daniel SeLinux is disabled, as I have played around with Children and got a stable startup at CHILDREN=3, at 4 and up I get the pr

Re: [SR-Users] Intermittent start up issue

2012-01-03 Thread Daniel-Constantin Mierla
Hello, just another idea to try, not sure if it is convenient -- can you install and use different version of mysql server and client library? This should reveal whether is an issue specific to mysql version. Cheers, Daniel On 1/3/12 11:35 AM, Daniel-Constantin Mierla wrote: Hello, all it

[SR-Users] New Year, New Module: app_mono - embedded execution of managed code

2012-01-03 Thread Daniel-Constantin Mierla
-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ 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

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
ay to overcome this ? Can I exclude Domain from Hash generation ? Any other option that allows me to do the above ? Thanks -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SI

Re: [SR-Users] Intermittent start up issue

2012-01-03 Thread Daniel-Constantin Mierla
tried. I will see when I have time for it and notify you to try it once is committed. Cheers, Daniel I will migrate to the newer MySQL server in the next few mos though, I can wait if needed. Regards On Tue, Jan 3, 2012 at 12:44 PM, Daniel-Constantin Mierla wrote: Hello, just another

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
ust common practice to use the domain as realm, since realm should be a unique token to identify the service, but it can be any random string. realm is given as parameter to auth functions in kamailio.cfg Cheers, Daniel Regards On Tue, Jan 3, 2012 at 5:07 PM, Daniel-Constantin Mierla wro

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
alm in the config file ? the first parameter in www_authorize and www_challenge functions is the realm and it is used to build the digest response. Is your phone putting user@domain in authorization header? Can you paste here the ngrep of registration? Cheers, Daniel I might be wrongth

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
;user:realm:pwd' " shouldn't I have to set the domain/realm in the config file ? the first parameter in www_authorize and www_challenge functions is the realm and it is used to build the digest response. Is your phone putting user@domain in authorization header? Can you paste here the n

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
442980c375f-1---d8754z-;rport. Max-Forwards: 70. Contact:. To: "Test Ast". From: "Test Ast";tag=976bb004. Call-ID: MDFmZDU2ZTI2YjJjMGNlMGFmOTIzMWFmZGQ1ZTNjMDE.. CSeq: 1 REGISTER. Expires: 3600. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIB

Re: [SR-Users] Authentication Feature Question

2012-01-03 Thread Daniel-Constantin Mierla
ck_response: Authorization How can I enable the SQL query log ? I don't know by hart, googling should help you. Cheers, Daniel On Tue, Jan 3, 2012 at 8:12 PM, Daniel-Constantin Mierla wrote: Hello, why are you using register.domain.com as domain for registration? Isn't domain.co

Re: [SR-Users] app_lua coredump

2012-01-04 Thread Daniel-Constantin Mierla
p://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla -- http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-user

Re: [SR-Users] Authentication Feature Question

2012-01-04 Thread Daniel-Constantin Mierla
domain part fetched from ? Regards On Wed, Jan 4, 2012 at 12:26 AM, Daniel-Constantin Mierla wrote: Hello, On 1/3/12 10:08 PM, Ali Jawad wrote: Hi In Xlite/eyebeam I put in the username and one of my 3 kamailio servers respectively as the sip registrar, I.e. register1.domain.com, register2

Re: [SR-Users] Authentication Feature Question

2012-01-04 Thread Daniel-Constantin Mierla
tation fault.#0 0x080b51a4 in U_MD5Update (context=0xbfd1a7b4, input=0x74756100,inputLen=1650745192) at md5.c:160160 memcpy(gdb) On Wed, Jan 4, 2012 at 10:48 AM, Daniel-Constantin Mierla wrote: Hello, can you get the backtrace? Locate the core file (perhaps in / directory if you don't

  1   2   3   4   5   6   7   8   9   10   >