Re: [PacketFence-users] SMS gateway configuration

2017-10-23 Thread Nicolay Rytchev via PacketFence-users
Ok, By this way I will insert a new entry in the database table on PF server. But where can I add my own SMS Gateway ip address configuration? I will try to explain, It is my local SMTP SMS gateway , it is not provider's SMS server. Thank you in advance. Nicolay 2017-10-23 15:59 GMT+02:00

Re: [PacketFence-users] SMS gateway configuration

2017-10-23 Thread Fabrice Durand via PacketFence-users
Hello Nicolay, just do: mysql -upf -p pf INSERT INTO sms_carrier     (id, name, email_pattern, created) VALUES     (100122, 'MyGateway', '%s@mygateway.gateway', now()); exit That's it. Regards Fabrice Le 2017-10-23 à 09:55, Nicolay Rytchev via PacketFence-users a écrit : > Hello

Re: [PacketFence-users] SMS gateway configuration

2017-10-23 Thread Nicolay Rytchev via PacketFence-users
Hello Fabrice, Thank you for your advice. I am not really familiar with database configuration. I am network engineer. Could you be more specific about how and where to do that? Regards, Nicolay 2017-10-23 15:30 GMT+02:00 Fabrice Durand via PacketFence-users <

Re: [PacketFence-users] SMS gateway configuration

2017-10-23 Thread Fabrice Durand via PacketFence-users
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,

[PacketFence-users] SMS gateway configuration

2017-10-20 Thread Nicolay Rytchev via PacketFence-users
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

Re: [PacketFence-users] SMS gateway configuration

2015-10-22 Thread Leja, Maciej
" <packetfence-users@lists.sourceforge.net<mailto:packetfence-users@lists.sourceforge.net>> Subject: [PacketFence-users] SMS gateway configuration How and where to setup sms gateway? Would l

[PacketFence-users] SMS gateway configuration

2015-10-21 Thread Ing. Vanen Vythilingum
How and where to setup sms gateway? Would like to use http://www.skebby.com/sms-gateway/sms-api/sending-text-messaging/ for sending sms registration. -- ___