Brett Nemeroff wrote:
> Hey All,
> I can't seem to get the format right here:
> $rU = $(rU{s.substr,$avp(s:nprefixlen),0});
This is possible with $var(...)s. Not sure about AVPs. I use it, it
works for me.
Now, what doesn't work is using nested transformations or arithmetical
operations on n
The core has an SDP parser which is able to parse and correlate codec
names with payload types. The only module using the sdp parser is the
qos.
The parsed sdp structure can be inspected via dialog mi commands:
http://lists.opensips.org/pipermail/devel/2008-December/001708.html
Regards,
Ovidiu Sa
Hey All,I can't seem to get the format right here:
$rU = $(rU{s.substr,$avp(s:nprefixlen),0});
Basically I want to do a substr, but the length is variable. Can I do this?
Thanks,
Brett
___
Users mailing list
Users@lists.opensips.org
http://lists.opensip
Nice.. That's about what I had in mind.. I'll be looking for more discussion
regarding this. :)-Brett
On Mon, Jun 15, 2009 at 8:21 PM, Bogdan-Andrei Iancu wrote:
> Hi Brett,
>
> Brett Nemeroff wrote:
>
>> my $0.02 here.. I'm not sure if this is what you guys had in mind.. but
>> I've had situat
Hi Brett,
Brett Nemeroff wrote:
> my $0.02 here.. I'm not sure if this is what you guys had in mind..
> but I've had situations where this would be handy.. It'd need to have
> some way of identifing the codec (by number?). I'm not sure if the
> core really has anything that parses the SDP by RF
cool, in this case simply replace the existing code for proxy_auth with
the code I previously posted.
Regards,
Bogdan
Alan Rubin wrote:
> Bogdan,
>
> Yes, my script is derived from the default and I have enabled MySQL and
> added PUA, PUA_userloc and Presence modules.
>
> Regards,
>
> Alan Rubin
Can you paste your OpenSIPS config? It may be that the ACK is not being
properly routed in all circumstances.
Charles Solar wrote:
> I am experiencing an ack bug in opensips I believe.
> I have a caller register to a server, call it 231, and I have 231 send
> invites to 228 which processes the
Hi Charles,
hard to say without saying a full trace (the whole messages). Please
upload the detailed trace somewhere, just to check if the messages are
properly formed.
Regards,
Bogdan
Charles Solar wrote:
> I am experiencing an ack bug in opensips I believe.
> I have a caller register to a se
You know, first time I used the "fantastic" dialplan module it didn't work..
When I went back and did a select * from dialplan, I noticed that what was
IN the table wasn't anything like what I put into the table.
Seems that because of all the crazy PCRE symbols, there was quite a bit of
escaping th
my $0.02 here.. I'm not sure if this is what you guys had in mind.. but I've
had situations where this would be handy.. It'd need to have some way of
identifing the codec (by number?). I'm not sure if the core really has
anything that parses the SDP by RFC spec, so I'm not sure how you'd do
things
Bogdan,
Yes, my script is derived from the default and I have enabled MySQL and
added PUA, PUA_userloc and Presence modules.
Regards,
Alan Rubin
Unix Systems Administrator
DCS Midrange Services
Phone: +61 (08) 8999 5111
Fax: +61 (08) 8999 7493
e-Mail: alan.ru...@nt.gov.au
-Original Me
Well I've heard of a bunch of carriers now doing what they call "dynamic
LCR". Here's the issues at hand with carrier LCRs:1. Depending on
jurisdiction, I route differently (interstate, intrastate, international,
etc). External factors can determine jurisdiction. I use memcache + some
pattern match
Hi Alan,
put in in the main route, where you need to do the authentication...Is
your script derived from the default opensips cfg file ?
Regards,
Bogdan
Alan Rubin wrote:
> Bogdan,
>
> Thanks for the help. Is the script part inside of the main route or is
> it a separate section?
>
> Regards,
Hi Bradley,
I re-made your case with:
mysql> select * from dialplan;
++--++--++---+++---+
| id | dpid | pr | match_op | match_exp | match_len | subst_exp |
repl_exp | attrs |
++--++--+
Bogdan,
Thanks for the help. Is the script part inside of the main route or is
it a separate section?
Regards,
Alan Rubin
Unix Systems Administrator
DCS Midrange Services
Phone: +61 (08) 8999 5111
Fax: +61 (08) 8999 7493
e-Mail: alan.ru...@nt.gov.au
-Original Message-
From: Bogda
Hi Alan,
The way to do it is like:
1) configure the auth module to do authentication via Pseudo-variables:
# -- auth params --
modparam("auth", "nonce_expire", 30)
modparam("auth", "secret", "my-deepest-and-darkest-secret")
modparam("auth", "disable_nonce_check", 0)
modparam("auth", "username_s
Hi Om,
Indeed, I found some bug aroundand fixed it :) - could you updated
from SVN and see again?
Thanks and regards,
Bogdan
Om Bikram Thapa wrote:
> Hello,
>
> I have been running one of the earlier opensips svns of 1.5 (released
> on 10th March) and want to upgrade to latest release 1.5.1
Bogdan,
I want to use LDAP to authenticate clients. We're using it for our XMPP
server (amongst other services) without issues.
Regards,
Alan Rubin
Unix Systems Administrator
DCS Midrange Services
Phone: +61 (08) 8999 5111
Fax: +61 (08) 8999 7493
e-Mail: alan.ru...@nt.gov.au
-Origina
We were able to install OpenSIPS, Free Radius 1.1.7, OpenXcap, Mediaproxy,
CDRTool 6.7.8, MSRPRelay on Fedora Core 10 by following the instructions on
how to install using the packages. However, my friend modified my
computer's repository configuration and downloaded the packages to our local
se
Hi Alan,
Do you want to use LDAP to authenticate clients or to authenticate
opensips against other SIP server?
Regards,
Bogdan
Alan Rubin wrote:
> Thiago,
>
> Thanks for the reply; however, the module documentation does not seem to
> give examples on how to configure LDAP with the auth mechan
Hi Thomas,
I think this information is more appropriate for dlg_list_ctx function:
http://www.opensips.org/html/docs/modules/1.5.x/dialog.html#id272786
right?
Regards,
Bogdan
Thomas Gelf wrote:
> Another little issue I stumbled over: as there are three new variables
> available in a dialog,
Hi Jeff,
I have some code from last year - let me check it out and see what is
the status.
Regards,
Bogdan
Jeff Pyle wrote:
> Hi Bogdan,
>
> It’s been a little while since we talked about this. I was wondering
> if there was anything in the works to detect and/or manipulate the
> codecs prese
Hi Brett,
Brett Nemeroff wrote:
Ok, well I'll try this out for performance. I'm curious to see what
I'd be able to handle doing live mysql routing decisions with all the
new prepared statements and such.
note that not all the DB ops are using prepared statements - most of the
modules do use it
Hi Uwe,
yes, it will fetch everything from the locinternal (if any) (first
lookup) and if there are contact in the second table (location), it will
add a branch to point to the other server.
Regards,
Bogdan
Uwe Kastens wrote:
> Hi Bogdan,
>
> Thanks for your answer.
>
> If I understood you scr
I am experiencing an ack bug in opensips I believe.
I have a caller register to a server, call it 231, and I have 231 send
invites to 228 which processes the route and does lcr.
228 sends calls to the best gateway, which in my tests is just one asterisk
server (also on 228, port 5059).
I have 231
Hi Bogdan,
It¹s been a little while since we talked about this. I was wondering if
there was anything in the works to detect and/or manipulate the codecs
present in an SDP.
- Jeff
On 2/1/09 4:08 AM, "Steve Kurzeja" wrote:
> This idea is quite standard in SBCs, typically called codec profi
Hi Eric
I keep getting this error messages when I setup the purplemap table in mysql
and enable purple PUB/SUN processing in openser. I have only one mapping
purplemap table like this. My SIP client is trying to send presence PUBLISH,
but this never gets ACKed by openser server. And I get this erro
Another little issue I stumbled over: as there are three new variables
available in a dialog, they should also be exported via dlg_list (MI).
These are: vars, profiles and script_flags
Cheers,
Thomas Gelf
Bogdan-Andrei Iancu schrieb:
> Hi,
>
> I added to the dialog module support for data persis
Inaki,
The OMA crowd have their own idea of how to use XCAP. People gather at
meetings to add something on top of IETF standards. Same as the IMS
folks do a SIP session setup rather in 72 steps than the IETF way.
On Jun 15, 2009, at 8:05 PM, Iñaki Baz Castillo wrote:
El Lunes, 15 de Junio
El Lunes, 15 de Junio de 2009, Adrian Georgescu escribió:
> It is an OMA standard related to IMS. OpenXCAP supports both names.
Ok, thanks.
BTW: why is it needed? is not enough with a simple "pres-rules"?
--
Iñaki Baz Castillo
___
Users mailing li
The short answer: yes
The long answer: OpenSIPs doesn't do anything unless you write a custom
opensips.cfg file to process calls.
I'm not aware of any "canned" examples that are really generic enough to
use.. However the included examples are pretty good..
-Brett
On Mon, Jun 15, 2009 at 1:03 PM,
Thanks Brett,
i am very new... :(
Just one more question
I am realising that some parameters (modparams) have to be added to the
opensips.cfg file, is it that rigth?
Many many thanks!
On Mon, Jun 15, 2009 at 5:08 PM, Brett Nemeroff (via Nabble) <
ml-user+122050-160247...@n2.nabble.com
> wro
Hi, I'm new to openSIPS and am trying to set it up with the dialplan
module, but I've had a couple problems I can't figure out.
The first problem is related to how dp_translate is doing regexp
replacements. I have code like this in my route method:
if (is_method("INVITE")) {
xlog("To
It is an OMA standard related to IMS. OpenXCAP supports both names.
Adrian
On Jun 15, 2009, at 6:54 PM, Iñaki Baz Castillo wrote:
Hi, does someone know why EyeBeam tries to get the XCAP pres-rules
document using "org.openmobilealliance.pres-rules" as application ID?:
GET
/xcap-root/org.open
Hi, does someone know why EyeBeam tries to get the XCAP pres-rules
document using "org.openmobilealliance.pres-rules" as application ID?:
GET
/xcap-root/org.openmobilealliance.pres-rules/users/sip:u...@domain/pres-rules
HTTP/1.1
I'me reading XCAP related RFC's and it seems that it should use j
Brett,
I¹ve only used the Edgemarc models. The older 4200 and 4300s, as well as
the current 4500 T1 and non-T1 model. Great for hosted IP setups where you
don¹t want to deal with NAT at all.
The Edgemarcs will do MOS scoring based on the network performance at the
time, and syslog it out if you
Hi Dan,
Thanks for the feedback.
>It can be used that way just fine. But if you use it with a private IP
>address (as defined by rfc 1918), it may not behave like you expect
>it. Since we do not use it that way (and nobody we know does), it's
>not tested and nobody knows exactly what to expec
Jeff,Thanks for the feedback. I've been tempted to try out that edgemarc
device.. Are you just using their edge box? I know they have some sort of
device that does central stats collection as well.. Curious about that
gizmo..
-Brett
On Mon, Jun 15, 2009 at 7:36 AM, Jeff Pyle wrote:
> We’ve use
check to be sure you don't have a:fork=no
in your config
On Mon, Jun 15, 2009 at 8:51 AM, Pascal Maugeri wrote:
> On FC9 I have this basic problem:
> I can start using
> opensipsctl start
>
> but service opensips start does not return, it blocks and never shows the
> [OK]:
>
> [r...@sandbox ~
Bogdan,
Were you able to test/simulate the load balancer. Please let me know.
Thanks,
Leo Thomas Selvaraj
T: +1 609-987-0044 x 139 | F: +1 609-987-9787
The information contained in this e-mail message or messages (which
includes any attachments) is confidential and may be legally privileged
I had this problem in CentOS. I forget exactly how I fixed it but I do
remember it had something to do with the /etc/init.d/opensips file. I¹ve
attached the one I¹m using now.
- Jeff
On 6/15/09 11:03 AM, "Brett Nemeroff" wrote:
> OpenSIPs installs much like any other application. It's a ve
Did you added LD_PRELOAD=/path/to/your/libpurple.so env var in your ctl
script ?
Eric.
2009/6/15 mani sivaraman
> Thanks for getting back Eric. After opensips I tested the latest Kamailio
> 1.5.1 code with purple module. I get the same SIGCHLD core dump on Kamailio
> as well. I saw Kamailio com
I've seen you ask this question a number of times. The question doesn't make
any sense.
Drouting configuration is saved to the database for persistence and is
loaded into memory for routing. By default, all opensips configuration is in
opensips.cfg, but your actual drouting entries do not end up in
OpenSIPs installs much like any other application. It's a very complicated
system. Even after you've compiled and installed OpenSIPs, there is still
much configuration to do, which is significantly more complicated than
compilation and installation.
Installation shouldn't be any different on Fedora
On FC9 I have this basic problem:
I can start using
opensipsctl start
but service opensips start does not return, it blocks and never shows the
[OK]:
[r...@sandbox ~]# service opensips start
Starting opensips:
Have you met this problem ?
-pascal
On Mon, Jun 15, 2009 at 7:21 AM, Cao Lei-MNW78
Gracias!
Iñaki Baz Castillo wrote:
>
> 2009/6/15 noepeli :
>>
>> Hi,
>>
>>
>> Drouting uses tables where rules, users etc are stored. Once this info is
>> in
>> tables, opensips calculates which gateway fits better for example.
>> I would like to know which code file (from Opensips), reads the
>
We¹ve used Edgemarc router/ALGswith great success. I suppose this is a
little different animal, however, as the standard method of configuration
has the client register to its IP, passing through to the pre-configured
proxy on the outside.
There is a ³transparent² mode that works much like the AL
2009/6/15 noepeli :
>
> Hi,
>
>
> Drouting uses tables where rules, users etc are stored. Once this info is in
> tables, opensips calculates which gateway fits better for example.
> I would like to know which code file (from Opensips), reads the information
> from tables and decides how to act...
Hi,
Drouting uses tables where rules, users etc are stored. Once this info is in
tables, opensips calculates which gateway fits better for example.
I would like to know which code file (from Opensips), reads the information
from tables and decides how to act...
I do not know if you understand
2009/6/15 noepeli :
>
> Thanks Iñaki,
>
> Do you know which configuration file gets the data from Drouting tables?
I don't understand the question.
--
Iñaki Baz Castillo
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-b
Thanks Iñaki,
Do you know which configuration file gets the data from Drouting tables?
Thx
Iñaki Baz Castillo wrote:
>
> 2009/6/15 nOeLiA :
>
>> I have seen that the different rules in drouting module let choose
>> between
>> one gateway or another…
>>
>> Do you know if it is possible to ch
2009/6/15 nOeLiA :
> I have seen that the different rules in drouting module let choose between
> one gateway or another…
>
> Do you know if it is possible to choose between proxies instead of gateways?
From the point of view of Drouting module, there is no difference if
the destination is a gate
Hello,
I am working with Drouting and Control Panel.
I have seen that the different rules in drouting module let choose between
one gateway or another…
Do you know if it is possible to choose between proxies instead of gateways?
___
Users mailing l
Hi,
I have asked around and the caller_id and callee_id fields should not be
in the cdrs table. On svn I placed the stored procedure with the old
structure.
Regards,
Iulia
Gavin Henry wrote:
> mysql> call opensips_cdrs_1_6();
> ERROR 1054 (42S22): Unknown column 'caller_id' in 'field list'
>
>
Hi, does OpenXCAP implement RFC 4745 (Common Policy: A Document Format
for Expressing Privacy Preferences)?
I understand that this feature would be implemented by the XCAP server
itself, am I right?
If not implemented, is it planned?
Thanks.
--
Iñaki Baz Castillo
_
Hello,
I am new in Opensips and by the moment I have lots of doubts and problems.
My last problem which I have not still solved is with Control Panel an
Drouting module.
I would like to know which configuration file is responsible for drouting
module. I mean, if I make some changes in the Con
Hello,
I am new in Opensips and by the moment I have lots of doubts and problems.
My last problem which I have not still solved is with Control Panel an
Drouting module.
I would like to know which configuration file is responsible for drouting
module. I mean, if I make some changes in the Cont
Hi
Shouldn't this parameter reflect the actual possibility that both
parties go in holiday at different moments in time and they might miss
each others first subscriptions.
If for instance Alice subscribes to Bob and Bob is offline but comes
after 4 days and then sets his pidf-manipulatio
2009/6/15 Anca Vamanu :
> Yes, I think you are right. I will introduce a module parameter for it and
> set the default value to 3 days.
Great! thanks a lot.
--
Iñaki Baz Castillo
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.
Yes, I think you are right. I will introduce a module parameter for it
and set the default value to 3 days.
Anca
Iñaki Baz Castillo wrote:
> 2009/6/15 Anca Vamanu :
>
>> Hi Inaki,
>>
>> The current implementation keeps the waiting subscription for 24h only and
>> it is a hard coded value. May
Hello,
I have been running one of the earlier opensips svns of 1.5 (released
on 10th March) and want to upgrade to latest release 1.5.1. The
upgrade goes okay but server crashes during startup with error
"opensips[20283]: segfault at 26 ip 7fc6745900a2 sp 7fff7eceb6c0 error
4 in dialog.so[7fc67458
2009/6/15 Anca Vamanu :
> Hi Inaki,
>
> The current implementation keeps the waiting subscription for 24h only and
> it is a hard coded value. Maybe it should be done configurable.
Hi Anca, thanks for the response.
Maybe 24 hours is a too low value (IMHO).
--
Iñaki Baz Castillo
___
2009/6/13 ASHWINI NAIDU :
> You need to add column caller_id in CDRS table . Once that is added This
> error will not appear again
I just checked out trunk and cdrs.mysql doesn't have that column. Is
it supposed to be in the acc table, but ours has:
mysql> desc acc;
++
Hi Inaki,
The current implementation keeps the waiting subscription for 24h only
and it is a hard coded value. Maybe it should be done configurable.
regards,
Anca
Iñaki Baz Castillo wrote:
> Hi, how does OpenSIPS implement the timers for "pending" and "waiting" status
> in Subscription State
Hi mani,
purple module hasn't been tested with opensips, and I can't say if it should
work.
but just a question : how did you compile the module ? eg, within which
project ?
regards,
eric.
2009/6/12 mani sivaraman
> I compiled and installed opensips 1.5.1 with mysql db and works fine. I
> comp
2009/6/15 Adrian Georgescu :
> The sane configuration is to authorize the SUBSCRIBE for presence.winfo same
> for Register and make sure the credentials match the From URI.
Ok, so it's flexible and requires scripting.
Thanks.
--
Iñaki Baz Castillo
_
66 matches
Mail list logo