Using 1.3.2 notls
I found that when an Ekiga softphone is configured with an outgoing proxy, it
will include a Route header in an initial INVITE. The Route header contains a
single URI pointing to the outgoing proxy. This allowed according to RFC 3261
section 8.1.1.1
"When a provider wishes to configure a UA with an outbound proxy, it is
RECOMMENDED that this be done by providing it with a pre-existing route set
with a single URI, that of the outbound proxy. "
Since the first route in a Route header over rides a request URI, this Route
URI must be removed prior to routing or the request will loop. Openser will
loop when Ekiga is configured with Openser as the outgoing proxy.
Of course the header could be removed using the openser.cfg but the operation
should be built in.
Hello everyone,
I have setup my openser 1.3.2 with presence, pua_xmpp, xmpp modules
according to the openser.org dokuwiki about pua_xmpp configuration.
From SIP client(eyebeam) and XMPP client(pigdin), IM is now working
fine between two sides with below destination address:
sip:
"sip:username<delim>jabber_server@gateway_domain"
xmpp:
"sip_username<delim>openser_domain@xmpp_domain"
But the presence only works in one side, in xmpp client, it shows the
availabity of sip contacts, but on sip client, the xmpp contacts are
always offline. I got below line error continously loged:
Jun 11 20:44:33 ims /home/openser/openser1.3.2/sbin/openser[16077]:
ERROR:pua_xmpp:Notify2Xmpp: 'To' header ALREADY
PARSED:<sip:test*ovi.com@xmpp.rcs.demo>
Could anyone tell me what might be the reason.
Thanks a lot in advance.
Hi, if I set:
$var(kk) = null
and later printf it (or compare with =~) then I see '0':
xlog("L_INFO", "var(kk) = $var(kk)\n");
=> var(kk) = 0
But AVP's do allow 'null' value and store 'null' instead of '0'.
Is there any reason for it?
--
Iñaki Baz Castillo
Hi,
I've been having problem with compiling OpenSER with LDAP module on
FreeBSD 7.0-RELEASE. I have 'ldap.so' and put it under /usr/local/lib/
openser/modules/. The problem occured when I tried to run openser.
--- Error Message ---
Jun 11 19:49:53 [16442] ERROR:core:sr_load_module: could not open
module </usr/local/lib/openser/modules/ldap.so>: /usr/local/lib/
openser/modules/ldap.so: Undefined symbol "ber_sockbuf_io_debug"
Any advice will help.
Thanks.
Best regards,
---
Dian Dwi Nugraha
> Computer Engineering Department
> School of Informatics and Electrical Engineering
> Institut Teknologi Bandung
> dian132(a)students.ee.itb.ac.id
Did a chmod 777..
-----Original Message-----
From: Henning Westerholt [mailto:henning.westerholt@1und1.de]
Sent: Wednesday, June 11, 2008 6:05 PM
To: Ali Jawad
Subject: Re: [OpenSER-Users] Error Compiling
On Wednesday 11 June 2008, Ali Jawad wrote:
> Hi Henning
> I was able to fix it thanks to your help. I have one last hurdle. When
I
> try to start openser now I get this error
> ERROR:acc:init_acc_rad: failed to open radius config file:
> /etc/raddb/clients.conf
>
> However /etc/raddb/clients.conf exists
Hi Ali,
perhaps this is a permission problem?
Henning
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Hi All
I did remove all the radius mods from the exclude section of the
Makefile. And I did enable radius in the Makefile of the acc module. All
compiled well howver when I try to load the acc module I get the
following error
ERROR:core:sr_load_module: could not open module
</usr/local/lib/openser/modules/acc.so>: libradiusclient-ng.so.2: cannot
open shared object file: No such file or directory
However the file in question can be found at
/usr/local/lib/libradiusclient-ng.so.2
With Regards
Hi!
Yes, it is very important and for us!
LCR module. If we get 6XX response from the first gateway, it is impossible
to redirect request to any others gateways . We have very strange situation!
If the first gateway (with the best priority for some distinations) due his
reasons answer with 6XX it destroy lcr logic at all !!! (and we do not want
to change this gateway because we have no problems with others
destinations(and some others reasons))
please, change this tm behavior asap. Or if you can suggest something else
(i mean some rows of config code) ?
thank you.
>Why? doesn't it make sense to forward to some destination even if the
negative
>reply is a 4XX or 6XX?
--
View this message in context: http://www.nabble.com/Why-can%27t-I-%22append_branch%28%29%22-in-FAILURE_RO…
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
--- On Mon, 6/9/08, Pezhman Lali <pezhman_lali(a)yahoo.com> wrote:
> From: Pezhman Lali <pezhman_lali(a)yahoo.com>
> Subject: stun
> To: pezhman.lali(a)gmail.com
> Date: Monday, June 9, 2008, 6:02 PM
> Dear,
> does setting the ip of stun server in the sip-phones,
> behind the symmetric nat, make the problem ?
> my experience with stund 0.96, said yes.
> the stun server, can detects the type of nats properly, but
> the sip-phones behind the un-symmetric nat, can not
> register, or one-way calling.
>
> ????
On Tue, 10 Jun 2008, David Villasmil wrote:
> True (about getting the IP from the register), but that's putting more
> processing on the server, I'd rather let ths UAC do the ip resolution when
> we're talking thousands of clients (Which I am)
The behavior I described is made on the client/endpoint which look at
the received and rport in the answer to a request sent to the server.
(and this is not a DNS resolution: this is just "looking at"...)
The server in this case don't have any processing to do anymore: he always
receive the correct contact header.
No need for STUN to have a correct IP/port for SIP even behind symmetric
NAT. ;)
tks,
Aymeric MOIZARD / ANTISIP
amsip - http://www.antisip.com
osip2 - http://www.osip.org
eXosip2 - http://savannah.nongnu.org/projects/exosip/
> Cheers
>
> On Tue, Jun 10, 2008 at 1:59 PM, Aymeric Moizard <jack(a)atosc.org> wrote:
>
>>
>> Stun can work even behind symmetric NAT if the stun server was
>> running on the same socket the SIP server is running... I hope
>> this feature will come soon!
>>
>> I can help with this.
>>
>> Also, SIP don't need to use STUN to work: you can discover your
>> IP address and port very easily by looking at the REGISTER answer
>> or OPTIONS answer which contains the "received" and "rport"
>> parameter.
>>
>> Of course, symmetric NAT are a nightmare for RTP, but not for SIP...
>>
>> tks,
>> Aymeric MOIZARD / ANTISIP
>> amsip - http://www.antisip.com
>> osip2 - http://www.osip.org
>> eXosip2 - http://savannah.nongnu.org/projects/exosip/
>>
>>
>>
>> On Tue, 10 Jun 2008, Iñaki Baz Castillo wrote:
>>
>> El Tuesday 10 June 2008 10:44:51 Ali Jawad escribió:
>>>
>>>> Hi All
>>>>
>>>> I had a lot of problems with STUN and symmetric NAT. The thing is that
>>>> it does not always work with symmetric NAT. That would be mostly routers
>>>> based on Linux IPTABLES.
>>>>
>>>
>>> STUN **CANNOT** work with symetric NAT. The NAT router maps the internal
>>> port
>>> with a different public port *depending* on the destination IP:port, so
>>> STUN
>>> can't work.
>>>
>>> --
>>> Iñaki Baz Castillo
>>> ibc(a)in.ilimit.es
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users(a)lists.openser.org
>>> http://lists.openser.org/cgi-bin/mailman/listinfo/users
>>>
>>
>> _______________________________________________
>> Users mailing list
>> Users(a)lists.openser.org
>> http://lists.openser.org/cgi-bin/mailman/listinfo/users
>>
>>
>