Hi Daniel!
Currently I have complete scheme of the issue (and at last time to describe
it here):
Issue logic (all mentioned functions from tcp_main.c):
SIP phone (A-B) connected via TLS, on port 443 to tcp proxy:
192.168.1.24:3487 <--> 192.168.1.85:443 (connect A)
127.0.0.1:64935 <---> 127.0.0.1
Well technically there could be SDP in ACK as well, in the body-less INVITE
scenario. I am not sure if it's the case here, though. Other than that,
it's correct, final positive ACK in RFC3261 is end-to-end, so that proxy is
just passive retranslator for that.
On Mar 9, 2016 5:07 PM, "Alex Balashov"
Hi Everyone
I am manually processing sdp and handling media so I want to repond to ACK
myself instead of forwarding on for media server.
I catch the method=="ACK" condition. From within this condition how do I
retrieve avp variables that were set in the INVITE.
Requesting $avp("myvar") comes ou
Hello,
I think you may be missing a couple of key fundamentals of SIP protocol
mechanics:
1) By definition, one cannot respond to an ACK; an ACK garners no responses.
2) End-to-end ACKs for 2xx INVITE responses are generated by a SIP UA; a
proxy simply cannot behave as though it were an endp
Hi,
Well reading might be a very good idea but trying things and scenarios will
be an even better thing.
There are very amazing blogs, more like How to for kamailio written by
Daniel himself available over asipto knowledge base. Kb.asipto.com
Just go through those installation steps, copy over conf
i want to print user registration in kamailio.log file
On Wed, Mar 9, 2016 at 10:40 PM, Shiv Patidar
wrote:
> i did according to you then my log file print this but i want to print
> user registraction in kamailio.log what i do please help me
>
> /usr/local/sbin/kamailio[25086]:INFO:[main.c:798
i did according to you then my log file print this but i want to print user
registraction in kamailio.log what i do please help me
/usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_usr():Signal 15
received
/usr/local/sbin/kamailio[15085]:INFO:[main.c:798]:sig_usr():Signal 15
received
/usr/loca
I have a problem when using t_suspend() and t_continue().
Let's say I would like to have a 5 sec delay before relaying an INVITE.
For example the following code:
*route[MYROUTE] {*
*t_newtran();*
*if (is_method("
I want to get started with Kamailio. So far I've understood that I
really need to grok SIP before tackling Kamailio so I'm reading the book
"SIP demystified" as the starting point of my Kamailio journey. After
that I will read RFC 3261. After that I think it's time to read
something that will give
On Wed, Mar 09, 2016 at 10:05:11PM +0800, 张顺通 wrote:
> Yes,Use Path in DB. like
> KA_REGISTER wile the path info in DB.
Should not be a problem if you use the use_received options in
http://kamailio.org/docs/modules/stable/modules/path.html#idp135216
and
http://kamailio.org/docs/modules/stable/mo
Yes,Use Path in DB. like
KA_REGISTER wile the path info in DB.
Linphone behind the same NAT router.
2016-03-09 14:49 GMT+08:00 Daniel-Constantin Mierla :
> Are you using Path with received parameter on KA Edge?
>
> Are bot Linphone behind the same NAT router?
>
> Cheers,
> Daniel
>
>
> On 08/03
Hello,
do you have WITH_ASTERISK defined? If yes, is the asterisk database
having a subscriber table where you keep the usernames and passwords?
Cheers,
Daniel
On 09/03/16 09:09, Bruno Henrique Gomes Gouvêa wrote:
>
> Hello,
>
> Params here:
>
> # - auth_db params -
> #!ifdef WITH_AUTH
Hello,
Params here:
# - auth_db params -
#!ifdef WITH_AUTH modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "load_credentials", "")
#!ifdef WITH_ASTERISK
# subscriber table is actually a view in DBASTURL
modparam("auth_db", "use_domain", 1)
modparam("auth_db", "db_url", DBAST
13 matches
Mail list logo