Hi all,
I want to build gateway server using SER and PCI S/T interface (PRI or COT).
Can SER use for gateway server like (Asterisk + Digium) ?
Regards,
Sahria
Does anyone else experienced this?
Regards,
Ovidiu Sas
On 4/11/07, Ovidiu Sas <sip.nslu(a)gmail.com> wrote:
> Hi all,
>
> If an avp that is defined as an extra attribute for radius accounting
> is null or not defined, it is causing openser to crash. The code
> should check if the avp or PV is null and drop or send the attribute
> based on value.
>
>
> Regards,
> Ovidiu Sas
>
Hello openser users,
I'm trying to do something with openser but I haven't been able to
figure out how to do this. So I hope somebody on the list knows the
answer:
In my configuration script I use append_hf to add application data to
the SIP messages, this works great until the moment where I do a
parallel branch. The invites work just fine since I can do the append_hf
in the branch_route. The problem arises when one of the branches is
answered, at this point OpenSER will generate CANCEL messages for the
other branches and I have no clue on how to add header fields with
information about the original invite to those messages.
So my question is: Does somebody know how you can add headers with data
to the CANCEL messages generated by SER in a parallel branch? Thanks in
advance.
Kind regards,
Ardjan Zwartjes.
Hi,
Despite the fact that this two functions are declared on NATHelper and
Mediaproxy modules, from a practice point of view, they appear to do the
same, so when to apply one and another? Aren't there functionalities
overlaped?
Edson.
------
"It wouldn't be sell if it were easy..." (myself)
Hi,
I am using dispatcher module in my openser 1.2.
I am using ds_select_domain function in the script. What I wanted to know is, is there a way that I can prefix some digits to the ruri
before sending to the selected domain.
My scenario is:
I have got two Gateway IPs in the dispatcher module. Each Gateway needs a different prefix before the ruri to process the calls properly.
I am using the round robin algo in dispatcher. Now the question is how will I know what IP is being selected and how will I attach appropriate prefix?
Is there a way to do the same in the dispatcher module.
My configuration snippet:
route[4] { #--Dispatcher route--
ds_select_domain("1", "4");
$avp(i:25) = 3;
$avp(i:30) = $rd;
route(1);
exit;
}
thanks in advance.
w/regards,
Jayesh
Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now at http://in.messenger.yahoo.com/
Hello,
I'm wondering if in OpenSER 1.2 if there is a replacement method to
check if a value is inside an avp list, as follows:
if($avp(some_avp_value) == "$avp(some_avp_list_value)/g"){
# do something
}
avp check equivlent:
if(avp_check("$avp(some_avp_value)", "eq/$avp(some_avp_list_value)/g"){
# do something
}
Does anyone know if this is implemented or being planned for
implementation, what are everyone else's thoughts on something like this?
Thanks!
--
Brandon Armstead
Hello all,
the first IRC OpenSER status meeting will take place this friday, the
20-04-2007 at 13:00 GMT (15:00 CEST) at the #openser channel on
irc.freenode.net.
The purpose of this meeting is to discuss the latest developments in and
around the OpenSER project. Topics so far:
1. Experiences with OpenSER 1.2
2. OpenSER project server hosting
3. State of OpenSER Documentation
4. Next release
For information about the IRC meetings read:
http://openser.org/dokuwiki/doku.php/development:irc-meetings
For details about this meeting read:
http://openser.org/dokuwiki/doku.php/development:irc-meeting-agenda-20-04-2…
Please join us!
--
Henning Westerholt
Hello,
Since upgrading to 1.2 we have begun to see lots of extraneous 408 messages.
The CSEQ indicates they are associated with INVITE transactions.
Weird thing is they happen well after the INVITE transaction is complete.
Any ideas on how I can figure out what is going on here?
These are generated by openser not proxied from another source.
Tim