How can i modify username before consuming credentials set in *$au*
variable. I tried $au=$_s("xyz:"+$au); but it says "*read only pvar in
assignment left side*"
ERROR: bad config file (1 errors)
I have also tried "*rewriteuser("xyz:$au");*" but its not working.
Regards,
Prabhat
On Mon, Jan 21, 2019 at 4:44 PM YASIN CANER <caner_yaso(a)hotmail.com> wrote:
Hello,,
there is a lot way to remove a header. if it is just a Header ,
remove_hf() , if it is value then you can use exclude_hf_value().
load_credentials works after auth is done. check your configuration or
please , share log.
http://kamailio.org/docs/modules/5.2.x/modules/textopsx.html#textopsx.f.exc…
http://kamailio.org/docs/modules/5.2.x/modules/textops.html#textops.f.remov…
Yasin CANER
textops Module - Kamailio
<http://kamailio.org/docs/modules/5.2.x/modules/textops.html#textops.f.remove_hf>
Check if the method of the message matches the name. If name is a known
method (invite, cancel, ack, bye, options, info, update, register, message,
subscribe, notify, refer, prack), the function performs method ID testing
(integer comparison) instead of ignore case string comparison.
kamailio.org
------------------------------
*From:* sr-users <sr-users-bounces(a)lists.kamailio.org> on behalf of
Prabhat Kumar <prabhat.kumar(a)myoperator.co>
*Sent:* Monday, January 21, 2019 1:49 PM
*To:* Kamailio (SER) - Users Mailing List
*Subject:* Re: [SR-Users] Additional Param Check in ConsumeCredential Auth
I have used load_credentials for loading email, but not able to consume
it.
modparam("auth_db", "load_credentials",
"$avp(email)=email_address")
Also not able to access avp as it prints null
Regards,
Prabhat
On Mon, Jan 21, 2019 at 12:40 PM YASIN CANER <caner_yaso(a)hotmail.com>
wrote:
Hello
you can use load_credentials. After Auth is done , defined columns load to
avp. and you can use it.
http://kamailio.org/docs/modules/5.2.x/modules/auth_db.html#auth_db.p.load_…
Yasin CANER
------------------------------
*From:* sr-users <sr-users-bounces(a)lists.kamailio.org> on behalf of
Mojtaba <mespio(a)gmail.com>
*Sent:* Monday, January 21, 2019 10:06 AM
*To:* Kamailio (SER) - Users Mailing List
*Subject:* Re: [SR-Users] Additional Param Check in ConsumeCredential Auth
Hello Prabhat,
Would you look at this function pv_www_authenticate in auth module? It
seems it would be useful for you
You could use the email as authentication parameter too,
With Regards.Mojtaba
On Mon, Jan 21, 2019 at 10:08 AM Prabhat Kumar <
prabhat.kumar(a)myoperator.co> wrote:
Hi,
I want to check additional param in Auth module. For. ex., other than
username and secret , i want to validate user by its email address. How can
i do that?
Regards,
Prabhat Kumar
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
--
--Mojtaba Esfandiari.S
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users