Hi!
What are the return values of avp_db_load?
E.g. is it FALSE on problems accessing the DB or FALSE if it did not
found any AVP to load?
I couldn't find this documented somewhere.
regards
klaus
--
Klaus Darilion
nic.at
Hello All,
Is there anyone using CDRTool in conjugation with ser, asterisk, radius
setup. Can anyone give me a hand to setup it properly?
Lokesh
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.411 / Virus Database: 268.17.27/671 - Release Date: 2/5/2007
Hi Daniel,
Im trying to use the dispatcher module. Im using the call forwarding
ser.cfg file of the SER Getting Started
<http://www.iptel.org/ser/doc/gettingstarted> pack.
I have inserted the function
ds_select_dst("1", "0");
In the main route() and the function
forward(uri:host, uri:port);
in the PSTN Handler, route(5).
How I can made the failure route, so if a gateway is down another gateway is
load?
In attachment there are my ser.cfg and dispatcher.list files.
Please help me :-(
Bye,
Giò
Hello All,
I have installed openser-1.1.1 with tls on my box. However, when I try
to run openser. It returns me this error: ERROR: module version mismatch
for /usr/local/lib/openser/modules/mysql.so; core: openser 1.1.1-tls
(i386/freebsd); module: openser 1.1.1-notls (i386/freebsd).
Would someone be kind enough to help me how to compile a mysql.so which
supports tls?
Thank you.
Hello,
since we got in testing phase for 1.2.0 release, I think is better to
start early a document with migration guidelines. Issues encountered
during upgrade should be gathered together in the next page, to share
and help each others:
http://openser.org/dokuwiki/doku.php/install:1.1.x-to-1.2.x
It is just the skeleton and few stuff there. Hopefully the content will
grow quickly. Everybody can contribute.
Cheers,
Daniel
Hi,
I'm trying to use db_text database with the presence module of OpenSER(1.2.x
).
User agent is X-Lite(3.0). When I try to send a REGISTER message to
OpenSER, OpenSER still works.
But if i sent a SUBSCRIBE or a PUBLISH message, then openser crashes.
If i use the MySQL database, then everything works just fine. But i prefer
to use the db_text database.
Here is the core file that was generated when OpenSER crashed.
Core generated:
Program terminated with signal 11, Segmentation fault.
#0 0xa7ced659 in msg_active_watchers_clean (ticks=100, param=0x0) at
subscribe.c:610
610 subs.event_id.len = strlen(row_vals[event_id_col].val.str_val.s);
(gdb) bt
#0 0xa7ced659 in msg_active_watchers_clean (ticks=100, param=0x0) at
subscribe.c:610
#1 0x080a3f6c in timer_ticker () at timer.c:141
#2 0x0806b51f in main_loop () at main.c:724
#3 0x0806d43b in main (argc=3, argv=0xaff0a2e4) at main.c:1438
(gdb) frame 0
#0 0xa7ced659 in msg_active_watchers_clean (ticks=100, param=0x0) at
subscribe.c:610
610 subs.event_id.len = strlen(row_vals[event_id_col].val.str_val.s);
(gdb) list
605
606 subs.from_domain.s = row_vals[from_domain_col].val.str_val.s;
607 subs.from_domain.len = strlen(row_vals[from_domain_col].val.str_val.s);
608
609 subs.event_id.s = row_vals[event_id_col].val.str_val.s;
610 subs.event_id.len = strlen(row_vals[event_id_col].val.str_val.s);
611
612 subs.to_tag.s = row_vals[to_tag_col].val.str_val.s;
613 subs.to_tag.len = strlen(row_vals[to_tag_col].val.str_val.s);
614
(gdb)
615 subs.from_tag.s = row_vals[from_tag_col].val.str_val.s;
616 subs.from_tag.len = strlen(row_vals[from_tag_col].val.str_val.s);
617
618 subs.callid.s = row_vals[callid_col].val.str_val.s;
619 subs.callid.len = strlen(row_vals[callid_col].val.str_val.s);
620
621 subs.contact.s = row_vals[contact_col].val.str_val.s;
622 subs.contact.len = strlen(row_vals[contact_col].val.str_val.s);
623
624 subs.cseq = row_vals[cseq_col].val.int_val;
I really hope that someone can help me with this problem. Thanks in advance.
Kind regards,
Kc
Hello,
starting with today the development for 1.2.0 is closed. No new features
should be added until the release. The next month will be dedicated to
testing, integration of submitted patches and fixing reported bugs.
We have a lot of new code to test, your help is very much appreciated. I
want to list the major changes you should focus on while testing:
- usage of pseudo-variables and transformations is script
(http://openser.org/dokuwiki/doku.php/transformations:devel)
- TM timers (millisecond accuracy)
- IP blacklists
- DNS failover
- automatic error handling
- flags system (script flags, message flags, branch flags)
- usrloc enhancements (licking system refurbished, database content
optimization via DB fetch support)
- new management interface (mi_fifo, mi_xmlrpc)
- SIP Servlet Java Application server interoperability (seas module)
- PERL AGI (perl module)
- SNMP support via snmpstats module
- Presence support (modules presence, pua, pua_usrloc, pua_mi)
- xmpp IM gateway (xmpp module)
- sip session timer support (module sst)
- accounting clean up
- federation based peering via domainpolicy module
If I forgot something, please contribute.
In addition, great help would be with creating 1.2.0 variants of
documentation and dokuwiki pages (where is the case), testing the tools
(openserctl, DB creation scripts) and developing scripts to migrate
database from 1.1.x to 1.2.0.
To keep track of discovered issues, please register them on the tracker
-- it this way you make sure it is not lost in mail threads:
http://sourceforge.net/tracker/?group_id=139143&atid=743020
Have nice testing sessions! Your feedback is always helpful!
Cheers,
Daniel