[SR-Users] route request to multiple pstn gws

2017-06-09 Thread
Hi all. I need to route calls to different counties to different pstn gateways. But in the config file, i can only set one pstn gw ip:port in pstn section. How should i do it? Can i use carrierroute module to do this? If yes, can anyone paste a config sample? many thanks Jesse

Re: [SR-Users] user management of kamailio cluster

2017-06-09 Thread
hello David, I want the user to register to the kamailio server which is closest to the user. Each user(aka subscriber) has a unique domain, but my kamailio servers have 10 different domains which are their public ip. Let's say, based on user's ip, the closest kamailio server's domain is

[SR-Users] no audio with kamailio & rtpproxy bebind NAT

2017-05-18 Thread
Hi everyone, I'm new to kamailio and rtpproxy and the problem's been bothering me for days. Any help would highly appreciated. My network topology is as follows: kamailio5.0 and rtpproxy2.0 are running on the same server. The server is behind NAT, its private ip is

Re: [SR-Users] TLS to UDP translation

2017-06-07 Thread
n 06.06.17 10:48, 赵国杰 wrote: Hi Daniel, I solved the problem by add "transport=udp". Thanks anyway. Cheers Jesse At 2017-06-06 15:36:22, "Daniel-Constantin Mierla" <mico...@gmail.com> wrote: Hello, if you set r-uri to a UDP address, then you can just us

Re: [SR-Users] caller id display through pstn

2017-06-12 Thread
Hello, The uac_replace_from works like a charm. However, preferred/asserted identity are not supported by some of the pstn providers. Thanks Jesse ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] user management of kamailio cluster

2017-06-11 Thread
and may not work with all clients. There are a bunch of considerations - for example, what is “closest” ? I don’t expect you to answer that to me, but, you will need to have a clear definition before you can embark on this project. On 9/06/2017, at 6:30 PM, 赵国杰 <zhaoguojie2...@163.com> wro

Re: [SR-Users] missing request username on register

2017-06-27 Thread
I'm very sorry. I just found I mis-configured the advertise ip. It's very stupid of me. sorry 在 2017-06-27 18:37:11,"赵国杰" <zhaoguojie2...@163.com> 写道: I just found that when client register to server B, client will append another Contact header after Authorization hea

[SR-Users] how to play ring tune when callee declines

2017-09-18 Thread
. At 2017-09-18 18:05:46, "Daniel Tryba" <d.tr...@pocos.nl> wrote: >On Mon, Sep 18, 2017 at 03:37:22PM +0800, 赵国杰 wrote: >> I want the caller to play a short audio(like "the number your are >> calling is busy") when the callee declines the call. How can i do

Re: [SR-Users] how to play ring tune when callee declines

2017-09-21 Thread
quot;Sergey Safarov" <s.safa...@gmail.com> wrote: You can add this example to dialplan and make test ср, 20 сент. 2017 г. в 10:14, 赵国杰 <zhaoguojie2...@163.com>: Hello Sergey, I installed freeswitch, what should i do n

Re: [SR-Users] how to play ring tune when callee declines

2017-09-22 Thread
So, problem is not related to record route but to config of freeswitch. Not sure what you wrote in mail above, but you need to add code what provided Sergey to: /usr/local/freeswitch/conf/dialplan/default.xml With kind regards, Jurijs On Fri, Sep 22, 2017 at 10:11 AM, 赵国杰 <zhaoguojie2

Re: [SR-Users] how to play ring tune when callee declines

2017-09-22 Thread
(RELAY); exit; } } With kind regards, Jurijs On Fri, Sep 22, 2017 at 7:19 AM, 赵国杰 <zhaoguojie2...@163.com> wrote: Hello I added below code to let kamailio route invite to freeswitch: if ($rU=="12345") {

Re: [SR-Users] how to play ring tune when callee declines

2017-09-22 Thread
route(RELAY); exit; } } in freeswitch/conf/dialplan/default.xml, i added Jurijs On Fri, Sep 22, 2017 at 10:54 AM, 赵国杰 <zhaoguojie2...@163.com> wrote: Hi guy. sorry for the confusion. I'll try t

Re: [SR-Users] how to play ring tune when callee declines

2017-09-22 Thread
f/vars.xml and change the default_password." 2) You are calling into Freeswitch with encryption on and probably of this your call is failing, maybe you can try first to try without SRTP and if it works, then you can try to make it work with SRTP With kind regards, Jurijs On Fri, Sep 22, 2017 at

[SR-Users] how to play ring tune when callee decline s

2017-09-18 Thread
Hi guys, I want the caller to play a short audio(like "the number your are calling is busy") when the callee declines the call. How can i do that? Best Regards Jesse___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

[SR-Users] how to bridge two landline users

2017-10-12 Thread
Hello, In a standard sip flow, the call goes like: sip user A --> kamailio --> pstn --> landline user B. However, when user A has a bad internet access, the audio is broken. So what I want is to let sip user A send a invite to kamailio first, then kamailio send invite to user A and B's

Re: [SR-Users] can kamailio send 183 to caller

2017-12-01 Thread
returns, the final destiation is determined, say C. Then send the INVITE to C. However, after append_branch(), then original INVITE is sent to B anyway. How do I block the A to B INVITE? Thanks At 2017-12-01 15:13:10, "赵国杰" <zhaoguojie2...@163.com> wrote: Hello Sammy,

Re: [SR-Users] can kamailio send 183 to caller

2017-11-30 Thread
Again, it depends on why you want it? Regards, Sammy On Wed, Nov 29, 2017 at 11:13 PM, Brandon Armstead <bran...@cryy.com> wrote: if(is_method(“INVITE”)){ . sl_send_reply(“183”, “Ringing”); } On Wed, Nov 29, 2017 at 6:44 PM 赵国杰

Re: [SR-Users] play music while processing a http request

2017-11-16 Thread
ompt/announcement pre-encoded with the makeann command from the RTPproxy distribution." Am 15.11.2017 07:59 schrieb "赵国杰" <zhaoguojie2...@163.com>: Hello guys, I googled the problem and came up with the following solution request_route { ... if (rtpproxy_of

Re: [SR-Users] can kamailio send 183 to caller

2017-12-10 Thread
API query in parallel. As I see it you're trying to append_branch and then doing a t_newtran->HTTP ASYNC query, causing the whole blockage and that explains if you remove the last 4 line it works. Regards, Sammy On Fri, Dec 1, 2017 at 3:14 AM, 赵国杰 <zhaoguojie2...@163.com> wrote: