Hello Nicolay,

if it's a new SMS gateway then you will need to import it in the database.

So connect to the database and:

INSERT INTO sms_carrier
    (id, name, email_pattern, created)
VALUES
    (100122, 'MyGateway', '%s@mygateway.gateway', now());

Regards

Fabrice


Le 2017-10-20 à 09:50, Nicolay Rytchev via PacketFence-users a écrit :
> Hello All,
>
> I want to implement SMS authentication by PF Captive Portal, as I
> understand it works via email.
> PF takes phone number and PIN information from the body of the letter
> and can send this information to the SMS gateway by SMTP.
> Where can I do that ?
> How can I specify my own SMS Gateway  in the menu?
>
>
> Thank you in advance.
>
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
> _______________________________________________
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users

-- 
Fabrice Durand
fdur...@inverse.ca ::  +1.514.447.4918 (x135) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence 
(http://packetfence.org) 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to