Hi people...
I am using the module dialog to finish a call.
http://www.openser.org/docs/modules/1.3 ... tml#AEN461
It is working...
I need that the openser send a BYE to CALLE, to CALLER and to itself...
The BYE to endpoints(CALLE and CALLER) is ok, but it not sending BYE to itself...
Somebody can help?
Thanks in advance...
---------------------------------
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
Okay, It's time to get things going on the SIP Express Bundle. I'm
stepping in to take the reins as project manager on this one so we can
get things rolling.
First please take a look at the project page:
http://www.iptel.org/bundle/project
Step 1 here, I'd like to verify a headcount of people working on this
project as of now. This doesn't mean people can't join up later, and it
certainly doesn't mean that I'm going to expect you to put more time
into this than you can commit, but we need to know where we stand.
Currently, on the project list, we have:
*
Jai: testing and installation work
*
ram: testing
*
SIP: testing (and now project management)
*
Jiri: debian, oob
*
Mike: testing and documentation
*
Stefan: SEMS
Are the people listed here still available to do these particular tasks?
Has anyone else volunteered time/resources on this project that hasn't
been listed here? If so, shoot me an email, and I'll add you to the
list. We need a people inventory so we know what roles we're missing.
For instance, I've heard a few people mention that they'd be willing to
donate a server to the cause so we have somewhere to test things upon. I
don't have those people listed, but that's certainly an area we're going
to need. Also, we've had varying reports of which direction we're going
-- ISO or Virtual Machine. For now, I think we should concentrate on an
ISO as that's going to be the most attractive to people for building a
ready-to-go hardware appliance, and it will probably be a little less of
a headache for creating a drop-in installation. However, I also think a
virtual machine should be on the list in the future, and once we get an
ISO ready, creating a virtual machine from that configuration should be
relatively straightforward.
However, on the list of people, I don't see anyone down for scripting an
install -- a kickstart disc or what have you. That's another area we're
lacking. If anyone has experience in that area, shoot me an email and
I'll add you to the list.
We need to focus. For this reason, we'll start small and work from
there. Do NOT expect this first SER bundle to have every feature you
could imagine in it, and don't get discouraged if your favourite feature
is missing. As the project grows, we'll most certainly be adding
capabilities and allowing a tailored install. But for now, the goal
should be to get things running and working first in a simple format and
then add on from there.
Having a bundle like this is perhaps the biggest step we can take toward
bringing SER to the masses and finally breaking down some of those
barriers that have kept people out of the project.
I'm looking forward to working with all of you on this project!
Neil
Hi, imagine OpenSer changes the SDP ("use_media_proxy()") and the call is
rejected by the callee.
Then a "faiure_route" is runned in which we want to send the INVITE to a
voicemail server. When we do the "append_branch()" the SDP is not the
original but the previously modified.
Is it the expected behaviour? what about if I want to use the original SDP for
the second branch? (imagine my voicemail server has comedia support for
example).
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es
Hi all
I got tls working fine..I can login without problems..I have udp working
fine too...however when I enable TLS and I try to make a call through my
PSTN gw I get a timout error..however this does not happen with udp..
Any hints please ?
Thx
Hello,
I am using openser-1.2.2-notls. I want to send a sms thanks to a IM (I am using
Eyebeam, but i don't know if it's possible to make that with this software).
Thats why, i need your help to explain me how send a sms thanks to the sms
module in openser.
I put in my openser.cfg, following "if(!method==MESSAGE)" the function which is
on the documentation :
if (sms_send_msg_to_net("Orange"))
{
if (!t_reply("202", "yes sir, SMS sent over"))
{
# if replying failed, retry statelessly
sl_reply_error();
};
} else {
if (!t_reply("502", "Bad gateway - SMS error"))
{
# if replying failed, retry statelessly
sl_reply_error();
};
exit;
};
Openser is running good, my problem is thats I don't know how to formulate my
message in Eyebeam to send correctly my sms.
Thanks.
Hi,
I am working on project involving SER, SEMS and MediaProxy. Things works OK as configured. I am curious to know how I can generate RTCP message towards caller if the called UA is not generating one.
I appreciate your response.
Thanks,
Keyur Parikh
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I have trouble with number dialed starting with +
CDRTool doesn' understand it.
So I have to strip it from the request and replace it by 00!
The problem is that even using this at the begenning of OpenSER script, it's not working (see CDRTool log below)
Any idea how to solve it?
Thanks
# normalization to e164
if($ruri.user =~ "^\+[1-9][0-9]+") {
xlog("STRIPING + For e164 NORMALIZATION \r\n");
strip(1);
prefix("00");
subst('/^To:(.*)sip:\+(.*)$/To:\1sip:00\2/ig');
};
Mar 3 12:24:49 krusty CDRTool[15025]: MaxSessionTime From=mleurent(a)sip.wifirst.net To=sip:+33677832975@sip.wifirst.net Dura
tion=10800 Lock=1
Mar 3 12:24:49 krusty CDRTool[15025]: Load last minute: 1 calls @ 0.00 cps, memory: 16.77 MB, uptime: 0.6 hours
Mar 3 12:24:49 krusty CDRTool[15025]: Call to +33677832975(a)sip.wifirst.net, no limit imposed
Mar 3 12:24:49 krusty CDRTool[15025]: GetBalance From=mleurent(a)sip.wifirst.net
Mar 3 12:24:51 krusty /usr/sbin/openser[18637]: ACC: call missed: timestamp=1204543491;method=INVITE;from_tag=xirvq;to_tag=
;call_id=cpvrqboancqnuii(a)192.168.95.139;code=487;reason=Request Terminated
Mar 3 12:24:51 krusty CDRTool[15025]: DebitBalance From=mleurent(a)sip.wifirst.net To=sip:0033677832975@sip.wifirst.net Durat
ion=0
OpenSER config extract:
# ATTENTION: DO NOT PUT ; at the end of the radius_extra attribute
modparam("acc", "radius_extra", "
Called-Station-Id=$tu;
Calling-Station-Id=$fu;
Canonical-URI=$avp(to_destination);
User-Name=$avp(user_name);
Billing-Party=$avp(billing_party);
Sip-User-Realm=$ar;
SIP-Proxy-IP=$Ri;
Source-IP=$si;
Source-Port=$sp;
Acct-Authentic=$avp(s:authentic);
From-Header=$hdr(from);
User-Agent=$hdr(user-agent);
Contact=$hdr(contact);
Event=$hdr(event)")
# Set the acc flags
xlog("JUSTE BEFORE SETTING FLAGS FOR RADIUS\r\n");
if(is_method("INVITE") && !has_totag()) {
xlog("L_INFO", "I AM SETTING THE FLAGS FOR RADIUS \r\n");
# $avp(s:authentic) = 1;
# $avp(can_uri) = $ru; # SIP Request's URI
$avp(user_name) = $au + "@" + $ar;
$avp(billing_party) = $au + "@" + $ar;
$avp(to_destination) = $tu;
xlog("SETTING FLAGS 1 FOR RADIUS \r\n");
setflag(1); # radius_flag
xlog("SETTING FLAGS 2 FOR RADIUS \r\n");
setflag(2); # radius_missed_flag
};
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHy+T8rxOjjFYWQtoRAjUzAJ9kUYZpNUEEcKO7aqRuD9Uob0myuQCdEUyU
67e6YOc9jVgzTPQk+A6ccec=
=ZGdn
-----END PGP SIGNATURE-----
Hello
My name is Mauricio Viveros, I'm a Colombian programmer.
I'm implementing VoIP system in a little company, so I'm installed OPENSER with
POSTGRES module but when I try to run openser I get dis error message:
Feb 27 01:05:53 [7788] DBG:core:find_cmd_export_t: found <sl_reply_error>(0)
in module sl [/usr/local/lib/openser/modules/]
Feb 27 01:05:53 [7788] CRITICAL:core:yyerror: parse error in config file,
line 376, column 2-6: syntax error
Feb 27 01:05:53 [7788] CRITICAL:core:yyerror: parse error in config file,
line 376, column 2-6:
Feb 27 01:05:53 [7788] ERROR:core:main: bad config file (2 errors)
to see all trace, see the attached file openser_error_message.txt
I attached too the config files: openser.cfg y openserctlrc
I hope that you can help me with this problem.
Thank you very much.
Mauricio Viveros
Programmer
Cali-Colombia
hello friends,
I start openSER there are no errors (i.e. the auth_diameter module
loads), but the DISC client complains that the peer is unknown. Both
SER and the DISC client are running on the same machine, so I added
aaa://localhost as a peer, but that does not seem to help.
Openser can not communicate with diameter client.
Regards,
Dilip