thank you very much Daniel, GOD Bless you
i have done it successful by calling route msilo only in case method is
message.
one more thing is it possible that server send delivery message to the
sender, when it (kamailio server) sends offline message to the offline user.
--
View this message
Hello,
the INVITE is sent out and the acc record is written, indicating that
the 200ok was received.
But logs show that you don't do anymore the RTPPROXY handling,
therefore, when clients are behind the nat, no voice.
You should call route(MSILO) only if the method is MESSAGE and let the
INVITE
Hello,
I suspect you call exit somewhere and the packets are not routed out.
Load debugger module and enable cfgtrace parameter, then send the log
messages here to see what actions from configuration files are executed.
Cheers,
Daniel
On 01/05/15 10:51, sscc wrote:
> am also cluless:-(
>
>
>
>
am also cluless:-(
> On 01-May-2015, at 12:01, SamyGo [via SIP Router]
> wrote:
>
>
> They should be unrelated, RTPPROXY called on INVITES and MSILO on
> REGISTER|MESSAGE, why should INVITE's flow change using that msilo route ?
>
>
>> On Thu, Apr 30, 2015 at 4:13 AM, sscc <[hidden email]
They should be unrelated, RTPPROXY called on INVITES and MSILO on
REGISTER|MESSAGE, why should INVITE's flow change using that msilo route ?
On Thu, Apr 30, 2015 at 4:13 AM, sscc wrote:
> # - msilo params -
> #!ifdef WITH_MSILO
>
> modparam("msilo", "db_url", "mysql://kamailio:abc@local
# - msilo params -
#!ifdef WITH_MSILO
modparam("msilo", "db_url", "mysql://kamailio:abc@localhost/kamailio")
modparam("msilo", "from_address", "sip:regist...@sscc.tk")
modparam("msilo", "contact_hdr", "Contact: regist...@sscc.tk;msilo=yes\r\n")
modparam("msilo", "content_type_hdr", "Con
Could you provide your section of the code where you're using msilo ? how
you're using it !
I just wonder how could it just tell kamailio to skip rtpproxy stuff !!
On Wed, Apr 29, 2015 at 11:55 PM, sscc wrote:
> i have configured msilo module successful but there isn't any voice with
> msilo. i