Spam detection software, running on the system "mail.iptel.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Flexible Shifts! Great Pay! Terrific Opportunity for a professional
individual ready to move ahead in a great career. As a Representative/Admin
Assistant/Admin Representative for our well-known, stable construction Company.
[...]
Content analysis details: (11.5 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.4 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
[193.107.244.196 listed in zen.spamhaus.org]
1.6 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: resume-eur.com]
1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist
[URIs: resume-eur.com]
0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[193.107.244.196 listed in psbl.surriel.com]
1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see <http://www.spamcop.net/bl.shtml?193.107.244.196>]
0.0 HTML_MESSAGE BODY: HTML included in message
0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60%
[score: 0.5880]
0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
[193.107.244.196 listed in bb.barracudacentral.org]
0.0 T_URIBL_BLACK_OVERLAP T_URIBL_BLACK_OVERLAP
0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - bug in dialplan or core re.c
Task Type - Bug Report
Category - Module
Status - New
Assigned To -
Operating System - All
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - dialplan table record subst_exp/repl_exp ^(.+:)\+358(.+)/\1X\2 results as
sip:\1X92345670@test.fi;user=phone
when applied to
sip:+35892345670@test.fi;user=phone
this is wrong, because \1 should not be in the result. looks like the bug
is in core re.c or in dialplan modules's use of re.c.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=115
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#114 - assignment statement emits bogus error message in sr 3.1
User who did this - Juha Heinanen (jh)
----------
assignment is not failing. var gets value -1. it is just the error message that needs to be get rid off.
-- juha
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=114#comment162
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#111 - dispatcher pseudo variables
User who did this - Daniel-Constantin Mierla (miconda)
----------
I will try to implement in the near future, meanwhile, maybe next workaround gives you what you need:
- set parameters for load balancing with failover
- backup r-uri
- do ds_select_domain("groupid", "8")
- you will get in the AVPs: the URIs in the groupid ordered by priority, number of them and the attributes
- restore the r-uri (since it was updated with the address in the first URI AVP)
- AVPs can be accessed via indexes $(avp(x)[1])
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=111#comment161
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
Daniel-Constantin Mierla has taken ownership of the following task:
FS#111 - dispatcher pseudo variables
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=111
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#114 - assignment statement emits bogus error message in sr 3.1
User who did this - Daniel-Constantin Mierla (miconda)
----------
Is the assignment failing? Or the variable is getting the value -1.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=114#comment160
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - assignment statement emits bogus error message in sr 3.1
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - starting from sr 3.1, assignment statement emits bugus error message like this:
Feb 19 23:03:35 sip /usr/sbin/sip-proxy[10218]: ERROR: <core> [lvalue.c:411]: assignment failed at pos: (1415,50-1415,50)
when a script function call resulting in value -1 appears on right of assignment operator.
no such error message was produced in earlier versions of k or sr.
please fix, since it thousands of such error messages in syslog don't look pretty.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=114
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#114 - assignment statement emits bogus error message in sr 3.1
User who did this - Juha Heinanen (jh)
http://sip-router.org/tracker/index.php?do=details&task_id=114
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#113 - Kamailio init script reports falsely "Kamailio already running"
User who did this - Iñaki Baz Castillo (ibc)
----------
I've checked latest code and the pipe exists. However I'm getting strange behaviour when running Kamailio (last version) with some error in the conf script (i.e: a invalid user/pass in a DB connection). Basically I start kamailio, the module error is shown in the log, but 3 processes remain active. I will report it in the maillist.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=113#comment159
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.