This is the mail system at host posta.websolutions.it.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<[email protected]>: host merak.websolutions.it[192.168.0.9] said: 554
5.7.1 Message cannot be accepted, spam rejection (in reply to end of DATA
command)
Reporting-MTA: dns; posta.websolutions.it
X-Postfix-Queue-ID: CC48C22E82F9
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Fri, 3 Jul 2009 13:50:48 +0200 (CEST)
Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.7.1
Remote-MTA: dns; merak.websolutions.it
Diagnostic-Code: smtp; 554 5.7.1 Message cannot be accepted, spam rejection
--- Begin Message ---
Send Users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."
Today's Topics:
1. Re: Mediaproxyand trancoding (Adrian Georgescu)
2. Does OpenSip support "outbound" methond in
draft-ietf-sip-outbound ? (Feng Shuai)
3. Re: OpenSIPS with OpenXCAP (Cao Lei-MNW784)
4. dialog module leaking memory (Brett Nemeroff)
5. Error using MySQL with opensips (anurag)
----------------------------------------------------------------------
Message: 1
Date: Fri, 3 Jul 2009 00:30:32 +0200
From: Adrian Georgescu <[email protected]>
Subject: Re: [OpenSIPS-Users] Mediaproxyand trancoding
To: Julien Chavanton <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Julien,
If you use media proxy you actually let the end-points negotiate the
codec, MediaProxy is transparent and does not get involved at code
level. A transcoder would be just one of the endpoints. So you can use
any transcoder you want (like an SBC with transcoding capabilities),
if an endpoint transcodes the fact that you use MediaProxy to get to
it is not irrelevant.
Adrian
On Jul 2, 2009, at 6:41 PM, Julien Chavanton wrote:
> Hi,
>
> When using Opensips with Mediaproxy, what transcoding solution is
> mostly used by Opensips users, anyone as recommendations /
> suggestions ?
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opensips.org/pipermail/users/attachments/20090703/434b6dac/attachment-0001.htm
------------------------------
Message: 2
Date: Fri, 3 Jul 2009 08:55:24 +0800
From: Feng Shuai <[email protected]>
Subject: [OpenSIPS-Users] Does OpenSip support "outbound" methond in
draft-ietf-sip-outbound ?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
http://lists.opensips.org/pipermail/users/attachments/20090703/0defde7e/attachment-0001.htm
------------------------------
Message: 3
Date: Fri, 3 Jul 2009 10:29:21 +0800
From: "Cao Lei-MNW784" <[email protected]>
Subject: Re: [OpenSIPS-Users] OpenSIPS with OpenXCAP
To: "Michael Ciupka" <[email protected]>,
<[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hello,
You may try to use xml-rpc instead of opensips-mi-proxy?
I don't use opensips-mi-proxy, so, can't give much help.
Searching "opensips/socket" in google may give you some hints on the
problem.
Thanks & Regards
Cao, Charles
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Michael Ciupka
Sent: Thursday, July 02, 2009 10:26 PM
To: [email protected]
Subject: [OpenSIPS-Users] OpenSIPS with OpenXCAP
Hello,
i want to upload my presence-rules.xml to authorize or not authorize
watchers. when i upload the document to openxcap i get these error in my
syslog:
can anybody help me to resolve the problems?
i think a big problem is that the server can not find the socket from
opensips in /var/run/opensips/socket. anybody know what can be the
reason?
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Starting factory
<twisted.web.xmlrpc._QueryFactory instance at 0xb505d86c>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Got XMLRPC
request from 192.168.2.6: refreshWatchers (sip:[email protected] presence
0)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error: cannot
write request to /var/run/opensips/socket: No such file or directory
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error: Error
while processing command refreshWatchers (sip:[email protected] presence
0): Cannot send request to OpenSIPS
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Exception
rendering:
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Traceback
(most recent call last):
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 186,
in addCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self._runCallbacks()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 328,
in _runCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.result = callback(self.result, *args, **kw)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 289,
in _continue
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.unpause()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 285,
in unpause
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self._runCallbacks()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: --- <exception
caught here> ---
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 328,
in _runCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.result = callback(self.result, *args, **kw)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/var/lib/python-support/python2.5/miproxy/proxy.py", line 89, in
_cbRender
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: code =
int(code)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
exceptions.ValueError: invalid literal for int() with base 10: 'Cannot'
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: error: Error while
notifying OpenSIPS management interface for user [email protected]:
('500', 'Internal Server Error')
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Starting factory
<twisted.web.xmlrpc._QueryFactory instance at 0xb505dd0c>
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Stopping factory
<twisted.web.xmlrpc._QueryFactory instance at 0xb505d86c>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Got XMLRPC
request from 192.168.2.6: pua_publish (sip:[email protected] 3600
xcap-diff application/xcap-diff+xml . . <?xml version="1.0"
encoding="UTF-8"?>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: <xcap-diff
xmlns="urn:ietf:params:xml:ns:xcap-diff"
xcap-root="https://xcap.example.com/xcap-root">
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: <document
new-etag="ae0b43e23a1f71b581e04049e815dd90"
sel="http://192.168.2.6/xcap-root/pres-rules/users/bob/pres-rules.xml"
previous-etag="98cd61d84d2f2144cc6ecb8014eac49c"/>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: </xcap-diff>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: )
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error: cannot
write request to /var/run/opensips/socket: No such file or directory
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error: Error
while processing command pua_publish (sip:[email protected] 3600 xcap-diff
application/xcap-diff+xml . . <?xml version="1.0" encoding="UTF-8"?>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error:
<xcap-diff xmlns="urn:ietf:params:xml:ns:xcap-diff"
xcap-root="https://xcap.example.com/xcap-root">
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error:
<document new-etag="ae0b43e23a1f71b581e04049e815dd90"
sel="http://192.168.2.6/xcap-root/pres-rules/users/bob/pres-rules.xml"
previous-etag="98cd61d84d2f2144cc6ecb8014eac49c"/>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error:
</xcap-diff>
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: error: ):
Cannot send request to OpenSIPS
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Exception
rendering:
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: Traceback
(most recent call last):
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 186,
in addCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self._runCallbacks()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 328,
in _runCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.result = callback(self.result, *args, **kw)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 289,
in _continue
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.unpause()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 285,
in unpause
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self._runCallbacks()
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: --- <exception
caught here> ---
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 328,
in _runCallbacks
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
self.result = callback(self.result, *args, **kw)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: File
"/var/lib/python-support/python2.5/miproxy/proxy.py", line 89, in
_cbRender
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]: code =
int(code)
Jul 2 16:14:47 chillazz-desktop opensips-mi-proxy[7666]:
exceptions.ValueError: invalid literal for int() with base 10: 'Cannot'
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: error: Unhandled error
in Deferred:
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Traceback (most recent
call last):
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Failure:
exceptions.ValueError: ('500', 'Internal Server Error')
Jul 2 16:14:47 chillazz-desktop openxcap[7654]: Stopping factory
<twisted.web.xmlrpc._QueryFactory instance at 0xb505dd0c>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
------------------------------
Message: 4
Date: Fri, 3 Jul 2009 00:02:07 -0500
From: Brett Nemeroff <[email protected]>
Subject: [OpenSIPS-Users] dialog module leaking memory
To: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hey All,I've got a stateful dispatcher I've build using dialog profiles.
Apparently I'm doing something stupid in my script generating these errors:
Jul 3 00:54:20 opensips-a /usr/local/sbin/opensips[26189]:
ERROR:dialog:set_dlg_profile: dialog was not yet created - script error
Jul 3 00:54:20 opensips-a /usr/local/sbin/opensips[26189]:
ERROR:dialog:w_set_dlg_profile: failed to set profile
Jul 3 00:55:20 opensips-a /usr/local/sbin/opensips[26189]:
ERROR:dialog:set_dlg_profile: dialog was not yet created - script error
Jul 3 00:55:20 opensips-a /usr/local/sbin/opensips[26189]:
ERROR:dialog:w_set_dlg_profile: failed to set profile
I think the lines causing this are:
...
failure_route[1] {
unset_dlg_profile("gateway","$rd");
...
In any case, the more serious issue is after a whole lot of that error
message showing up I then get:
Jun 29 11:30:32 opensips-a /usr/local/sbin/opensips[14209]:
ERROR:dialog:unset_dlg_profile: dialog was not yet created - script error
Jun 29 11:30:32 opensips-a /usr/local/sbin/opensips[14209]:
ERROR:dialog:w_unset_dlg_profile: failed to unset profile
Jun 29 11:31:11 opensips-a /usr/local/sbin/opensips[14206]:
ERROR:dialog:set_dlg_profile: dialog was not yet created - script error
Jun 29 11:31:11 opensips-a /usr/local/sbin/opensips[14206]:
ERROR:dialog:w_set_dlg_profile: failed to set profile
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14206]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14206]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14206]:
ERROR:tm:t_newtran: new_t failed
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14207]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14207]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:42 opensips-a /usr/local/sbin/opensips[14207]:
ERROR:tm:t_newtran: new_t failed
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:t_newtran: new_t failed
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14207]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14207]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14207]:
ERROR:tm:t_newtran: new_t failed
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:t_newtran: new_t failed
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:sip_msg_cloner: no more share memory
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]: ERROR:tm:new_t:
out of mem
Jun 29 11:31:43 opensips-a /usr/local/sbin/opensips[14205]:
ERROR:tm:t_newtran: new_t failed
And then calls fail to process properly of course. So even if I'm doing
something stupid in my script, it shouldn't run out of memory because of it,
right?
-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opensips.org/pipermail/users/attachments/20090703/12a85693/attachment-0001.htm
------------------------------
Message: 5
Date: Fri, 3 Jul 2009 11:08:04 +0530
From: "anurag" <[email protected]>
Subject: [OpenSIPS-Users] Error using MySQL with opensips
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hi,
I'm new to OpenSIPs. I want to use OpenSIPs as Presence server.
I've compiled OpenSIPs (1.5.1) for presence server and installed it
on Linux. Also, I've enabled presence parameters in config file with
mysql database.
My DB details are: User-> opensips
Passwd->opensipsrw
DBname->test
While initializing opensips in this config I'm getting following error:
Jul 2 03:00:43 [16521] DBG:db_mysql:db_mysql_new_connection: server version
is 5.0.46-enterprise-log
Jul 2 03:00:43 [16521] ERROR:db_mysql:db_mysql_submit_query: driver error
on query: Table 'test.version' doesn't exist
Jul 2 03:00:43 [16521] ERROR:core:db_do_query: error while submitting query
Jul 2 03:00:43 [16521] ERROR:core:db_table_version: error in db_query
Jul 2 03:00:43 [16521] ERROR:core:db_check_table_version: querying version
for table presentity
Jul 2 03:00:43 [16521] ERROR:presence:mod_init: error during table version
check
Jul 2 03:00:43 [16521] ERROR:core:init_mod: failed to initialize module
presence
Jul 2 03:00:43 [16521] ERROR:core:main: error while initializing modules
Jul 2 03:00:43 [16521] DBG:presence_xml:destroy: start
Here is my config (from opensips.cfg):
# ----- presence params -----
/* uncomment the following lines if you want to enable presence */
#modparam("presence|presence_xml", "db_url",
"mysql://opensips:[email protected]/opensips")
modparam("presence|presence_xml", "db_url",
"mysql://opensips:[email protected]/test")
modparam("presence_xml", "force_active", 1)
modparam("presence", "server_address", "sip:192.168.8.83:6060")
Pls help!
Thanx in advance,
Anurag
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.opensips.org/pipermail/users/attachments/20090703/63ac622f/attachment.htm
------------------------------
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
End of Users Digest, Vol 12, Issue 12
*************************************
--- End Message ---
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users