Hi,
Thanks for the suggestion. i tried running rtpproxy on private.
rtpproxy -l public_ip -s udp:192.168.2.3:7722 -u user
and in kamailio cfg.
modparam("rtpproxy", "rtpproxy_sock", "udp:192.168.2.3:7722")
but still the same issue..
thanks.
--
Regards,
MingHon
__
Try to run rtpproxy on private ip not on local 127.0.0.1
On Tue, Jun 28, 2011 at 11:23 AM, MingHon wrote:
> Hi,
>
> i fixed the audio issue for 102 to 103 vice versa.
>
> by fixing the canreinvite in asterisk.
>
> from uac the rtp packet will route to kamailio den forward to asterisk.
>
> can we
Hi,
i fixed the audio issue for 102 to 103 vice versa.
by fixing the canreinvite in asterisk.
from uac the rtp packet will route to kamailio den forward to asterisk.
can we bypass the rtp packet going to asterisk?
and here is the update for uac 101 issue.
when 101 call to voicemail or 102/103
Hi,
i registered 3 uac behind same nat successfully but when i try to call each
other i didnt get any audio.
but if i use uac 102 and 103 to call into the voicemail i heard the audio
but not for 101.
kamailio is listening 60.48.218.61 and 192.168.2.3
rtpproxy is running.
asterisk is at 192.168.2.2
I am trying to port our setup from kamailio 1.4.3 to 3.1.4 and I see huge
differences on the LCR module.
I have these main questions:
1- does lcr_id replaces the grp_id?
2- what happened to the fifo commands to add gws etc:
lcr addgw
... add a gateway with fla
On Jun 27, 2011, at 4:11 PM, Olle E. Johansson wrote:
>
> 27 jun 2011 kl. 10.31 skrev Daniel-Constantin Mierla:
>
>> Hello,
>>
>> a new module is now in GIT master branch, named async.
>>
>> Its purpose is to provide asynchronous SIP request processing using
>> t_suspend()/t_continue() mec
Hello,
Could anyone help with suggestions on how to setup a Proxy ( R-Proxy) that only
does a route lookup and pass the parameter back to origination Proxy/Gateway A
to forward the call based on the new parameter.
On receipt of an invite from GW/Proxy A, R- Proxy will do a route lookup for
th
my bad, I forgot to look inside modules folder, it is there:
[root@registrar modules]# ls
auth.socfg_rpc.so db_mysql.so malloc_test.so mqueue.so
prefix_route.so sl.sotopoh.so
avpops.so counters.so debugger.so matrix.so mtree.so
privacy.so sms.so
After installing the latest stable version 3.1.4 I noticed that I can not run
any 'lcr' commands from the 'kamctl fifo' interface. I noticed that the lcr.so
is not on the lib64/modules_k or lib64/modules_s folders so I guess is was not
included at installation time:
[root@registrar kamail
27 jun 2011 kl. 10.31 skrev Daniel-Constantin Mierla:
> Hello,
>
> a new module is now in GIT master branch, named async.
>
> Its purpose is to provide asynchronous SIP request processing using
> t_suspend()/t_continue() mechanism from tm module. While the tm module had it
> for quite some ti
2011/6/27 Daniel-Constantin Mierla :
> Hi Inaki,
>
> yes, transaction avps and xavps should be also available when resuming the
> processing. You can add a phrase to explain that at your convenience.
Ok, added.
Thanks a lot.
--
Iñaki Baz Castillo
__
Hi Alex,
On 6/27/11 11:47 AM, Alex Balashov wrote:
Interesting. A few thoughts:
1. What sort of use cases are envisioned here? Most SIP transactions
are very delay-sensitive operate on a sub-1s retransmit timer
resolution, e.g. Timer T1.
the first purpose what to show how to write C exten
On 6/27/11 11:44 AM, Iñaki Baz Castillo wrote:
2011/6/27 Daniel-Constantin Mierla:
just to close this thread. A new module named async has been introduced in
GIT master, showing how to use the tm functions for asynchronous sip request
processing.
Hi Daniel, good addition. Let me a question, t
I fixed the problem but I would like somebody to shed some light into this
issue.
I noticed that when I run kamailio w/o telling where to load the kamailio.cfg
file is when it failed. So I went to the kamctl script and notice that in the
section where "kamctl start" happens the variable $STAR
Thank you but that actually didn't help.
What I found is that kamailio.pid did exist in /var/run/Kamailio/. So, I
copied it to /var/run and kamctl started automatically.
Now I can register client with the server but only using IP not domain.
Domain resolves to IP correctly.
/etc/kamailio/k
Hi all,
> By default, Asterisk uses the column *secret* for SIP user password,
but if that is filled in,
> Asterisk will ask for authentication again, resulting in
double-authentication which we want to avoid.
What does "double-authentication" mean ? Is it standart "INVITE, 407+nonce,
ACK, INV
try reboot the server.
Best regards,
James.zhu
Doing asterisk/PRI/ss7/dahdi, linux, asterisk cards, gateway(fxs/fxo/pri<->SIP).
website: www.voipviews.com
From: ro...@dmytriv.com
To: sr-users@lists.sip-router.org
Date: Sun, 26 Jun 2011 19:24:03 -0400
Subject: [SR-Users] Kamailio start failed
Interesting. A few thoughts:
1. What sort of use cases are envisioned here? Most SIP transactions
are very delay-sensitive operate on a sub-1s retransmit timer
resolution, e.g. Timer T1.
For INVITE transactions where retransmissions can be held down by 100
Trying, I am still brought to won
2011/6/27 Daniel-Constantin Mierla :
> just to close this thread. A new module named async has been introduced in
> GIT master, showing how to use the tm functions for asynchronous sip request
> processing.
Hi Daniel, good addition. Let me a question, the module description says:
Hello,
just to close this thread. A new module named async has been introduced
in GIT master, showing how to use the tm functions for asynchronous sip
request processing.
It should answer the questions posted in this message.
Cheers,
Daniel
On 6/24/11 1:00 PM, Matthew Williams wrote:
Hi,
Hi All and Daniel,
My interesting "realtime" story still continues :)
All configuration seems to be ok. It's default but some DB fields
changes as Daniel advised.
Terminals registrations to kamailio is ok (but kamailio don't register
as a endpoint on remote softswitch, but calls run :) is i
Hello,
On 6/27/11 10:10 AM, Klaus Darilion wrote:
Hi!
Does any of the script interpreters (perl, lua, python ) allow to
use a modified shell script without restarting Kamailio?
lua_dofile() does that:
http://kamailio.org/docs/modules/stable/modules/app_lua.html#id2555384
Cheers,
Daniel
-
Hello,
a new module is now in GIT master branch, named async.
Its purpose is to provide asynchronous SIP request processing using
t_suspend()/t_continue() mechanism from tm module. While the tm module
had it for quite some time, it was not available for usage in
configuration file.
There ar
Hi!
Does any of the script interpreters (perl, lua, python ) allow to
use a modified shell script without restarting Kamailio?
Thanks
Klaus
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
h
Hi All and Daniel,
My interesting "realtime" story still continues :)
All configuration seems to be ok. It's default but some DB fields
changes as Daniel advised.
Terminals registrations to kamailio is ok (but kamailio don't register
as a endpoint on remote softswitch, but calls run :) is i
25 matches
Mail list logo