Hologram SIM with Orange Pi 2G-IOT

So i have this board http://www.orangepi.org/OrangePi2GIOT/ which has 2G functionality for 10$.

Now i already got my developer SIM but i can’t seem to make it work. My vwdial scrip is as follows

  GNU nano 2.2.6            File: /etc/wvdial.conf

[Dialer Defaults]
ISDN = 0
Modem Type = Analog Modem
Phone = *99***1#
Stupid Mode = 1
Dial Command = ATDT
Modem = /dev/modem0
Baud = 460800
Init1 = AT+COPS=0
Init2 = AT+CFUN=1
Init3 = AT+CGATT=1
Init4 = AT+CGDCONT=1,"IP","hologram","",0,0
Init5 = AT+CGACT=1,1
Username = " "
Password = " "
lcp-echo-interval=0
lcp-echo-failure=0

Am i doing something wrong ? I’m in Slovenia (if that helps) and every other local sim i’ve tried works flawlessly with this board.

I was able to get it to connect using the below wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0
Init3 = AT+CGDCONT=1,“IP”,“hologram”,0,0
Stupid Mode = 1
Dial Attempts = 0
Auto Reconnect = yes
Modem Type = Analog Modem
Baud = 7200000
New PPPD = yes
Modem = /dev/ttyUSB0
Phone = *99#
ISDN = 0
Password = { }
Username = { }

Also it is important you also have ppp installed