Hello,
a new module was committed into the cvs trunk: siptrace. It allows to
store SIP messages processed by OpenSER in a database. The messages are
stored just before being forwarded, so the changes made during script
processing are reflected as well as the destination IP.
The tracing can be turned on/off via fifo command. It uses flags to mark
messages to be traced, therefore, filters for groups of users or other
criteria can be configured in script.
The module gives the possibility to send the traced message to a
configurable address. The siptrace module should help companies to deal
with some law requirements related to legal interception and calls history.
For more info, please see:
http://openser.org/docs/modules/1.1.x/siptrace.html
Cheers,
Daniel
Hi,
Hasn't there been introduced a new feature for "named" flags some time
ago? Like "setflag(my_flag)" or something like this? I think so, but
can't find anything about that anymore...
Thanks,
Andy
Hi all,
i installed ser preconfigured for presence.Now i install mediaproxy for Nat
traversal and i have some problems whit ser.cfg
Someone can help me or show me an example of ser.cfg?
Sorry for my English.
Thanks Bye
Hi,
I am new user in VOIP, I installed SER with asterisk on two different servers. I installed ser-0.8.12-0.i386.rpm and ser-mysql-0.8.12-0.i386.rpm according to instruction on fedora core 4. I configured the UA's and those are making calls between each other but they are not authenticated by database(mysql). I want to confirm that is there need to seperately install more packages like (authntication,acc,radius) with ser-0.8.12-0.i386.rpm on the ser machine or all the packages are included in the ser-0.8.12-0.i386.rpm file during installation and i just have to configure the ser.cfg.
what is the best method to access the database(mysql) with user agents.
Best Regards
M.Faysal
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.
Hi All,
I want to add the SOURCE IP Address attribute in radius requests of openser.
Can someone guide me through the steps needed to achieve this. I have
examples for doing the same for DB_extra but unable to achieve the same for
radius_extra.
Can someone post the cfg lines for achieving this?
Deepak Singhal
hi all,
I want to match the ruri "*86". Can someone please help me with the regular expression to match this.
When I do "^sip:*86[0-9]*@", it does not match this expression.
Can you also point me to some link which explains well about how to write regular expressions.
thank you..
jayesh
---------------------------------
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.
Hi,
I recently setup routing on my gateways with the lcr module.
I encounter a small problem, quoting from the README: "Matching gateways are then ordered for forwarding purpose (1) according to longest user part
match, (2) according to gateway's priority, and (3) randomly."
But in fact, and according to the code, the ordering is done firstly on the smallest user part match.
Here is a patch, if what I'm say is correct:
--- openser-1.0.1-tls/modules/lcr/lcr_mod.c 2005-10-28 12:30:13.000000000 +0200
+++ openser-1.0.1-tls-new/modules/lcr/lcr_mod.c 2006-04-07 14:41:35.000000000 +0200
@@ -715,7 +715,7 @@
from_uri = get_from(_m)->uri;
}
- q_len = snprintf(query, MAX_QUERY_SIZE, "SELECT %.*s.%.*s, %.*s.%.*s, %.*s.%.*s, %.*s.%.*s, %.*s.%.*s FROM %.*s, %.*s WHERE '%.*s' LIKE %.*s.%.*s
AND '%.*s' LIKE CONCAT(%.*s.%.*s, '%%') AND %.*s.%.*s = %.*s.%.*s ORDER BY CHAR_LENGTH(%.*s.%.*s), %.*s.%.*s DESC, RAND()",
+ q_len = snprintf(query, MAX_QUERY_SIZE, "SELECT %.*s.%.*s, %.*s.%.*s, %.*s.%.*s, %.*s.%.*s, %.*s.%.*s FROM %.*s, %.*s WHERE '%.*s' LIKE %.*s.%.*s
AND '%.*s' LIKE CONCAT(%.*s.%.*s, '%%') AND %.*s.%.*s = %.*s.%.*s ORDER BY CHAR_LENGTH(%.*s.%.*s) DESC, %.*s.%.*s DESC, RAND()",
gw_table.len, gw_table.s, ip_addr_col.len, ip_addr_col.s,
gw_table.len, gw_table.s, port_col.len, port_col.s,
gw_table.len, gw_table.s, uri_scheme_col.len, uri_scheme_col.s,
Regards,
Nicolas
Hello, this is what I have in my syslog file when I running openser, I'd
like to know what's mean the last line, what's fifo_db_url and why it is
disabled?
Apr 10 01:02:30 localhost /usr/sbin/openser[1409]: INFO: fifo process
starting: 1409
Apr 10 01:02:30 localhost /usr/sbin/openser[1409]: open_uac_fifo: fifo
server up at /tmp/openser_fifo...
Apr 10 01:02:30 localhost /usr/sbin/openser[1409]: INFO: no fifo_db_url
given - fifo DB commands disabled!
Thanks for reply.
Davide
Hello,
i need to work over SDP messages extracting from the SIP requests that
arrive in my openser. Can it do something like parsing into database of
these SDP messages?
Thanks in advance for reply
Davide
Hi,
I need to learn what variables I can use when writing log, for debugging purposes.
Can anyone tell me variables that are avilable in logging ?
Especially a variable for method name and sip message direction would be very useful.
Thanks,
ilker
________________________________
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of İlker Aktuna (Koç.net)
Sent: Friday, April 07, 2006 3:36 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] variables which can be used when writing log
How can I write the uri and myself variables to log file ?
I know that %tu and %fu are used for to uri and from uri but what other variables can I use when writing log ?
I need to see the "myself" variable in the log because a uri==myself statement does not match where it should.
Thanks,
ilker
C "-//W3C//DTD HTML 4.0 Transitional//EN">
Hi,
I need to learn what variables I can use when writing log, for debugging purposes.
Can anyone tell me variables that are avilable in logging ?
Especially a variable for method name and sip message direction would be very useful.
Thanks,
ilker
________________________________
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of İlker Aktuna (Koç.net)
Sent: Friday, April 07, 2006 3:36 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] variables which can be used when writing log
How can I write the uri and myself variables to log file ?
I know that %tu and %fu are used for to uri and from uri but what other variables can I use when writing log ?
I need to see the "myself" variable in the log because a uri==myself statement does not match where it should.
Thanks,
ilker
<http://387555.sigclick.mailinfo.com/sigclick/060D0602/04044F00/07064D05/155…>
_____________________________________________________________________________________________________________________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
_____________________________________________________________________________________________________________________________________________