Re: [OpenSER-Users] Openser - which b2bua to use ?

2008-07-14 Thread David Villasmil
It is extremely easy to do session termination (call teardown) when credit is over with Openser+asterisk, all you need is to do is write an AGI to calculate max call duration and set it on asterisk. david On Mon, Jul 14, 2008 at 8:12 AM, Alex Balashov <[EMAIL PROTECTED]> wrote: > Amit Jain wrote

[OpenSER-Users] SRTP and Media proxy

2008-07-14 Thread Peter P GMX
Just a short question: I want to use OpenSER + mediaproxy with TLS/SRTP. Is mediaproxy able to handle the srtp stream? Best regards Peter ___ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users

Re: [OpenSER-Users] Contacts in 3xx message on one line or multiple lines?

2008-07-14 Thread Iñaki Baz Castillo
El Martes, 15 de Julio de 2008, Hiers, David escribió: > However, Openser does not like multiple lines of one contact per line: > > Contact: > Contact: > > > Openser uses the topmost contact and ignores the bottommost contact in > the multiple line list. If the topmost contact is do

[OpenSER-Users] Contacts in 3xx message on one line or multiple lines?

2008-07-14 Thread Hiers, David
Hi, Openser seems to be happy with multiple contacts on one line in a 302 message. Contact:;q=0.5,;q=0.25 If the leftmost contact is down, the rightmost contact is tried as expected. However, Openser does not like multiple lines of one contact per line: Contact: Contac

Re: [OpenSER-Users] Problem with accounting in case of call forwarding from client

2008-07-14 Thread Ruchir
Thats a good idea but how exactly we get the redirect reason(unconditional, busy, no answer) in script from this module? On Mon, Jul 14, 2008 at 1:47 PM, Bogdan-Andrei Iancu <[EMAIL PROTECTED]> wrote: > Try to use extra accounting to push some text details for the CDRS. > > Regards, > Bogdan > >

Re: [OpenSER-Users] Problems with BYE

2008-07-14 Thread Bogdan-Andrei Iancu
Hi Jan, The device following openser in the SIP path looks to be a GW and it used a DNS name in the RR header. See in BYE: Route: . Now, when openser wants to route the BYE to that address, it using standard location discovery by using NAPTR and SRV lookups: Jul 14 12:17:20 proxy /usr/sbin

Re: [OpenSER-Users] FW: OpenSER 1.3.2-tls - error tcp_blocking_connect

2008-07-14 Thread Bogdan-Andrei Iancu
TLS uses a different port than TCP. TCP is 5060 and TLS is 5061. Regards, Bogdan [EMAIL PROTECTED] wrote: > Hi Bogdan-Andrei Iancu, > > Thanks for your reply . > > When Sending a INVITE request without (no-TLS) proxy establishes TCP > connection successfully & call Succeeds. >

Re: [OpenSER-Users] Problems with BYE

2008-07-14 Thread Jan P
Here's the output with debug 9 when doing BYE. /Jan Jul 14 12:17:20 proxy /usr/sbin/openser[29489]: SIP Request: Jul 14 12:17:20 proxy /usr/sbin/openser[29489]: method: Jul 14 12:17:20 proxy /usr/sbin/openser[29489]: uri: Jul 14 12:17:20 proxy /usr/sbin/openser[29489]: version: Jul 1

[OpenSER-Users] when openser starts - mi_fifo reports "pkg_malloc cannot allocate any more memory"

2008-07-14 Thread Christian Koch
Hello all, we have installed Openser with mysql on a RedHat Enterprise 4 machine. Details are as follows: Linux Capricadb3 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux version: openser 1.3.2-notls (i386/linux) flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE,

Re: [OpenSER-Users] Need Help on RLS.

2008-07-14 Thread Henning Westerholt
On Monday 07 July 2008, [EMAIL PROTECTED] wrote: > I need information on RLS. I have downloaded some material on RLS from > internet. I have read document ,Though i got brief idea on this.I am not > clear on how to proceed. I have to develop the code from scratch or and RPM > is available. > pleas

Re: [OpenSER-Users] asterisk/openser/mysql

2008-07-14 Thread Daniel-Constantin Mierla
On 07/11/08 16:38, Eliass Salim wrote: > yes, but how can I create them. > Does serweb is very usefull? serweb is a web interface that can be used to manage the database records. I do not know how much compatibility is with openser 1.3, but with a bit of code tweaking should work -- if you don'

Re: [OpenSER-Users] FW: OpenSER 1.3.2-tls - error tcp_blocking_connect

2008-07-14 Thread Bogdan-Andrei Iancu
Hi, The error message specks for it self : Connection refused So, your OpenSER tried to open a TCP/TLS connection to an address where nobody was listening. Regards, Bogdan [EMAIL PROTECTED] wrote: > > Hi... All , > > I have Configured OpenSER 1.3.2-tls source code & compiled > succ

Re: [OpenSER-Users] Problems with BYE

2008-07-14 Thread Bogdan-Andrei Iancu
Hi Jan, First check the syslog for more info on the error. OpenSER generated an internal error because it was not able to send out the BYE request (7 err code means no available socket). Regards, Bogdan Jan P wrote: > Hi, > > I made a pretty basic openser config with Sipwise but Im having prob

Re: [OpenSER-Users] ERROR:registrar:update_contacts: invalid cseq for aor

2008-07-14 Thread Bogdan-Andrei Iancu
Hi Dilip, The error means that a device tried to do re-registration (same callid), but without properly increasing the Cseq number in the REGISTER request - RFC3261 says that requests from the same dialog (like REGISTER + re-REGISTER) must have increasing cseq. Check with ngrep/tcdump if so.

Re: [OpenSER-Users] Can openSER retransmit the request

2008-07-14 Thread Bogdan-Andrei Iancu
Hi, yes, it can, if you use the TM module functions (Transaction functions) like t_relay() Regards, Bogdan Sundaramoorthy, Vijaianand wrote: > Hi All, > > Can openSER retransmit requests to the receiver(eg: UAS) on behalf of caller > (eg: UAC)? > > Regards > Vijay > > -Original Message---

Re: [OpenSER-Users] Problem with accounting in case of call forwarding from client

2008-07-14 Thread Bogdan-Andrei Iancu
Try to use extra accounting to push some text details for the CDRS. Regards, Bogdan Ruchir wrote: > This works fine. All cdr legs have same call-id so we can associate > them to single call but how to get forwarding reason? > > On Wed, Jul 9, 2008 at 8:56 PM, Bogdan-Andrei Iancu > <[EMAIL PROTE

[OpenSER-Users] ERROR:registrar:update_contacts: invalid cseq for aor

2008-07-14 Thread Dilip
Hello evryone, I am using openser-1.1.1-notls version. I am using auth_radius module for the registratrion. When i was firing the call continues then after some time openser gives me the error like ERROR:registrar:update_contacts: invalid cseq for aor <8885073>. This error comes continuesly and