I try to use jabber module,
but the jabber server send me this string:
<?xml version='1.0' encoding='UTF-8'?><stream:stream
xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"
from="panoramix.create-net.it" id="2abf6ae" xml:lang="en">
The jabber module want a string as the follow:
<?xml version='1.0'?>..........
Any idea?
--
=======================================
Matteo Piazza, Junior Researcher
CREATE-NET
Via Solteri, 38 - 38100 Trento - Italy
email: matteo.piazza(a)create-net.it
Tel: +39-0461-408400ext:308
www.create-net.it
=======================================
Im very new to SER. My colleague who just left the
company already set up the system. We can now call
sip-to-sip and sip-to-pstn. However, our problem is
that we dont have accounting record for the pstn
calls. For sip-to-sip, accounting is OK.
>From the radius log of the pstn calls, I can see only
STOP request but no START request.
My question:
What triggers the SER to send START accounting request
to the RADIUS?
All traffic to pstn goes to a gateway operated by a
third party service provider. We are using freeradius.
Thanks,
Rommel
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
Do you know any test tool that I could use to generate 30 simultaneous SIP calls from one PC?
Thanks in advance,
Marcos Rodríguez
-------------------------------------------------------------------------------------------------------------------
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Queda prohibida su divulgación, copia o distribución a terceros sin la previa autorización escrita de Indra. En el caso de haber recibido este correo electrónico por error, se ruega notificar inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente. POR FAVOR, ANTES DE IMPRIMIR ESTE CORREO ELECTRÓNICO CONSIDERE SU APORTACIÓN A LA CONSERVACIÓN DEL MEDIO AMBIENTE POR LA REDUCCIÓN DE CONSUMO DE PAPEL.
The information in this e-mail and in any attachments is confidential and solely for the attention and use of the named addressee(s). You are hereby notified that any dissemination, distribution or copy of this communication is prohibited without the prior written consent of Indra. If you have received this communication in error, please, notify the sender by reply e-mail. PLEASE CONSIDER YOUR ENVIRONMENTAL RESPONSIBILITY BEFORE PRINTING THIS E-MAIL.
uac module configuration is by default without
modparam, and the problem is when
the callee respond the call, the caller hear ring
sound and callee voice, both
of then, and UAC ( caller) don't do final ACK if
reveive OK from UAS, because
OK trace from UAS may be not correct.
We only use uac_replace_from("","usuario(a)domain.com")
for INVITE,ACK,CANCEL or
BYE method in route section.We have use openser
release 1.0.0
Have you a solution or is it a bug ?
Thank in advance
Jose
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
Kyriakos wrote:
> So Klaus, basically what i need is an extra handler for ACK?
>
> route[6] {
>
> # ------------------------------------------------------------------------
> # ACK Handler
> # ------------------------------------------------------------------------
> if (method=="ACK") {
> t_relay();
> return;
> };
That should work
> Does this affect the call flow? I mean Ive read that responses to ACK
> requests are not that important.
per standard: there is NEVER a response to an ACK
> Im a newbie in SER and sip so please bare with me.
> :-)
please always cc: to the list.
regards
klaus
> By the way thanks for the reply.
>
> Kyriakos
>
>
>