Yes, that is the best approach.

When comes to actual reading of the text file, you can do it via an exec() call - run a command and output the file content and catch the output of the exec into a variable.

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 03.10.2016 18:53, Brett Nemeroff wrote:
Best way to do something like this IMO would be to use a caching backend like memcache. You could either use a timer route or an external script to periodically repopulate the tuple.

-Brett

On Oct 3, 2016, at 10:21 AM, Ramachandran, Agalya (Contractor) <[email protected] <mailto:[email protected]>> wrote:

Hi team,

I have a question and it follows:

If we need to add a header for Authorization purpose, before making a REST call, we need to use rest_append_hf_method()

E.X: rest_append_hf("Authorization: Bearer mF_9.B5f-4.1JqM");

My question is, If I want to read a text file, is there any function exposed so that I can read the text file and place the content of the text file for Authorization header?

Also, Is there a way that I need to read the text file for every hour and read the file?

Please guide me how this can be achieved?

Regards,

Agalya

_______________________________________________
Users mailing list
[email protected] <mailto:[email protected]>
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to