Hi Klaus,
I've got the same problem on kamailio-4.1.0 and I couldn't see the sip
messages reach to onreply route while using uac_req_send.
Could you please give me a hint about this? Thanks!
Cheers,
Ian
--
Ian Lin 林于巽
__
that seems to work, (i did not add anything new for (has uri==myself))
i'm not sure yet why this is working, so i will study it a bit more.
if this doesn't bring up new bugs, then my whole problem seems to be solved.
2014-06-12 9:17 GMT+02:00 pa...@eremina.net :
> Hi again.
> You can try to use
Can you show here this errors?
12.06.2014 13:37 пользователь "Gijs Kwakkel"
написал:
> there is a did field at the first packets (invite) till its 200 OK
> after that the DID field is gone.
> i however do not use the dialog module
>
> loadmodule "dialog.so"
> modparam("dialog", "dlg_match_mode",
Thank you Daniel! Now its all clear and it is working fine.
regards,
Klaus
Hello,
the request within dialogs are sent to the address in the Contact
header of the request/response creating the dialog. In you trace, the
SUBSCRIBE has a Contact with no transport, the default one being UDP.
Of
Hello,
we didn't set the early media parameter . its '0' by default, isn't it?
regards,
Igor
2014-06-12 17:03 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> if you get a record for 180 response, then you have also the early_media
> parameter set for acc module, isn't it?
>
> In the morn
Hello,
if you get a record for 180 response, then you have also the early_media
parameter set for acc module, isn't it?
In the morning I pushed a patch that should fix this issue. Use latest
release 4.1.4 and see if works fine. Report the results to know that it
is gone or not.
Cheers,
Dan
Hello,
We don't use $ai in xlog nor in other process. only in ACC.
parameters for ACC are :
modparam("acc", "db_flag", FLT_ACC)
modparam("acc", "db_missed_flag", 3)
modparam("acc", "db_url", DBURLWO)
modparam("acc", "db_extra",
"src_user=$fU;username=$Au;src_domain=$fd;src_ip=$si;src_pai=
On 12 Jun 2014, at 15:40, Daniel-Constantin Mierla wrote:
> Hello,
>
> Kamailio SIP Server v4.1.4 stable release is out.
>
> This is a maintenance release of the latest stable branch, 4.1, that includes
> fixes since release of v4.1.3. There is no change to database schema or
> configuration
Hello,
Kamailio SIP Server v4.1.4 stable release is out.
This is a maintenance release of the latest stable branch, 4.1, that
includes fixes since release of v4.1.3. There is no change to database
schema or configuration language structure that you have to do on
installations of v4.1.x. Deplo
Hello,
SER project has been absorbed in Kamailio with the version 4.0. 0.9.6 is
really old release (code from like year 2004-2005).
You should use latest kamailio - http://www.kamailio.org
You can still compile kamailio as SER, if you use sources (from git or
tarball), with:
make FLAVOUR=s
Hi
Im just getting started with kamailio with a view of evaluating it for
production use.
Is it possible to do the following:
1) I would like to use ODBC/FreeTDS to connect to an existing ms sql
server cluster and use it for all DB related activity relating to kamailio, is
this possible
After applying the git commit be8fb6fa8a1492259a26abe4825653f1f66ff0d8,
that you just did. It seems to have solve the MSRP authentication problem.
Please accept my thanks and appreciation for this hard work from you and
your team in fixing this critical issue.
Thank you.
On Thu, Jun 12, 2014
Hello,
$rs is set when handling a sip response, in failure_route use
$T(reply_code):
http://www.kamailio.org/wiki/cookbooks/4.1.x/pseudovariables#t_name
Cheers,
Daniel
On 12/06/14 10:45, Sebastian Damm wrote:
Hi,
On Wed, Jun 11, 2014 at 5:59 PM, Klaus Darilion
mailto:klaus.mailingli...@p
Hi,
On Wed, Jun 11, 2014 at 5:59 PM, Klaus Darilion <
klaus.mailingli...@pernau.at> wrote:
> It may work catching 200 OK in reply_route, but catching >=300 in
> failure route. The failure route is executed only once for all branches (it
> chooses the most important response code)
>
I just tried
On 06/12/2014 10:02 AM, Daniel-Constantin Mierla wrote:
> the second should be fixed, the first one is about packaging or is some
> change in apis?
Not sure yet I have to dig into it.
Victor
signature.asc
Description: OpenPGP digital signature
___
SI
Are you sure that you need exactly SER 0.9.6 may be you need kamailio or
opensips? As i understand SER is very very old product.
2014-06-12 4:28 GMT+06:00 Horo, Priyam :
> Hi,
> I cannot find the link to download the SER SIP server. I went to
> http://www.iptel.org/download, but do not see how
Hello,
the second should be fixed, the first one is about packaging or is some
change in apis?
Cheers,
Daniel
On 12/06/14 09:56, Victor Seva wrote:
Hi,
I have two bugreports in Debian. One is to migrate to gjc-4.6
(app_java)[0]. The other I'm not so sure [1].
[0] https://bugs.debian.org/
Hi,
I have two bugreports in Debian. One is to migrate to gjc-4.6
(app_java)[0]. The other I'm not so sure [1].
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750831
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750079
On 12 Jun 2014 09:42, "Daniel-Constantin Mierla" wrote:
> Hell
Hello,
later today I am going to package v4.1.4. If anyone has something to
push to branch 4.1, do it before 14:00GMT.
Cheers,
Daniel
On 02/06/14 11:23, Daniel-Constantin Mierla wrote:
Hello,
I am considering to release v4.1.4 next week, in one of the days
within the interval June 10-12, d
Hi,
I cannot find the link to download the SER SIP server. I went to
http://www.iptel.org/download, but do not see how to download 0.9.6 version.
Could you please point me to the link.
Thanks,
Priyam.
___
SIP Express Router (SER) and Kamailio (OpenSER) -
there is a did field at the first packets (invite) till its 200 OK
after that the DID field is gone.
i however do not use the dialog module
loadmodule "dialog.so"
modparam("dialog", "dlg_match_mode", 0)
gave some errors. should i still try to get the dialog module working?
2014-06-10 17:46 GM
Hi,
I am using the exec_avp command as followed:
exec_avp("/usr/bin/mwi/test.sh $fU"); $fU taking command line arguments.
Here is the shell script content:
#!/bin/bash -e
echo $1
logger done! $1
logger done
mkdir /usr/bin/mwi/$1 || { logger 'touch failed' $? $errorMess
Hi again.
You can try to use topology hiding in you kamailio( don't forget add some
code for message which has uri==myself it present in docs).
I use it and ack processing well.
I think it's because some sip servers can't work with SIP proxy. it created
only for PBX.
2014-06-10 18:16 GMT+06:00
Hi Daniel,
On Fri, Jun 6, 2014 at 10:21 AM, Daniel-Constantin Mierla wrote:
> try to save the number of branches in an avp before t_relay() in
> request_route.
>
I just tried that, but it looks strange.
This is how my route for t_relay looks like:
route[2] {
xlog("L_DBG", "Sending ou
24 matches
Mail list logo