[00:13] Bilbo_ (i=bastian@p549FBDC9.dip0.t-ipconnect.de) left irc: "Gone like shadows in the darkness." [00:40] NormB_ (n=NormB@24.115.56.68) joined #openser. [00:46] NormB_ (n=NormB@24.115.56.68) left irc: "Leaving" [01:28] JerJer (n=PhatJ@pdpc/supporter/bronze/jerjer) joined #openser. [01:28] Has anyone actually made accounting work with MediaProxy? [01:29] no matter what I do it gives me the warning that accounting was requested but module not loaded [03:17] apardo_ (n=apardo@87.217.145.122) joined #openser. [03:27] apardo (n=apardo@87.217.145.63) left irc: Nick collision from services. [03:28] Nick change: apardo_ -> apardo [03:48] dwery (n=dwery@nslu2-linux/dwery) got netsplit. [03:49] dwery (n=dwery@nslu2-linux/dwery) returned to #openser. [04:01] apardo_ (n=apardo@87.217.145.122) joined #openser. [04:01] apardo (n=apardo@87.217.145.122) left irc: Remote closed the connection [04:21] apardo__ (n=apardo@87.217.145.153) joined #openser. [04:22] apardo__ (n=apardo@87.217.145.153) left irc: Remote closed the connection [04:33] L-info (n=Adam@g0962184.demon.co.uk) left irc: Read error: 104 (Connection reset by peer) [04:35] apardo_ (n=apardo@87.217.145.122) left irc: Read error: 110 (Connection timed out) [07:08] hansi (n=chatzill@58.71.34.137) left irc: "Chatzilla 0.9.77 [Firefox 2.0.0.1/2006120814]" [07:08] hansi (n=chatzill@58.71.34.138) joined #openser. [07:08] hansi (n=chatzill@58.71.34.138) left irc: Client Quit [10:47] hohum (n=dcorbe@c-71-62-76-68.hsd1.va.comcast.net) joined #openser. [11:01] Nick change: hohum -> ENOTFOUND [11:02] Nick change: ENOTFOUND -> hohum [11:12] oej (n=olle@apollo.webway.se) joined #openser. [12:28] agranig (n=agranig@83-65-24-161.work.xdsl-line.inode.at) joined #openser. [13:01] oej (n=olle@apollo.webway.se) left irc: [13:30] oej (n=olle@apollo.webway.se) joined #openser. [13:31] JerJer, media proxy has nothing to do with acc'ing [13:36] L|NUX (n=linux@unaffiliated/lnux/x-10290) joined #openser. [14:00] oej (n=olle@apollo.webway.se) left irc: [14:02] hi, just a question regarding openserctl... anybody knows how I can configure the path to the openser-fifo? [14:04] ah, ok, got it... it's OSER_FIFO, but it's not documented in etc/openser/openserctl [14:07] agranig, I got the module complete :) [14:08] crazytux, ah, cool... what is it supposed to do then? [14:09] agranig, integrates HTTP_GET into avp's [14:09] agranig, I.e. goto_url("dest_avp", "source?ru=$rU") [14:09] Action: CrazyTux thinks I'll make some more modules [14:10] ok, but what's its purpose? [14:10] agranig, for me it was for cnam, the way my provider delivers it [14:11] agranig, they don't support ENUM yet [14:11] agranig, they have you make a HTTP GET request [14:11] agranig, goto_url("$avp(i:1)", "http://cnam_provider.com?number=$fU"); [14:11] crazytux, I see... it's the first time I heard about such a peering concept ;o) [14:11] agranig, Yea ;o) ... so Its somewhat useful [14:12] agranig, I can't really think of much uses of the top of my head, but ;o) [14:22] hm... I've encountered a wired problem with latest 1.1.x-version from cvs... and the strange thing is that cancelling doesn't work any more... I have something like this: if(method=="INVITE"){ route();} else if(method=="CANCEL|ACK"){ if(t_check_trans()) { t_relay(); } exit; } [14:23] ACKs are routed fine, but for cancels the t_relay is never hit... if I force the cancel to be routed to t_relay(), a loop is created... [14:24] there's something with my transaction-matching, but I have no idea, what it could be... [14:30] hm... now I've just changed the syntax from method=="..." to is_method("...") and now it works... well... [14:50] apardo (n=apardo@87.217.145.153) joined #openser. [14:50] oej (n=olle@apollo.webway.se) joined #openser. [15:12] agranig, pdd/ [15:12] s/pdd/odd/ [15:15] crazytux, well, there's also something wrong with my UAC (snom100), because with kphone and linphone it works now, with the snom100 still not... [15:16] crazytux, but that devices aren't supported anymore by snom, so I nevermind... [15:16] apardo_ (n=apardo@87.217.145.150) joined #openser. [15:17] apardo (n=apardo@87.217.145.153) left irc: Nick collision from services. [15:17] Nick change: apardo_ -> apardo [15:19] agranig, yea. [15:20] agranig, paste a sipcap [15:20] agranig, device probably doing something funky. [15:21] CrazyTux, now that I'm thinking about it, I already had the same issue with this device some months ago, and I reported a bug to snom... but they said it won't be fixed since it's out of production... so I'm too lazy now to track it down again :o) [15:21] agranig, haha ;o) [15:45] L|NUX (n=linux@unaffiliated/lnux/x-10290) left irc: Connection timed out [15:55] apardo (n=apardo@87.217.145.150) left irc: Remote closed the connection [16:27] apardo (n=apardo@87.217.145.226) joined #openser. [16:27] L|NUX (n=linux@unaffiliated/lnux/x-10290) joined #openser. [16:39] does anybody know how the permissions module works? i have a permissions.deny file with one entry "ALL:ALL", an empty permissions.allow, and an empty trusted-table... so I would expect the allow_trusted() to return false, but it returns true... [16:46] apardo_ (n=apardo@87.217.145.201) joined #openser. [16:46] apardo (n=apardo@87.217.145.226) left irc: Read error: 104 (Connection reset by peer) [16:47] oh, forget it :o) [16:47] this is not my day, I guess [16:49] Nick change: apardo_ -> apardo [17:03] agranig: :) [17:06] who could foresee that some UACs send pre-loaded credentials :o) [17:07] hehe [17:07] andreas : are you coming to prague? [17:07] i consider this bad habit, seriously... [17:07] clona, well, don't know yet [17:07] agranig: :-( you should :-) [17:08] clona, I know... I'll think about it.. [17:09] clona, will be interesting for sure... [17:11] yup [17:15] oej (n=olle@apollo.webway.se) left irc: [17:32] hohum (n=dcorbe@c-71-62-76-68.hsd1.va.comcast.net) left irc: Read error: 104 (Connection reset by peer) [17:32] hohum (n=dcorbe@c-71-62-76-68.hsd1.va.comcast.net) joined #openser. [17:35] oej (n=olle@apollo.webway.se) joined #openser. [17:41] oej (n=olle@apollo.webway.se) left irc: [17:43] clona, good day :) [18:12] L|NUX (n=linux@unaffiliated/lnux/x-10290) left irc: No route to host [18:19] good evenening [18:20] Nick change: clona -> clonaAway [18:35] L|NUX (n=linux@unaffiliated/lnux/x-10290) joined #openser. [19:13] L|NUX (n=linux@unaffiliated/lnux/x-10290) left irc: "Leaving" [19:28] CrazyTux: mediaproxy absolutey has to do with accounting [19:28] aparently you have not even looked at mediaproxy [19:29] i'm not talking about the module called media proxy [19:29] JerJer, media proxy is for nats [19:29] wrong [19:29] Accounting is done by sending the accounting information from the MediaProxy [19:29] servers back to the proxy dispatcher, which will log it into the database. [19:30] JerJer, wrong. [19:30] so this INSTALL file is wrong? and all the examples and discussions are wrong? [19:30] i think not [19:30] JerJer, MediaProxy is for nats, nothing to do with accounting. [19:30] JerJer, "MediaProxy SERVERS" keyword [19:31] read the goddamn file: http://mediaproxy.ag-projects.com/INSTALL [19:31] If the media session timeouts (there is no BYE that closes the session), MediaProxy will contact back the proxy dispatcher and pass the session media information to be logged. [19:31] JerJer, the very first line: MediaProxy is a far-end NAT traversal solution for OpenSER [19:31] keep reading smart ass [19:31] below performence [19:31] Action: CrazyTux isn't going to argue over there. [19:31] s/there/this/ [19:31] below Example2 [19:32] The accounting module is also able to cleanly close a session that dies without sending a BYE. [19:32] agan from MEDIAPROXY [19:32] JerJer, media proxy has nothing to do with accounting once again. [19:32] read that file - yes it does [19:33] most absolutely it does [19:34] The following table lists the corespondence between mediaproxy information and the fields from the radacct table: startTimeField = 'AcctStartTime' [19:34] A future version of MediaProxy will have the MySQL query configurable. [19:35] CrazyTux: I seriously hope you are not depending on SER's acc module to reliably deal with accounting [19:36] because all someone has to do is fail to send you a BYE and you will NEVER know when/if that call got tore down [19:37] JerJer, the only true way for perfect accounting is transaction stateful, once again mediaproxy has nothing to do with accounting. [19:38] and the code and documenation proves you wrong [19:38] the only TRUE way to get accounting is to be monitoring the media [19:38] JerJer, read the documentation, it says "media proxy servers" [19:38] either via a gateway or *AHEM* MediaProxy [19:38] JerJer, that is different then "Media Proxy" [19:39] I am reading the docs- the docs is where I get the accounting details from [19:39] JerJer, A media proxy server can be asterisk for example. [19:39] JerJer, or a million other things. [19:39] i am talking about http://mediaproxy.ag-projects.com [19:39] JerJer, yes, and you are confusing the documentation. [19:39] http://mediaproxy.ag-projects.com/INSTALL [19:39] READ [19:40] scroll all the way to the bottom [19:40] it says A C C O U N T I N G [19:40] wow... I have things to do, if you need help with something, ask, otherwise, I'm busy. [19:40] i have - the mysql query never fires [19:40] and the author of that damn code told me to ask on the mailing list or in irc [19:40] JerJer, any error logs? [19:41] no [19:41] strace doesn't even show anything - the code to call the mysql query is not getting called [19:41] and i cannot figure out python [19:41] JerJer, how does it connect ODBC, or? [19:41] i even offered to pay that moron to help and he refused [19:41] mysql [19:43] i'm very close to writing my own 'media proxy' application that interacts with OpenSER's mediaproxy module (so you don't get confused) to provide something that actually works [20:03] back [20:03] JerJer, Is the script in python or c? [20:04] his version is python [20:04] i am pondering writing on in C [20:04] -on [20:04] +one [20:07] L|NUX (n=linux@unaffiliated/lnux/x-10290) joined #openser. [20:28] apardo (n=apardo@87.217.145.201) left irc: Remote closed the connection [20:58] L|NUX (n=linux@unaffiliated/lnux/x-10290) left irc: "Leaving" [21:29] qdk (n=qdk@90.184.3.249) left irc: Read error: 131 (Connection reset by peer) [21:45] qdk (n=qdk@90.184.3.249) joined #openser. [22:01] oej (n=olle@85.19.196.186) joined #openser. [22:16] NormB_ (n=NormB@24.115.56.68) joined #openser. [22:17] NormB_ (n=NormB@24.115.56.68) left irc: Client Quit [22:17] NormB_ (n=NormB@24.115.56.68.res-cmts.sus.ptd.net) joined #openser. [22:41] NormB_ (n=NormB@24.115.56.68.res-cmts.sus.ptd.net) left irc: "Leaving" [23:28] agranig (n=agranig@83-65-24-161.work.xdsl-line.inode.at) left irc: "Leaving" [23:34] oej (n=olle@85.19.196.186) left irc: [00:00] --- Mon Feb 19 2007