:P This was simple to fix, turns out my admin account in CDRTool didnt have full admin privileges as far as CDRTool was concerned.
Not sure if Id accidentically messed it up or if the default is like that...
Well anyway, in case anyone else is as dumb as me in future :D now the answer is on the list,
cheers Andy.
>However via the web interface in the CDR Section for the cost it is
>displayed as "x.xxx" and no data is displayed in the detail section "Rating
>Information" either... Any ideas what the issue is?
Hi all,
Is it possible to get accurate CDR of openser using
RTPProxy? If ATA did not send BYE message to openser can RTPProxy disconnect
the call using some rtptimeout then ACCT module log the correct duration in
MySQL database?
Regards,
www.Go4Calls.Com
VoIP Forums
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Hello everybody.
Trying to migrate from 1.2.2 version to 1.3.0 version, I discovered there is
a lost item in migration guide;
The structure of gw table changes, because in 1.3.0 version, it has an
additional column, so this table must be rebuilt.
Best regards.
Sergio Gutiérrez
Hi all,
Is there a way that you can 're-connect' to an openser debug output process, so you don't have to restart openser every time you want to view the debug data? I've currently got it set accordingly:
#################
# openser.cfg #
################
debug=9
fork=yes
log_stderror=yes
log_facility=LOG_LOCAL1
Alternately, if there's a way I can pipe it all into a text file, and then use tail -f that would be optimal. But I don't mind it as it all flies down my screen - it's at least all in my buffer.
Thanks in advance for your help,
Brian
On Monday 04 February 2008 18:27:28 Dan-Cristian Bogos wrote:
> Hi Iñaki,
>
> in order to send message confirmation, you need to instruct openser to do
> so, it will not do automatically this for you.
>
> In the documentation you have some sample config how to do it (
> http://www.openser.org/docs/modules/1.3.x/msilo.html#AEN390):
>
> # MSILO - storing as offline message
> if (m_store("$ru"))
> {
> log("MSILO: offline message stored\n");
> if (!t_reply("202", "Accepted"))
> {
> sl_reply_error();
> };
> }else{
> log("MSILO: offline message NOT stored\n");
> if (!t_reply("503", "Service Unavailable"))
> {
> sl_reply_error();
> };
> };
> break;
> };
Hi Dan, I've read the fully MSILO module documentation, and my openser script
implements the code above. But it does not send any notification MESSAGE to
the sender. In fact I don't see in the code you paste where the notification
MESSAGE is generated by OpenSer.
As I said, message storage works ok for me, as well the message retrieving
when destination user registers, but there is not notification MESSAGE (and
I've set all the required parameters).
Any suggestion? Thanks a lot.
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es
Hi All
I have the following setup
X-Lite Client -> Openser With XMPP GW Module <-> ejabberD on the same
server <- exodus XMPP client
I have enabled presence on the Openser server this allowed me to chat
using the Openser server. The next step was to use the XMPP GW module to
enable XMPP features using an ejabberd server. I changed the
configuration as shown below and logged in using test2 on the exodus
XMPP client.
I added test2 to the x-lite client and chose send instant message, the
x-lite client immediately returned "Error: Your contact is not online."
The Openser logs return the following:
Feb 4 17:05:52 [11929] DBG:xmpp:cmd_send_message: cmd_send_message
Feb 4 17:05:52 [11929] DBG:core:parse_headers: flags=ffffffffffffffff
Feb 4 17:05:52 [11929] ERROR:xmpp:cmd_send_message: invalid
content-type 0x100ff
My Config is below:
http://pastebin.com/m7707753a
Ok, simple fix... Updated to MySQL_python-1.2.2 and all ok now! :D
----- Original Message -----
From: Andy Smith
To: users(a)lists.openser.org
Sent: Monday, February 04, 2008 4:01 PM
Subject: Mediaproxy error no attribute 'autocommit'
Hi there,
Im trying to run a Mediaproxy and Im recieving this error,
Feb 4 14:53:14 server proxydispatcher[22800]: 'Connection' object has no attribute 'autocommit'
I´ve had a google for this and its seems like it may be a bug python-sqlite or sqlite bug , but also I tried searching
for it on the python issue traker and didnt find anything. Is anyone else aware of this issue and any solution?
Im running:
Python 2.3.4
MySQL-python.i386 1.0.0-1.RHEL4.1
python-sqlite.i386 1.1.7-1.2.1
sqlite.i386 3.3.6-2
mysql server 5.1.22-rc
thanks for any help! Andy.
Hello all,
Hope anybody could help me. We have a SIP telephony system based on OpenSER
with a redundant MySQL database ring. When the "master" database dies, a
monit process detect it and modify properly the database entry in the DNS
zone file. Two tests can be perform to check the availability of the system
when MySQL crashes:
- kill mysql process in the database host machine. In this case OpenSER asks
the DNS inmediately for the database IP address and the service keeps going
as expected. No problem here.
- shutdown the interface of the machine where mysql is hosted. In this case
OpenSER does not ask the DNS for the new address. It keeps trying over and
over the connection with the master and until the interface is not turn on
the system keeps hung.
So, if the mysql's host interface is shutdown the system hangs but if the
mysql process dies the system works properly. In the first case both
machines (OpenSER and MySQL) has IP visibility, not in the second, so the
problem should be related to that. Has anybody experienced this behaviour?
Does anybody know how to solve it?
Thanks a lot.
--
Arturo Díaz
Contact me on
FWD: 870436
Skype: arturo.diaz.almagro
Hi, I've configured MSILO module. It works well except the fact that I don't
get any notification back to the sender about the storage of the message sent
by him.
This is: when user_A sends a MESSAGE to user_B and this is stored by MSILO
module I don't see any MESSAGE from OpenSer to user_A notifing it.
I have set:
------------------------------
# -- msilo --
modparam("msilo", "registrar", "sip:user-offline@mydomain.org")
modparam("msilo", "reminder", "sip:reminder@mydomain.org")
modparam("msilo", "expire_time", 86400)
modparam("msilo", "check_time", 30)
modparam("msilo", "send_time", 60)
modparam("msilo", "clean_period", 5)
modparam("msilo", "use_contact", 1)
modparam("msilo", "add_date", 1)
modparam("msilo", "max_messages", 20)
------------------------------
As I read in the doc:
------------------------------
1.3.3. registrar (string)
The SIP address used to inform users that destination of their message is
not online and the message will be delivered next time when that user goes
online. If the parameter is not set, the module will not send any
notification.
------------------------------
But I've set that parameter, but when a message is stored I don't see any
MESSAGE originated by OpenSer to notify the sender. Shoul I see a MESSAGE
from OpenSer?
I don't understant too what "reminder" parameter means:
------------------------------
1.3.4. reminder (string)
The SIP address used to send reminder messages. If this value is not set, the
reminder feature is disabled.
------------------------------
Any explanation please? Thanks a lot.
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es