Hi
I m using kamailio 5.3
OS Ubuntu 18
I wan to Register on sip server and then send traffic to to it form
kamailio.
Like :
Client ---(sip peer)-->kamailio--(sip peer)>gateway
Please help me
Thank you
Regards
Gaurav Kumar
___
Kamailio (SER)
mailio services – https://gilawa.com
>
>
>
> *From:* sr-users *On Behalf Of *Gaurav
> Bmotra
> *Sent:* Tuesday, June 9, 2020 1:22 PM
> *To:* Kamailio (SER) - Users Mailing List
> *Subject:* [SR-Users] Reconnect call
>
>
>
> hi
> how we can
hi
how we can implement , that if call got disconnected due to low network
and will reconnect ..
pl help me
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailma
gt; On Thu, Nov 14, 2019 at 11:04 AM Gaurav Bmotra
> wrote:
>
>> hi
>> i have issue audio issue with kamailio in kubernetse cluster
>> anybody , idea how to fix it in kubernetses
>>
>> thank you
>>
&g
hi
i m using kamailio 5.3 ans install rtpengine on different server
kindly help me what will be the configuration in case of kamailio
and rtpengine
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kam
Hi
Is it possible to configure user based carrier on kamailio for outbound
calling ?
Thank you Regards
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hi
I m using kamailio 5.3
I m trying to merge the call on cellular network but is not working. As on
WiFi it is working fine . Any one can help me
Thank you
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cg
hi
i m using kamailio 5.2.1 in Kubernetese on Host network
it was working file but now the following issue i n getting
call connecting but audio both way issue
here is the logs that got
2(14) ERROR: {1 2 INVITE EQEiv5Mjs-eV1OCGv6Potw..} rtpproxy
[rtpproxy.c:2586]:
hi every one
route[DISPATCH] {
# round robin dispatching on gateways group '1'
if(!ds_select_dst("1", "4")) {
send_reply("404", "No destination");
exit;
}
xdbg("--- SCRIPT: going to <$ru> via <$du> (attrs:
$xavp(_dsdst_=>a
hi
i m using kamailio 5.4 dev Docker image
when i try to call form calientA to clientB i got (Temporarily
Unavailable (code: 480))
i m using freeswitch as media server
so the flow and structure should be like this
ClientA>Kamailio-->FS>Kamailio>>ClientB
but issue is (what i m get
hi
im using kamailio 5.3 as register server and using dispatcher i m dendign
the calls to freeswitch ..
ibut the issue is then freeswitch send back call to kamailio after
processing media ... it should go back to client but it again send call to
freeswitch ,, which create the loop and hangup the ca
()) {
if(t_is_branch_route()) {
add_rr_param(";nat=yes");
}
}
}
if (is_reply()) {
if(isbflagset(FLB_NATB)) {
if(is_first_hop())
set_contact_alias();
}
}
#!endif
return;
}
# URI update for dialog requests
route[DLGURI] {
#!ifdef WITH_NAT
if(!isdsturiset()) {
handle_ruri_alias();
}
#!en
hi
i m using kamailio 5.3 as register server and using dispatcher i m dendign
the calls to freeswitch ..
but the issue is then freeswitch send back call to kamailio after
processing media ... it should go back to client but it again send call to
freeswitch ,, which create the loop and hangup the c
-f
> /etc/kamailio/kamailio.cfg
>
> That should show you what's wrong.
>
> And your Kamailio version is needed for help.
>
> The dispatcher avps changed during some 5.x versions. Take a look at the
> dispatcher module documentation for your specific version.
>
> Kind
e parameter
ERROR: bad config file (4 errors)
0(26418) INFO: [core/sctp_core.c:53]: sctp_core_destroy(): SCTP API
not initialized
On Wed, Nov 20, 2019 at 3:33 PM Olle E. Johansson wrote:
>
>
> On 20 Nov 2019, at 10:55, Gaurav Bmotra
> wrote:
>
> ERROR: bad config file (4 erro
hi
i want to use dispatcher Module and following is the config..
---
loadmodule "dispatcher.so"
--
modparam("dispatcher", "db_url", "mysql://kamailio:kamailiorw@localhost
/kamailio")
modparam("dispatcher", "table_name", "dispatcher")
modparam("dispat
hi
i have issue audio issue with kamailio in kubernetse cluster
anybody , idea how to fix it in kubernetses
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi
hello
everyone i m working on a project kamailio on kubernetes
for high availability and auto scalability
but as i m able to run it in side the cluster with using kubenetes feature
but having issue to access the service form outside the cluster
i m using the ingress in kubernetse to point the se
pp
>
> On Thu, 31 Oct 2019 at 08:19, mayamatakeshi
> wrote:
>
>> hi,
>> i like this one:
>> https://github.com/alfredh/baresip
>>
>>
>> On Thursday, October 31, 2019, Gaurav Bmotra
>> wrote:
>>
>>> hi
>>> i m l
hi
i m looking for Command Line SIP client , where i can register user form
CLI for testing
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/list
hi
i using kamailio 5.2
is it possible to use environmental variables value in kamailio.cfg
like i want to use local ip and public ip in config file
listen=udp:$(local_ip):5060 advertise $(public_ip):5060
if iti is possible then how i can use this
thank you
--
*Regards:*
Gaurav Kumar
-ci/blob/master/alpine/Dockerfile.alpine#L5
>
> If you use bash init script then need use
> "exec kamailio -DD -E"
>
> On Sat, Sep 21, 2019 at 11:38 PM Gaurav Bmotra
> wrote:
>
>> hi
>> i m trying to run kamailio in docker
>> this kamailio/kamailio-ci:master-al
hi
i m trying to run kamailio in docker
this kamailio/kamailio-ci:master-alpine
but inside the container kamailio not running
if i rung this
/ # /etc/init.d/kamailio status
sh: /etc/init.d/kamailio: not found
plz help me
thanks
--
*Regards:*
Gaurav Kumar
_
Consul would give you that without the overhead of
> K8s
>
> On Thu, Sep 12, 2019 at 2:01 PM Gaurav Bmotra
> wrote:
>
>> hi
>> i want to run kamailio in kubernetes deployment and i want to run
>> this kamailio/kamailio-ci:5.2 image in to the kubernetse .. can any
hi
i want to run kamailio in kubernetes deployment and i want to run
this kamailio/kamailio-ci:5.2 image in to the kubernetse .. can anyone help
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
hi
i m using kamailio 5.1, with -m 512 -M 8
it stop registering user SIP
anf in status it shows
--
● kamailio.service - LSB: Start the Kamailio SIP proxy server
Loaded: loaded (/etc/init.d/kamailio; generated)
Active: active (exited) since Sat 2019-09-07 11:05:16
hink your problem is similar to this one
> https://github.com/kamailio/kamailio/issues/1635
>
> Regards,
> Vlad
>
>
> On Tue, Sep 3, 2019 at 3:46 PM Gaurav Bmotra
> wrote:
>
>> hi
>> i m using kamailio 5.1 on Ubuntu 18.04
>> i m geting this error in logs a
hi
i m using kamailio 5.1 on Ubuntu 18.04
i m geting this error in logs and it stop registration form soft-phone
plz help me
WARNING: tls [tls_init.c:778]: init_tls_h(): openssl bug #1491 (cras
David Villasmil <
david.villasmil.w...@gmail.com> wrote:
> Can you provide with the log when users try to register and kamailio
> doesn’t answer?
>
> On Tue, 27 Aug 2019 at 12:40, Gaurav Bmotra
> wrote:
>
>> hi
>> i m using kamailio 5.1,,, on ubuntu 18.4
>>
hi
i m using kamailio 5.1,,, on ubuntu 18.4
installed form source
after few days it stop registering client to kamailio it resolved after
restart service ... same after few day
loges
-
kamailio.service - LSB: Start the Kamailio SIP proxy server
Loaded: loaded
hi
i m using kamailio 5.1.2 , on Ubuntu 18. LTS
existing setup is working fine with audio and video call ,,, ut now i wan
to add chat feature in it ... so plz help me how can i implement chat IM in
to it
thanks
--
*Regards:*
Gaurav Kumar
___
Ka
hi i m using kamailio
where i m tring to hold the call bitween switch A and Switch B
PSTN -> Switch A -> SWITCHB -> SwitchC -> DESTINATION
When PSTN hangs up, I need the call to stay up between SwitchA and B for an
arbitrary number of seconds or minute
plz help
thank you
--
*Regards:*
Gau
Fri, Jul 12, 2019 at 10:14 PM Gaurav Bmotra
> wrote:
>
>> hi
>> i m using kamailio 5.1.2 with ubuntu 18.4 LTS , and rtpproxy (Basic
>> version: 20040107
>> )
>> we are using it for video calling everything is working fine but call
>>
hi
i m using kamailio 5.1.2 with ubuntu 18.4 LTS , and rtpproxy (Basic
version: 20040107
)
we are using it for video calling everything is working fine but call get
stuck after about 2 min and disconnect
plz help
--
*Regards:*
Gaurav Kumar
___
K
hi did you update kamailio-cli image for mongoDB
thank you
On Fri, Jun 28, 2019 at 7:09 PM Gaurav Bmotra
wrote:
> thanks for reply
> i have create feature
> https://github.com/kamailio/kamailio/issues/1995
>
> On Fri, Jun 28, 2019 at 6:31 PM Sergey Safarov
> wrote:
>
>
hi
i na using kamailio 5.1.2 and i m developing ios client with PJSIP
audio is working fine ..but on video it work one side but not showing other
side
it is working fine on other client like zoiper for audio/video both
can anyone help me
--
*Regards:*
Gaurav Kumar
___
thanks for reply
i have create feature
https://github.com/kamailio/kamailio/issues/1995
On Fri, Jun 28, 2019 at 6:31 PM Sergey Safarov wrote:
> Could you open feature request here
> <https://github.com/kamailio/kamailio/issues> and I try update image
>
> On Fri, Jun 28, 2019
hi
i wan to install mongodb module in kamailio/kamailio-ci image
pl help me
thnaks
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
hi
i m using kamailio 5.1 , on Ubuntu 18.4
and right now i m using Maria DB for kamailio , but i want to migrate my
Maria data to MingoDB ,, plz help me how can i use MOngoDB with kamailio
thanks
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) -
hi i m using kamailio 5.1 ,
does kamailio support graph database ??
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
hi
i m looking for kamailio config file flow chart ,,, if any one have plz
provide
thanks
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
hi
i m using kamailio 5.1 , with UBUNTU 18.1
i want to restrict call to only registered user ,,, plz help me
thank you
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-
g helps also to understand more
> what's going on.
> The wiki and the module documents helps a lot.
>
> The howtos for (most Asterisk) dispatcher setups would work also with
> freeswitch.
>
> https://www.kamailio.org/docs/modules/5.1.x/modules/xlog.html
>
> Cheers
> Kars
implement load balance on kamailio for two FS's
thank you
Gaurav
On Thu, May 30, 2019 at 1:06 AM Gaurav Bmotra
wrote:
> thank you so much for your reply .
>
> On Thu, May 30, 2019 at 1:04 AM Karsten Horsmann
> wrote:
>
>> Hi Gaurav,
>>
>> If you describe more w
modules/dispatcher.html
>
> Cheers
> Karsten Horsmann
>
> Gaurav Bmotra schrieb am Mi., 29. Mai 2019,
> 18:58:
>
>> i m working on Voip app so it will register on kamailio
>> and i want that is case of congestion kamailio will balance the load so
>> for t
pon you, lol
>
> On Wed, May 29, 2019, 11:52 AM Gaurav Bmotra,
> wrote:
>
>> hi
>> i m using kamailio 5.1 with Ubuntu 18.04.2 LTS
>> and freeswitch as Media server
>>
>>
>> --
>>
>>
>>
>>
>>
>>
>>
>>
&
;
> On Wed, 29 May 2019 at 16:56, Gaurav Bmotra
> wrote:
>
>> HI
>> i am using kamailio 5.1.2 With Ubuntu 18.04.2 LTS
>> and using Freeswitch as Media server and kamailio as Register server
>> i wan to implement load balance on this
>> plz help
>>
>
HI
i am using kamailio 5.1.2 With Ubuntu 18.04.2 LTS
and using Freeswitch as Media server and kamailio as Register server
i wan to implement load balance on this
plz help
thank you
Gaurav
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users
hi
i m using kamailio 5.1 with Ubuntu 18.04.2 LTS
and freeswitch as Media server
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
here’s nothing to be done.
>
> —
> Sent from mobile, with due apologies for brevity and errors.
>
> On May 9, 2019, at 9:05 AM, Gaurav Bmotra
> wrote:
>
> HI
> i m gaurav
> i have installed kamailio 5.1.x on Ubuntu server 18.4
>
> How can i use Re-invite in kamailio if SIP i
HI
i m gaurav
i have installed kamailio 5.1.x on Ubuntu server 18.4
How can i use Re-invite in kamailio if SIP is active
so that call can reconnect in case of network loss
plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing
HI
i m gaurav
i have installed kamailio 5.1.x on Ubuntu server 18.4
when i call from one to another extension , in case of loss network it
disconnect the call or stuck there , how can i make it as re-connection
when network loss , and it will try to reconnect for some seconds like 30
sec
"Example
HI
i m gaurav
i have installed kamailio 5.1.x on Ubuntu server 18.4
i want a solution for video conferencing with kamailio as i am using
freeswitch with it
is there reference guide for that
plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) -
Hi
Plz sujjest best kamailio tutorial or any source where a beginner can start
kamailio..
Thanks
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
h the kind of
> certificates.
>
> How do you installed Kamailio?
>
> -giovanni
>
>
> On Fri, Apr 19, 2019 at 3:27 PM Gaurav Bmotra
> wrote:
>
>> thanks for reply
>> it " LetsEncrypt "creates the certs
>> /etc/letsencrypt/csr/_csr-certbot.pem
>>
amailio.
>
> On Fri, 19 Apr 2019 at 14:12, Gaurav Bmotra
> wrote:
>
>> HI
>> this is Gaurav
>> im using kamailio 5.1.2 on ubuntu 18.4
>>
>> i am trying to configure LetsEncrypt (tls) for kamailio sing following
>> link
>> https://www.fredposner.
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i am trying to configure LetsEncrypt (tls) for kamailio sing following link
https://www.fredposner.com/1836/kamailio-tls-and-letsencrypt/
but unable to start kamailio ,i m getting these error
--->>>
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i want to implement TLs for kamailio
plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/list
Hi i am Gaurav
I am developing a sip VoIP app in Android, which want to provide the
feature of allowing user to create sip account from client side. I use
Kamailio as sip server.
My thought is when user register to the the user account system, the user
account system can communicate with Kamailio,
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
how can we implement re-connecting call instead of disconnect in case of
network problem
plz help
thanks
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4 and freeswitch 1.8 on debian 9
i want to configure kamailio with freeswitch for video conformance
plz provide any reference guide
plz help
Thanks
--
*Regards:*
Gaurav Kumar
___
Kamailio
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i m working on video chat app
so how can i use kamailio for video chat
OR i need to use other integration like freeSwitch with kamailio ?
Plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio
domain aliases */
> alias="sip.mydomain.com"
>
> If required point that domain with IP address in A records of DNS manager,
>
> Thanks
>
> On Thu, Apr 18, 2019 at 12:34 PM Gaurav Bmotra
> wrote:
>
>> HI
>> this is Gaurav
>> im using kamailio
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i wan to to use domain instead of IP for registration in kamailio
Plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kama
port"
>
> On Wed, Apr 17, 2019, 12:44 AM Gaurav Bmotra
> wrote:
>
>> HI
>> this is Gaurav
>> im using kamailio 5.1.2 on ubuntu 18.4
>> i want to change kamailio SIP port 5060 to other port for security
>> purpose
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i wan to implement user based calling on kamailio , that only can call how
registered with user
plz help
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists
HI
this is Gaurav
im using kamailio 5.1.2 on ubuntu 18.4
i want to change kamailio SIP port 5060 to other port for security purpose
plz help me
--
*Regards:*
Gaurav Kumar
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https:
i have installed kamailio 5.1.x on Ubuntu server 18.4
issue is i am able to connect the call but there is one way audio not both
way
as i have install rtpproxy also with following config
/etc/default/rtpproxy
EXTRA_OPTS="-F -s udp:127.0.0.1:7722 -l PUBLIC_IP -d DBUG:LOG_LOCAL0"
/etc/kamailio/kam
:5060
**No changes in Routing**
2)NO truble shutting done yet
3)I am using rtpproxy
On Fri, Apr 12, 2019 at 12:30 PM Mikko Lehto wrote:
> Gaurav Bmotra wrote:
>
> > HI i have install Kamailio 5.1.2 on Ubuntu 18.4
> > there is a audio issue , when we call call from one ex
69 matches
Mail list logo