Re: [OpenSIPS-Users] smpp manipulation of A and B number.

2019-07-24 Thread johan de clercq
From and to header changes when you call uac_change_from and uac_change_to are not taken into account. Is there a wasy that I can resend the message through the request-route and will this force the from and to header to be adapted in the request. xlog("callid=$ci: Route[normalize]: we d

Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Schneur Rosenberg
No, multicast is a technology where all servers get the same IP, and it gets routed to one server, but being that all servers are aware of the registrations and dialogs etc so any server can handle the subsequent requests, you do set flags so only one server responds to subscribe for example becaus

Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Gerwin van de Steeg
For multicast each of the OpenSIPS nodes will have the same IP, multicast generally uses DNS and BGP to make this work. https://en.wikipedia.org/wiki/Multicast On Wed, 24 Jul 2019 at 22:44, Sasmita Panda wrote: > My previous problem was solved . > > I am curious to learn what do you mean by m

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-07-24 Thread Liviu Chircu
On 24.07.2019 15:33, Sasmita Panda wrote: Questions : 1. In user location of mongo db , it saves the data of the user with the node IP . Its not the actual AOR of the user . Where does the actual AOR get saved ? Is that saved in the memory of opensips node only? Correct: the MongoDB only holds

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-07-24 Thread Sasmita Panda
I have some doubts . I have cluster having 3 opensips node . 1 mysql DB in which cluster data is saved and all access that Db . 1 mongo db in which userlocation is saved . Questions : 1. In user location of mongo db , it saves the data of the user with the node IP . Its not the actual AOR of the

Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Sasmita Panda
My previous problem was solved . I am curious to learn what do you mean by multicast all servers ? How I will do the setup for this . If I have 3 opensips node and 1 domain mapped to 3 IP . Then when a user register it will anyways resolve a single IP and send the registration to that . In this c

Re: [OpenSIPS-Users] TLS to UDP

2019-07-24 Thread Johan De Clercq
1. Rewrite uri. Change transport=tls to transport=udp 2. Use rtp/avp in the flags to rtpengine Outlook voor iOS downloaden Van: Users namens Dragomir Haralambiev Verzonden: woensdag, juli 24, 2019 11:58 AM Aan: OpenSIPS users mailling lis

[OpenSIPS-Users] TLS to UDP

2019-07-24 Thread Dragomir Haralambiev
Hello, How to setup Opensps and rtpengine to translate TLS connection to UDP. Best regards, Dragomir ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] pike ban timeout

2019-07-24 Thread Alexey Kazantsev via Users
Accroding to logfile, ban time is 5-6 seconds instead of configured 20. --- BR, Alexey http://alexeyka.zantsev.com/  ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/li

[OpenSIPS-Users] pike ban timeout

2019-07-24 Thread Alexey Kazantsev via Users
Hi list, Server: OpenSIPS (3.0.0 (x86_64/linux)) nightly. Why does the ban time (accroding to logs) differ from that from config parameters? Config:    modparam("pike", "remove_latency", 20) Log:        Jul 24 12:38:03 vds1261 /usr/sbin/opensips[21658]: PIKE - BLOCKing ip 195.154.177.142, n

Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Schneur Rosenberg
You would probably need some kind of shared table that tells you where each user is registered and then redirect the call to the proper server. If you're using multicast all servers sould be able to handle the call no matter which server accepted the registration. On Mon, Jul 22, 2019, 4:00 PM Sa

Re: [OpenSIPS-Users] smpp manipulation of A and B number.

2019-07-24 Thread Johan De Clercq
Good morning Razvan, I will open this evening. Thanks for the swift feedback. Best regards, Johan. Op wo 24 jul. 2019 om 10:18 schreef Răzvan Crainea : > Hi, Johan! > > Unfortunately the current code is only able to get the from and to > fields that are present in the From and To headers in the

Re: [OpenSIPS-Users] smpp manipulation of A and B number.

2019-07-24 Thread Răzvan Crainea
Hi, Johan! Unfortunately the current code is only able to get the from and to fields that are present in the From and To headers in the request. So unless that request doesn't come in with a +, there's nothing you can do. This looks however as a necessary feature, so can you please open a feat